2024-03-12 09:30:35 +01:00

30452 lines
3.8 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Navicat Premium Data Transfer
Source Server : localhost_3306
Source Server Type : MySQL
Source Server Version : 80030
Source Host : localhost:3306
Source Schema : ms3-release
Target Server Type : MySQL
Target Server Version : 80030
File Encoding : 65001
Date: 29/01/2023 12:54:38
*/
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for achievements
-- ----------------------------
DROP TABLE IF EXISTS `achievements`;
CREATE TABLE `achievements` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'ACH_',
`category` enum('identity','explore','music','social','games','room_builder','pets','tools','events') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'identity',
`level` int(0) NOT NULL DEFAULT 1,
`reward_amount` int(0) NOT NULL DEFAULT 100,
`reward_type` int(0) NOT NULL DEFAULT 0,
`points` int(0) NULL DEFAULT 10,
`progress_needed` int(0) NOT NULL DEFAULT 1,
PRIMARY KEY (`name`, `level`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 2762 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of achievements
-- ----------------------------
INSERT INTO `achievements` VALUES (467, 'AvatarLooks', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (469, 'RoomEntry', 'explore', 1, 5, 0, 5, 5);
INSERT INTO `achievements` VALUES (470, 'RoomEntry', 'explore', 2, 10, 0, 5, 20);
INSERT INTO `achievements` VALUES (471, 'RoomEntry', 'explore', 3, 15, 0, 10, 50);
INSERT INTO `achievements` VALUES (472, 'RoomEntry', 'explore', 4, 20, 0, 15, 100);
INSERT INTO `achievements` VALUES (473, 'RoomEntry', 'explore', 5, 25, 0, 20, 160);
INSERT INTO `achievements` VALUES (474, 'RoomEntry', 'explore', 6, 30, 0, 25, 240);
INSERT INTO `achievements` VALUES (475, 'RoomEntry', 'explore', 7, 35, 0, 30, 360);
INSERT INTO `achievements` VALUES (476, 'RoomEntry', 'explore', 8, 40, 0, 35, 500);
INSERT INTO `achievements` VALUES (477, 'RoomEntry', 'explore', 9, 45, 0, 40, 660);
INSERT INTO `achievements` VALUES (478, 'RoomEntry', 'explore', 10, 50, 0, 45, 2400);
INSERT INTO `achievements` VALUES (479, 'Motto', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (480, 'HappyHour', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (481, 'RegistrationDuration', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (482, 'RegistrationDuration', 'identity', 2, 10, 0, 10, 3);
INSERT INTO `achievements` VALUES (483, 'RegistrationDuration', 'identity', 3, 15, 0, 15, 10);
INSERT INTO `achievements` VALUES (484, 'RegistrationDuration', 'identity', 4, 20, 0, 20, 20);
INSERT INTO `achievements` VALUES (485, 'RegistrationDuration', 'identity', 5, 25, 0, 25, 30);
INSERT INTO `achievements` VALUES (486, 'RegistrationDuration', 'identity', 6, 30, 0, 30, 56);
INSERT INTO `achievements` VALUES (487, 'RegistrationDuration', 'identity', 7, 35, 0, 35, 84);
INSERT INTO `achievements` VALUES (488, 'RegistrationDuration', 'identity', 8, 40, 0, 40, 112);
INSERT INTO `achievements` VALUES (489, 'RegistrationDuration', 'identity', 9, 45, 0, 45, 168);
INSERT INTO `achievements` VALUES (490, 'RegistrationDuration', 'identity', 10, 50, 0, 50, 224);
INSERT INTO `achievements` VALUES (506, 'RespectEarned', 'social', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (507, 'RespectEarned', 'social', 2, 10, 0, 5, 6);
INSERT INTO `achievements` VALUES (508, 'RespectEarned', 'social', 3, 15, 0, 10, 16);
INSERT INTO `achievements` VALUES (509, 'RespectEarned', 'social', 4, 20, 0, 15, 66);
INSERT INTO `achievements` VALUES (510, 'RespectEarned', 'social', 5, 25, 0, 20, 166);
INSERT INTO `achievements` VALUES (511, 'RespectEarned', 'social', 6, 30, 0, 25, 366);
INSERT INTO `achievements` VALUES (512, 'RespectEarned', 'social', 7, 35, 0, 30, 566);
INSERT INTO `achievements` VALUES (513, 'RespectEarned', 'social', 8, 40, 0, 35, 766);
INSERT INTO `achievements` VALUES (514, 'RespectEarned', 'social', 9, 45, 0, 40, 966);
INSERT INTO `achievements` VALUES (515, 'RespectEarned', 'social', 10, 50, 0, 45, 4660);
INSERT INTO `achievements` VALUES (517, 'AllTimeHotelPresence', 'identity', 1, 5, 0, 0, 30);
INSERT INTO `achievements` VALUES (518, 'AllTimeHotelPresence', 'identity', 2, 10, 0, 5, 60);
INSERT INTO `achievements` VALUES (519, 'AllTimeHotelPresence', 'identity', 3, 15, 0, 10, 360);
INSERT INTO `achievements` VALUES (520, 'AllTimeHotelPresence', 'identity', 4, 20, 0, 15, 980);
INSERT INTO `achievements` VALUES (521, 'AllTimeHotelPresence', 'identity', 5, 25, 0, 20, 4560);
INSERT INTO `achievements` VALUES (522, 'AllTimeHotelPresence', 'identity', 6, 30, 0, 25, 13200);
INSERT INTO `achievements` VALUES (523, 'AllTimeHotelPresence', 'identity', 7, 35, 0, 30, 30480);
INSERT INTO `achievements` VALUES (524, 'AllTimeHotelPresence', 'identity', 8, 40, 0, 35, 65040);
INSERT INTO `achievements` VALUES (525, 'AllTimeHotelPresence', 'identity', 9, 45, 0, 40, 134160);
INSERT INTO `achievements` VALUES (526, 'AllTimeHotelPresence', 'identity', 10, 50, 0, 45, 872400);
INSERT INTO `achievements` VALUES (527, 'RespectGiven', 'social', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (528, 'TraderPass', 'identity', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (529, 'PetLover', 'pets', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (530, 'PetLover', 'pets', 2, 10, 0, 5, 3);
INSERT INTO `achievements` VALUES (531, 'PetLover', 'pets', 3, 15, 0, 10, 5);
INSERT INTO `achievements` VALUES (532, 'PetLover', 'pets', 4, 20, 0, 15, 10);
INSERT INTO `achievements` VALUES (533, 'PetLover', 'pets', 5, 25, 0, 20, 15);
INSERT INTO `achievements` VALUES (534, 'PetLover', 'pets', 6, 30, 0, 25, 25);
INSERT INTO `achievements` VALUES (535, 'PetLover', 'pets', 7, 35, 0, 30, 35);
INSERT INTO `achievements` VALUES (536, 'PetLover', 'pets', 8, 40, 0, 35, 45);
INSERT INTO `achievements` VALUES (537, 'PetLover', 'pets', 9, 45, 0, 40, 60);
INSERT INTO `achievements` VALUES (538, 'PetLover', 'pets', 10, 50, 0, 45, 75);
INSERT INTO `achievements` VALUES (559, 'PetLevelUp', 'pets', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (560, 'PetLevelUp', 'pets', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (561, 'PetLevelUp', 'pets', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (562, 'PetLevelUp', 'pets', 4, 20, 0, 15, 20);
INSERT INTO `achievements` VALUES (563, 'PetLevelUp', 'pets', 5, 25, 0, 20, 30);
INSERT INTO `achievements` VALUES (564, 'PetLevelUp', 'pets', 6, 30, 0, 25, 50);
INSERT INTO `achievements` VALUES (565, 'PetLevelUp', 'pets', 7, 35, 0, 30, 80);
INSERT INTO `achievements` VALUES (566, 'PetLevelUp', 'pets', 8, 40, 0, 35, 130);
INSERT INTO `achievements` VALUES (567, 'PetLevelUp', 'pets', 9, 45, 0, 40, 200);
INSERT INTO `achievements` VALUES (568, 'PetLevelUp', 'pets', 10, 50, 0, 45, 320);
INSERT INTO `achievements` VALUES (569, 'PetRespectReceiver', 'pets', 1, 5, 0, 0, 3);
INSERT INTO `achievements` VALUES (570, 'PetRespectReceiver', 'pets', 2, 10, 0, 5, 10);
INSERT INTO `achievements` VALUES (571, 'PetRespectReceiver', 'pets', 3, 15, 0, 10, 20);
INSERT INTO `achievements` VALUES (572, 'PetRespectReceiver', 'pets', 4, 20, 0, 15, 40);
INSERT INTO `achievements` VALUES (573, 'PetRespectReceiver', 'pets', 5, 25, 0, 20, 70);
INSERT INTO `achievements` VALUES (574, 'PetRespectReceiver', 'pets', 6, 30, 0, 25, 120);
INSERT INTO `achievements` VALUES (575, 'PetRespectReceiver', 'pets', 7, 35, 0, 30, 200);
INSERT INTO `achievements` VALUES (576, 'PetRespectReceiver', 'pets', 8, 40, 0, 35, 300);
INSERT INTO `achievements` VALUES (577, 'PetRespectReceiver', 'pets', 9, 45, 0, 40, 500);
INSERT INTO `achievements` VALUES (578, 'PetRespectReceiver', 'pets', 10, 50, 0, 45, 750);
INSERT INTO `achievements` VALUES (579, 'PetRespectGiver', 'pets', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (580, 'PetRespectGiver', 'pets', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (581, 'PetRespectGiver', 'pets', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (582, 'PetRespectGiver', 'pets', 4, 20, 0, 15, 20);
INSERT INTO `achievements` VALUES (583, 'PetRespectGiver', 'pets', 5, 25, 0, 20, 40);
INSERT INTO `achievements` VALUES (584, 'PetRespectGiver', 'pets', 6, 30, 0, 25, 70);
INSERT INTO `achievements` VALUES (585, 'PetRespectGiver', 'pets', 7, 35, 0, 30, 110);
INSERT INTO `achievements` VALUES (586, 'PetRespectGiver', 'pets', 8, 40, 0, 35, 170);
INSERT INTO `achievements` VALUES (587, 'PetRespectGiver', 'pets', 9, 45, 0, 40, 250);
INSERT INTO `achievements` VALUES (588, 'PetRespectGiver', 'pets', 10, 50, 0, 45, 350);
INSERT INTO `achievements` VALUES (589, 'GiftGiver', 'social', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (590, 'GiftGiver', 'social', 2, 10, 0, 5, 6);
INSERT INTO `achievements` VALUES (591, 'GiftGiver', 'social', 3, 15, 0, 10, 14);
INSERT INTO `achievements` VALUES (592, 'GiftGiver', 'social', 4, 20, 0, 15, 26);
INSERT INTO `achievements` VALUES (593, 'GiftGiver', 'social', 5, 25, 0, 20, 46);
INSERT INTO `achievements` VALUES (594, 'GiftGiver', 'social', 6, 30, 0, 25, 86);
INSERT INTO `achievements` VALUES (595, 'GiftGiver', 'social', 7, 35, 0, 30, 146);
INSERT INTO `achievements` VALUES (596, 'GiftGiver', 'social', 8, 40, 0, 35, 236);
INSERT INTO `achievements` VALUES (597, 'GiftGiver', 'social', 9, 45, 0, 40, 366);
INSERT INTO `achievements` VALUES (598, 'GiftGiver', 'social', 10, 50, 0, 45, 1566);
INSERT INTO `achievements` VALUES (605, 'GiftReceiver', 'social', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (606, 'GiftReceiver', 'social', 2, 10, 0, 5, 6);
INSERT INTO `achievements` VALUES (607, 'GiftReceiver', 'social', 3, 15, 0, 10, 14);
INSERT INTO `achievements` VALUES (608, 'GiftReceiver', 'social', 4, 20, 0, 15, 26);
INSERT INTO `achievements` VALUES (609, 'GiftReceiver', 'social', 5, 25, 0, 20, 46);
INSERT INTO `achievements` VALUES (610, 'GiftReceiver', 'social', 6, 30, 0, 25, 86);
INSERT INTO `achievements` VALUES (611, 'GiftReceiver', 'social', 7, 35, 0, 30, 146);
INSERT INTO `achievements` VALUES (612, 'GiftReceiver', 'social', 8, 40, 0, 35, 236);
INSERT INTO `achievements` VALUES (613, 'GiftReceiver', 'social', 9, 45, 0, 40, 366);
INSERT INTO `achievements` VALUES (614, 'GiftReceiver', 'social', 10, 50, 0, 45, 1566);
INSERT INTO `achievements` VALUES (660, 'BattleBallTilesLocked', 'games', 1, 5, 0, 5, 25);
INSERT INTO `achievements` VALUES (661, 'BattleBallTilesLocked', 'games', 2, 10, 0, 5, 65);
INSERT INTO `achievements` VALUES (662, 'BattleBallTilesLocked', 'games', 3, 15, 0, 10, 125);
INSERT INTO `achievements` VALUES (663, 'BattleBallTilesLocked', 'games', 4, 20, 0, 15, 205);
INSERT INTO `achievements` VALUES (664, 'BattleBallTilesLocked', 'games', 5, 25, 0, 20, 335);
INSERT INTO `achievements` VALUES (665, 'BattleBallTilesLocked', 'games', 6, 30, 0, 25, 525);
INSERT INTO `achievements` VALUES (666, 'BattleBallTilesLocked', 'games', 7, 35, 0, 30, 805);
INSERT INTO `achievements` VALUES (667, 'BattleBallTilesLocked', 'games', 8, 40, 0, 35, 1235);
INSERT INTO `achievements` VALUES (668, 'BattleBallTilesLocked', 'games', 9, 45, 0, 40, 1875);
INSERT INTO `achievements` VALUES (669, 'BattleBallTilesLocked', 'games', 10, 50, 0, 45, 2875);
INSERT INTO `achievements` VALUES (670, 'BattleBallTilesLocked', 'games', 11, 55, 0, 50, 4375);
INSERT INTO `achievements` VALUES (671, 'BattleBallTilesLocked', 'games', 12, 60, 0, 55, 6875);
INSERT INTO `achievements` VALUES (672, 'BattleBallTilesLocked', 'games', 13, 65, 0, 60, 10775);
INSERT INTO `achievements` VALUES (673, 'BattleBallTilesLocked', 'games', 14, 70, 0, 65, 17075);
INSERT INTO `achievements` VALUES (674, 'BattleBallTilesLocked', 'games', 15, 75, 0, 70, 27175);
INSERT INTO `achievements` VALUES (675, 'BattleBallTilesLocked', 'games', 16, 80, 0, 75, 43275);
INSERT INTO `achievements` VALUES (676, 'BattleBallTilesLocked', 'games', 17, 85, 0, 80, 69075);
INSERT INTO `achievements` VALUES (677, 'BattleBallTilesLocked', 'games', 18, 90, 0, 85, 110375);
INSERT INTO `achievements` VALUES (678, 'BattleBallTilesLocked', 'games', 19, 95, 0, 90, 176375);
INSERT INTO `achievements` VALUES (679, 'BattleBallTilesLocked', 'games', 20, 100, 0, 95, 482075);
INSERT INTO `achievements` VALUES (720, 'EsA', 'games', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (721, 'EsA', 'games', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (722, 'EsA', 'games', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (723, 'EsA', 'games', 4, 20, 0, 15, 18);
INSERT INTO `achievements` VALUES (724, 'EsA', 'games', 5, 25, 0, 20, 30);
INSERT INTO `achievements` VALUES (725, 'EsA', 'games', 6, 30, 0, 25, 50);
INSERT INTO `achievements` VALUES (726, 'EsA', 'games', 7, 35, 0, 30, 80);
INSERT INTO `achievements` VALUES (727, 'EsA', 'games', 8, 40, 0, 35, 125);
INSERT INTO `achievements` VALUES (728, 'EsA', 'games', 9, 45, 0, 40, 200);
INSERT INTO `achievements` VALUES (729, 'EsA', 'games', 10, 50, 0, 45, 300);
INSERT INTO `achievements` VALUES (730, 'EsA', 'games', 11, 55, 0, 50, 420);
INSERT INTO `achievements` VALUES (731, 'EsA', 'games', 12, 60, 0, 55, 600);
INSERT INTO `achievements` VALUES (732, 'EsA', 'games', 13, 65, 0, 60, 900);
INSERT INTO `achievements` VALUES (733, 'EsA', 'games', 14, 70, 0, 65, 1500);
INSERT INTO `achievements` VALUES (734, 'EsA', 'games', 15, 75, 0, 70, 2500);
INSERT INTO `achievements` VALUES (735, 'EsA', 'games', 16, 80, 0, 75, 3700);
INSERT INTO `achievements` VALUES (736, 'EsA', 'games', 17, 85, 0, 80, 5400);
INSERT INTO `achievements` VALUES (737, 'EsA', 'games', 18, 90, 0, 85, 8000);
INSERT INTO `achievements` VALUES (738, 'EsA', 'games', 19, 95, 0, 90, 12000);
INSERT INTO `achievements` VALUES (739, 'EsA', 'games', 20, 100, 0, 95, 200000);
INSERT INTO `achievements` VALUES (740, 'Spr', 'room_builder', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (741, 'Spr', 'room_builder', 2, 10, 0, 5, 3);
INSERT INTO `achievements` VALUES (742, 'Spr', 'room_builder', 3, 15, 0, 10, 6);
INSERT INTO `achievements` VALUES (743, 'Spr', 'room_builder', 4, 20, 0, 15, 10);
INSERT INTO `achievements` VALUES (744, 'Spr', 'room_builder', 5, 25, 0, 20, 15);
INSERT INTO `achievements` VALUES (745, 'Spr', 'room_builder', 6, 30, 0, 25, 21);
INSERT INTO `achievements` VALUES (746, 'Spr', 'room_builder', 7, 35, 0, 30, 28);
INSERT INTO `achievements` VALUES (747, 'Spr', 'room_builder', 8, 40, 0, 35, 36);
INSERT INTO `achievements` VALUES (748, 'Spr', 'room_builder', 9, 45, 0, 40, 45);
INSERT INTO `achievements` VALUES (749, 'Spr', 'room_builder', 10, 50, 0, 45, 550);
INSERT INTO `achievements` VALUES (860, 'RoomDecoFurniCount', 'room_builder', 1, 5, 0, 5, 150);
INSERT INTO `achievements` VALUES (861, 'RoomDecoFurniCount', 'room_builder', 2, 10, 0, 5, 200);
INSERT INTO `achievements` VALUES (862, 'RoomDecoFurniCount', 'room_builder', 3, 15, 0, 10, 250);
INSERT INTO `achievements` VALUES (863, 'RoomDecoFurniCount', 'room_builder', 4, 20, 0, 15, 300);
INSERT INTO `achievements` VALUES (864, 'RoomDecoFurniCount', 'room_builder', 5, 25, 0, 20, 350);
INSERT INTO `achievements` VALUES (865, 'RoomDecoFurniCount', 'room_builder', 6, 30, 0, 25, 450);
INSERT INTO `achievements` VALUES (866, 'RoomDecoFurniCount', 'room_builder', 7, 35, 0, 30, 550);
INSERT INTO `achievements` VALUES (867, 'RoomDecoFurniCount', 'room_builder', 8, 40, 0, 35, 650);
INSERT INTO `achievements` VALUES (868, 'RoomDecoFurniCount', 'room_builder', 9, 45, 0, 40, 800);
INSERT INTO `achievements` VALUES (869, 'RoomDecoFurniCount', 'room_builder', 10, 50, 0, 45, 950);
INSERT INTO `achievements` VALUES (870, 'RoomDecoFurniCount', 'room_builder', 11, 55, 0, 50, 1100);
INSERT INTO `achievements` VALUES (871, 'RoomDecoFurniCount', 'room_builder', 12, 60, 0, 55, 1300);
INSERT INTO `achievements` VALUES (872, 'RoomDecoFurniCount', 'room_builder', 13, 65, 0, 60, 1500);
INSERT INTO `achievements` VALUES (873, 'RoomDecoFurniCount', 'room_builder', 14, 70, 0, 65, 1700);
INSERT INTO `achievements` VALUES (874, 'RoomDecoFurniCount', 'room_builder', 15, 75, 0, 70, 2000);
INSERT INTO `achievements` VALUES (875, 'RoomDecoFurniCount', 'room_builder', 16, 80, 0, 75, 2300);
INSERT INTO `achievements` VALUES (876, 'RoomDecoFurniCount', 'room_builder', 17, 85, 0, 80, 2700);
INSERT INTO `achievements` VALUES (877, 'RoomDecoFurniCount', 'room_builder', 18, 90, 0, 85, 3100);
INSERT INTO `achievements` VALUES (878, 'RoomDecoFurniCount', 'room_builder', 19, 95, 0, 90, 3600);
INSERT INTO `achievements` VALUES (879, 'RoomDecoFurniCount', 'room_builder', 20, 100, 0, 95, 100000);
INSERT INTO `achievements` VALUES (900, 'RoomDecoWallpaper', 'room_builder', 1, 5, 0, 5, 3);
INSERT INTO `achievements` VALUES (901, 'RoomDecoWallpaper', 'room_builder', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (902, 'RoomDecoWallpaper', 'room_builder', 3, 15, 0, 10, 7);
INSERT INTO `achievements` VALUES (903, 'RoomDecoWallpaper', 'room_builder', 4, 20, 0, 15, 12);
INSERT INTO `achievements` VALUES (904, 'RoomDecoWallpaper', 'room_builder', 5, 25, 0, 20, 17);
INSERT INTO `achievements` VALUES (905, 'RoomDecoWallpaper', 'room_builder', 6, 30, 0, 25, 22);
INSERT INTO `achievements` VALUES (906, 'RoomDecoWallpaper', 'room_builder', 7, 35, 0, 30, 27);
INSERT INTO `achievements` VALUES (907, 'RoomDecoWallpaper', 'room_builder', 8, 40, 0, 35, 32);
INSERT INTO `achievements` VALUES (908, 'RoomDecoWallpaper', 'room_builder', 9, 45, 0, 40, 37);
INSERT INTO `achievements` VALUES (909, 'RoomDecoWallpaper', 'room_builder', 10, 50, 0, 45, 47);
INSERT INTO `achievements` VALUES (910, 'RoomDecoWallpaper', 'room_builder', 11, 55, 0, 50, 57);
INSERT INTO `achievements` VALUES (911, 'RoomDecoWallpaper', 'room_builder', 12, 60, 0, 55, 67);
INSERT INTO `achievements` VALUES (912, 'RoomDecoWallpaper', 'room_builder', 13, 65, 0, 60, 77);
INSERT INTO `achievements` VALUES (913, 'RoomDecoWallpaper', 'room_builder', 14, 70, 0, 65, 97);
INSERT INTO `achievements` VALUES (914, 'RoomDecoWallpaper', 'room_builder', 15, 75, 0, 70, 117);
INSERT INTO `achievements` VALUES (915, 'RoomDecoWallpaper', 'room_builder', 16, 80, 0, 75, 137);
INSERT INTO `achievements` VALUES (916, 'RoomDecoWallpaper', 'room_builder', 17, 85, 0, 80, 167);
INSERT INTO `achievements` VALUES (917, 'RoomDecoWallpaper', 'room_builder', 18, 90, 0, 85, 197);
INSERT INTO `achievements` VALUES (918, 'RoomDecoWallpaper', 'room_builder', 19, 95, 0, 90, 237);
INSERT INTO `achievements` VALUES (919, 'RoomDecoWallpaper', 'room_builder', 20, 100, 0, 95, 2870);
INSERT INTO `achievements` VALUES (920, 'RoomDecoLandscape', 'room_builder', 1, 5, 0, 5, 3);
INSERT INTO `achievements` VALUES (921, 'RoomDecoLandscape', 'room_builder', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (922, 'RoomDecoLandscape', 'room_builder', 3, 15, 0, 10, 7);
INSERT INTO `achievements` VALUES (923, 'RoomDecoLandscape', 'room_builder', 4, 20, 0, 15, 12);
INSERT INTO `achievements` VALUES (924, 'RoomDecoLandscape', 'room_builder', 5, 25, 0, 20, 17);
INSERT INTO `achievements` VALUES (925, 'RoomDecoLandscape', 'room_builder', 6, 30, 0, 25, 22);
INSERT INTO `achievements` VALUES (926, 'RoomDecoLandscape', 'room_builder', 7, 35, 0, 30, 27);
INSERT INTO `achievements` VALUES (927, 'RoomDecoLandscape', 'room_builder', 8, 40, 0, 35, 32);
INSERT INTO `achievements` VALUES (928, 'RoomDecoLandscape', 'room_builder', 9, 45, 0, 40, 37);
INSERT INTO `achievements` VALUES (929, 'RoomDecoLandscape', 'room_builder', 10, 50, 0, 45, 47);
INSERT INTO `achievements` VALUES (930, 'RoomDecoLandscape', 'room_builder', 11, 55, 0, 50, 57);
INSERT INTO `achievements` VALUES (931, 'RoomDecoLandscape', 'room_builder', 12, 60, 0, 55, 67);
INSERT INTO `achievements` VALUES (932, 'RoomDecoLandscape', 'room_builder', 13, 65, 0, 60, 77);
INSERT INTO `achievements` VALUES (933, 'RoomDecoLandscape', 'room_builder', 14, 70, 0, 65, 97);
INSERT INTO `achievements` VALUES (934, 'RoomDecoLandscape', 'room_builder', 15, 75, 0, 70, 117);
INSERT INTO `achievements` VALUES (935, 'RoomDecoLandscape', 'room_builder', 16, 80, 0, 75, 137);
INSERT INTO `achievements` VALUES (936, 'RoomDecoLandscape', 'room_builder', 17, 85, 0, 80, 167);
INSERT INTO `achievements` VALUES (937, 'RoomDecoLandscape', 'room_builder', 18, 90, 0, 85, 197);
INSERT INTO `achievements` VALUES (938, 'RoomDecoLandscape', 'room_builder', 19, 95, 0, 90, 237);
INSERT INTO `achievements` VALUES (939, 'RoomDecoLandscape', 'room_builder', 20, 100, 0, 95, 2870);
INSERT INTO `achievements` VALUES (940, 'RoomDecoFloor', 'room_builder', 1, 5, 0, 5, 3);
INSERT INTO `achievements` VALUES (941, 'RoomDecoFloor', 'room_builder', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (942, 'RoomDecoFloor', 'room_builder', 3, 15, 0, 10, 7);
INSERT INTO `achievements` VALUES (943, 'RoomDecoFloor', 'room_builder', 4, 20, 0, 15, 12);
INSERT INTO `achievements` VALUES (944, 'RoomDecoFloor', 'room_builder', 5, 25, 0, 20, 17);
INSERT INTO `achievements` VALUES (945, 'RoomDecoFloor', 'room_builder', 6, 30, 0, 25, 22);
INSERT INTO `achievements` VALUES (946, 'RoomDecoFloor', 'room_builder', 7, 35, 0, 30, 27);
INSERT INTO `achievements` VALUES (947, 'RoomDecoFloor', 'room_builder', 8, 40, 0, 35, 32);
INSERT INTO `achievements` VALUES (948, 'RoomDecoFloor', 'room_builder', 9, 45, 0, 40, 37);
INSERT INTO `achievements` VALUES (949, 'RoomDecoFloor', 'room_builder', 10, 50, 0, 45, 47);
INSERT INTO `achievements` VALUES (950, 'RoomDecoFloor', 'room_builder', 11, 55, 0, 50, 57);
INSERT INTO `achievements` VALUES (951, 'RoomDecoFloor', 'room_builder', 12, 60, 0, 55, 67);
INSERT INTO `achievements` VALUES (952, 'RoomDecoFloor', 'room_builder', 13, 65, 0, 60, 77);
INSERT INTO `achievements` VALUES (953, 'RoomDecoFloor', 'room_builder', 14, 70, 0, 65, 97);
INSERT INTO `achievements` VALUES (954, 'RoomDecoFloor', 'room_builder', 15, 75, 0, 70, 117);
INSERT INTO `achievements` VALUES (955, 'RoomDecoFloor', 'room_builder', 16, 80, 0, 75, 137);
INSERT INTO `achievements` VALUES (956, 'RoomDecoFloor', 'room_builder', 17, 85, 0, 80, 167);
INSERT INTO `achievements` VALUES (957, 'RoomDecoFloor', 'room_builder', 18, 90, 0, 85, 197);
INSERT INTO `achievements` VALUES (958, 'RoomDecoFloor', 'room_builder', 19, 95, 0, 90, 237);
INSERT INTO `achievements` VALUES (959, 'RoomDecoFloor', 'room_builder', 20, 100, 0, 95, 2870);
INSERT INTO `achievements` VALUES (1120, 'BattleBallPlayer', 'games', 1, 5, 0, 5, 50);
INSERT INTO `achievements` VALUES (1121, 'BattleBallPlayer', 'games', 2, 10, 0, 5, 125);
INSERT INTO `achievements` VALUES (1122, 'BattleBallPlayer', 'games', 3, 15, 0, 10, 240);
INSERT INTO `achievements` VALUES (1123, 'BattleBallPlayer', 'games', 4, 20, 0, 15, 410);
INSERT INTO `achievements` VALUES (1124, 'BattleBallPlayer', 'games', 5, 25, 0, 20, 665);
INSERT INTO `achievements` VALUES (1125, 'BattleBallPlayer', 'games', 6, 30, 0, 25, 1045);
INSERT INTO `achievements` VALUES (1126, 'BattleBallPlayer', 'games', 7, 35, 0, 30, 1615);
INSERT INTO `achievements` VALUES (1127, 'BattleBallPlayer', 'games', 8, 40, 0, 35, 2465);
INSERT INTO `achievements` VALUES (1128, 'BattleBallPlayer', 'games', 9, 45, 0, 40, 3765);
INSERT INTO `achievements` VALUES (1129, 'BattleBallPlayer', 'games', 10, 50, 0, 45, 6215);
INSERT INTO `achievements` VALUES (1130, 'BattleBallPlayer', 'games', 11, 55, 0, 50, 10865);
INSERT INTO `achievements` VALUES (1131, 'BattleBallPlayer', 'games', 12, 60, 0, 55, 19665);
INSERT INTO `achievements` VALUES (1132, 'BattleBallPlayer', 'games', 13, 65, 0, 60, 36365);
INSERT INTO `achievements` VALUES (1133, 'BattleBallPlayer', 'games', 14, 70, 0, 65, 68115);
INSERT INTO `achievements` VALUES (1134, 'BattleBallPlayer', 'games', 15, 75, 0, 70, 128415);
INSERT INTO `achievements` VALUES (1135, 'BattleBallPlayer', 'games', 16, 80, 0, 75, 242965);
INSERT INTO `achievements` VALUES (1136, 'BattleBallPlayer', 'games', 17, 85, 0, 80, 460615);
INSERT INTO `achievements` VALUES (1137, 'BattleBallPlayer', 'games', 18, 90, 0, 85, 874115);
INSERT INTO `achievements` VALUES (1138, 'BattleBallPlayer', 'games', 19, 95, 0, 90, 1659765);
INSERT INTO `achievements` VALUES (1139, 'BattleBallPlayer', 'games', 20, 100, 0, 95, 3152515);
INSERT INTO `achievements` VALUES (1140, 'FreezeWinner', 'games', 1, 5, 0, 5, 50);
INSERT INTO `achievements` VALUES (1141, 'FreezeWinner', 'games', 2, 10, 0, 5, 125);
INSERT INTO `achievements` VALUES (1142, 'FreezeWinner', 'games', 3, 15, 0, 10, 240);
INSERT INTO `achievements` VALUES (1143, 'FreezeWinner', 'games', 4, 20, 0, 15, 410);
INSERT INTO `achievements` VALUES (1144, 'FreezeWinner', 'games', 5, 25, 0, 20, 665);
INSERT INTO `achievements` VALUES (1145, 'FreezeWinner', 'games', 6, 30, 0, 25, 1045);
INSERT INTO `achievements` VALUES (1146, 'FreezeWinner', 'games', 7, 35, 0, 30, 1615);
INSERT INTO `achievements` VALUES (1147, 'FreezeWinner', 'games', 8, 40, 0, 35, 2465);
INSERT INTO `achievements` VALUES (1148, 'FreezeWinner', 'games', 9, 45, 0, 40, 3765);
INSERT INTO `achievements` VALUES (1149, 'FreezeWinner', 'games', 10, 50, 0, 45, 6215);
INSERT INTO `achievements` VALUES (1150, 'FreezeWinner', 'games', 11, 55, 0, 50, 10865);
INSERT INTO `achievements` VALUES (1151, 'FreezeWinner', 'games', 12, 60, 0, 55, 19665);
INSERT INTO `achievements` VALUES (1152, 'FreezeWinner', 'games', 13, 65, 0, 60, 36365);
INSERT INTO `achievements` VALUES (1153, 'FreezeWinner', 'games', 14, 70, 0, 65, 68115);
INSERT INTO `achievements` VALUES (1154, 'FreezeWinner', 'games', 15, 75, 0, 70, 128415);
INSERT INTO `achievements` VALUES (1155, 'FreezeWinner', 'games', 16, 80, 0, 75, 242965);
INSERT INTO `achievements` VALUES (1156, 'FreezeWinner', 'games', 17, 85, 0, 80, 460615);
INSERT INTO `achievements` VALUES (1157, 'FreezeWinner', 'games', 18, 90, 0, 85, 874115);
INSERT INTO `achievements` VALUES (1158, 'FreezeWinner', 'games', 19, 95, 0, 90, 1659765);
INSERT INTO `achievements` VALUES (1159, 'FreezeWinner', 'games', 20, 100, 0, 95, 3152515);
INSERT INTO `achievements` VALUES (1160, 'FreezePlayer', 'games', 1, 5, 0, 5, 50);
INSERT INTO `achievements` VALUES (1161, 'FreezePlayer', 'games', 2, 10, 0, 5, 125);
INSERT INTO `achievements` VALUES (1162, 'FreezePlayer', 'games', 3, 15, 0, 10, 240);
INSERT INTO `achievements` VALUES (1163, 'FreezePlayer', 'games', 4, 20, 0, 15, 410);
INSERT INTO `achievements` VALUES (1164, 'FreezePlayer', 'games', 5, 25, 0, 20, 665);
INSERT INTO `achievements` VALUES (1165, 'FreezePlayer', 'games', 6, 30, 0, 25, 1045);
INSERT INTO `achievements` VALUES (1166, 'FreezePlayer', 'games', 7, 35, 0, 30, 1615);
INSERT INTO `achievements` VALUES (1167, 'FreezePlayer', 'games', 8, 40, 0, 35, 2465);
INSERT INTO `achievements` VALUES (1168, 'FreezePlayer', 'games', 9, 45, 0, 40, 3765);
INSERT INTO `achievements` VALUES (1169, 'FreezePlayer', 'games', 10, 50, 0, 45, 6215);
INSERT INTO `achievements` VALUES (1170, 'FreezePlayer', 'games', 11, 55, 0, 50, 10865);
INSERT INTO `achievements` VALUES (1171, 'FreezePlayer', 'games', 12, 60, 0, 55, 19665);
INSERT INTO `achievements` VALUES (1172, 'FreezePlayer', 'games', 13, 65, 0, 60, 36365);
INSERT INTO `achievements` VALUES (1173, 'FreezePlayer', 'games', 14, 70, 0, 65, 68115);
INSERT INTO `achievements` VALUES (1174, 'FreezePlayer', 'games', 15, 75, 0, 70, 128415);
INSERT INTO `achievements` VALUES (1175, 'FreezePlayer', 'games', 16, 80, 0, 75, 242965);
INSERT INTO `achievements` VALUES (1176, 'FreezePlayer', 'games', 17, 85, 0, 80, 460615);
INSERT INTO `achievements` VALUES (1177, 'FreezePlayer', 'games', 18, 90, 0, 85, 874115);
INSERT INTO `achievements` VALUES (1178, 'FreezePlayer', 'games', 19, 95, 0, 90, 1659765);
INSERT INTO `achievements` VALUES (1179, 'FreezePlayer', 'games', 20, 100, 0, 95, 8152515);
INSERT INTO `achievements` VALUES (1180, 'FreezePowerUp', 'games', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (1181, 'FreezePowerUp', 'games', 2, 10, 0, 5, 3);
INSERT INTO `achievements` VALUES (1182, 'FreezePowerUp', 'games', 3, 15, 0, 10, 6);
INSERT INTO `achievements` VALUES (1183, 'FreezePowerUp', 'games', 4, 20, 0, 15, 10);
INSERT INTO `achievements` VALUES (1184, 'FreezePowerUp', 'games', 5, 25, 0, 20, 15);
INSERT INTO `achievements` VALUES (1185, 'FreezePowerUp', 'games', 6, 30, 0, 25, 21);
INSERT INTO `achievements` VALUES (1186, 'FreezePowerUp', 'games', 7, 35, 0, 30, 29);
INSERT INTO `achievements` VALUES (1187, 'FreezePowerUp', 'games', 8, 40, 0, 35, 39);
INSERT INTO `achievements` VALUES (1188, 'FreezePowerUp', 'games', 9, 45, 0, 40, 52);
INSERT INTO `achievements` VALUES (1189, 'FreezePowerUp', 'games', 10, 50, 0, 45, 68);
INSERT INTO `achievements` VALUES (1190, 'FreezePowerUp', 'games', 11, 55, 0, 50, 88);
INSERT INTO `achievements` VALUES (1191, 'FreezePowerUp', 'games', 12, 60, 0, 55, 112);
INSERT INTO `achievements` VALUES (1192, 'FreezePowerUp', 'games', 13, 65, 0, 60, 141);
INSERT INTO `achievements` VALUES (1193, 'FreezePowerUp', 'games', 14, 70, 0, 65, 176);
INSERT INTO `achievements` VALUES (1194, 'FreezePowerUp', 'games', 15, 75, 0, 70, 221);
INSERT INTO `achievements` VALUES (1195, 'FreezePowerUp', 'games', 16, 80, 0, 75, 281);
INSERT INTO `achievements` VALUES (1196, 'FreezePowerUp', 'games', 17, 85, 0, 80, 361);
INSERT INTO `achievements` VALUES (1197, 'FreezePowerUp', 'games', 18, 90, 0, 85, 481);
INSERT INTO `achievements` VALUES (1198, 'FreezePowerUp', 'games', 19, 95, 0, 90, 661);
INSERT INTO `achievements` VALUES (1199, 'FreezePowerUp', 'games', 20, 100, 0, 95, 961);
INSERT INTO `achievements` VALUES (1200, 'BattleBallQuestCompleted', 'games', 1, 5, 0, 0, 3);
INSERT INTO `achievements` VALUES (1201, 'BattleBallQuestCompleted', 'games', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1202, 'BattleBallQuestCompleted', 'games', 3, 15, 0, 10, 7);
INSERT INTO `achievements` VALUES (1203, 'BattleBallQuestCompleted', 'games', 4, 20, 0, 15, 10);
INSERT INTO `achievements` VALUES (1204, 'BattleBallQuestCompleted', 'games', 5, 25, 0, 20, 13);
INSERT INTO `achievements` VALUES (1205, 'BattleBallQuestCompleted', 'games', 6, 30, 0, 25, 16);
INSERT INTO `achievements` VALUES (1206, 'BattleBallQuestCompleted', 'games', 7, 35, 0, 30, 19);
INSERT INTO `achievements` VALUES (1207, 'BattleBallQuestCompleted', 'games', 8, 40, 0, 35, 20);
INSERT INTO `achievements` VALUES (1208, 'BattleBallQuestCompleted', 'games', 9, 45, 0, 40, 21);
INSERT INTO `achievements` VALUES (1209, 'BattleBallQuestCompleted', 'games', 10, 50, 0, 45, 22);
INSERT INTO `achievements` VALUES (1230, 'BattleBallWinner', 'games', 1, 5, 0, 0, 50);
INSERT INTO `achievements` VALUES (1231, 'BattleBallWinner', 'games', 2, 10, 0, 5, 125);
INSERT INTO `achievements` VALUES (1232, 'BattleBallWinner', 'games', 3, 15, 0, 10, 240);
INSERT INTO `achievements` VALUES (1233, 'BattleBallWinner', 'games', 4, 20, 0, 15, 410);
INSERT INTO `achievements` VALUES (1234, 'BattleBallWinner', 'games', 5, 25, 0, 20, 665);
INSERT INTO `achievements` VALUES (1235, 'BattleBallWinner', 'games', 6, 30, 0, 25, 1045);
INSERT INTO `achievements` VALUES (1236, 'BattleBallWinner', 'games', 7, 35, 0, 30, 1615);
INSERT INTO `achievements` VALUES (1237, 'BattleBallWinner', 'games', 8, 40, 0, 35, 2465);
INSERT INTO `achievements` VALUES (1238, 'BattleBallWinner', 'games', 9, 45, 0, 40, 3765);
INSERT INTO `achievements` VALUES (1239, 'BattleBallWinner', 'games', 10, 50, 0, 45, 6215);
INSERT INTO `achievements` VALUES (1240, 'BattleBallWinner', 'games', 11, 55, 0, 50, 10865);
INSERT INTO `achievements` VALUES (1241, 'BattleBallWinner', 'games', 12, 60, 0, 55, 19665);
INSERT INTO `achievements` VALUES (1242, 'BattleBallWinner', 'games', 13, 65, 0, 60, 36365);
INSERT INTO `achievements` VALUES (1243, 'BattleBallWinner', 'games', 14, 70, 0, 65, 68115);
INSERT INTO `achievements` VALUES (1244, 'BattleBallWinner', 'games', 15, 75, 0, 70, 128415);
INSERT INTO `achievements` VALUES (1245, 'BattleBallWinner', 'games', 16, 80, 0, 75, 242965);
INSERT INTO `achievements` VALUES (1246, 'BattleBallWinner', 'games', 17, 85, 0, 80, 460615);
INSERT INTO `achievements` VALUES (1247, 'BattleBallWinner', 'games', 18, 90, 0, 85, 874115);
INSERT INTO `achievements` VALUES (1248, 'BattleBallWinner', 'games', 19, 95, 0, 90, 1659765);
INSERT INTO `achievements` VALUES (1249, 'BattleBallWinner', 'games', 20, 100, 0, 95, 3152515);
INSERT INTO `achievements` VALUES (1250, 'RoomDecoHoleFurniCount', 'room_builder', 1, 5, 0, 0, 10);
INSERT INTO `achievements` VALUES (1251, 'RoomDecoHoleFurniCount', 'room_builder', 2, 10, 0, 5, 20);
INSERT INTO `achievements` VALUES (1252, 'RoomDecoHoleFurniCount', 'room_builder', 3, 15, 0, 10, 30);
INSERT INTO `achievements` VALUES (1253, 'RoomDecoHoleFurniCount', 'room_builder', 4, 20, 0, 15, 45);
INSERT INTO `achievements` VALUES (1254, 'RoomDecoHoleFurniCount', 'room_builder', 5, 25, 0, 20, 60);
INSERT INTO `achievements` VALUES (1255, 'RoomDecoHoleFurniCount', 'room_builder', 6, 30, 0, 25, 80);
INSERT INTO `achievements` VALUES (1256, 'RoomDecoHoleFurniCount', 'room_builder', 7, 35, 0, 30, 100);
INSERT INTO `achievements` VALUES (1257, 'RoomDecoHoleFurniCount', 'room_builder', 8, 40, 0, 35, 125);
INSERT INTO `achievements` VALUES (1258, 'RoomDecoHoleFurniCount', 'room_builder', 9, 45, 0, 40, 150);
INSERT INTO `achievements` VALUES (1259, 'RoomDecoHoleFurniCount', 'room_builder', 10, 50, 0, 45, 170);
INSERT INTO `achievements` VALUES (2744, 'Jogger', 'explore', 7, 70, 0, 70, 600);
INSERT INTO `achievements` VALUES (2743, 'Jogger', 'explore', 6, 60, 0, 60, 240);
INSERT INTO `achievements` VALUES (2742, 'Jogger', 'explore', 5, 50, 0, 50, 120);
INSERT INTO `achievements` VALUES (2741, 'Jogger', 'explore', 4, 40, 0, 40, 60);
INSERT INTO `achievements` VALUES (2740, 'Jogger', 'explore', 3, 30, 0, 30, 30);
INSERT INTO `achievements` VALUES (2739, 'Jogger', 'explore', 2, 20, 0, 20, 10);
INSERT INTO `achievements` VALUES (2738, 'Jogger', 'explore', 1, 10, 0, 10, 1);
INSERT INTO `achievements` VALUES (2737, 'CrossTrainer', 'explore', 10, 100, 0, 100, 4800);
INSERT INTO `achievements` VALUES (2736, 'CrossTrainer', 'explore', 9, 90, 0, 90, 2400);
INSERT INTO `achievements` VALUES (2735, 'CrossTrainer', 'explore', 8, 80, 0, 80, 1200);
INSERT INTO `achievements` VALUES (2734, 'CrossTrainer', 'explore', 7, 70, 0, 70, 600);
INSERT INTO `achievements` VALUES (2733, 'CrossTrainer', 'explore', 6, 60, 0, 60, 240);
INSERT INTO `achievements` VALUES (2732, 'CrossTrainer', 'explore', 5, 50, 0, 50, 120);
INSERT INTO `achievements` VALUES (2731, 'CrossTrainer', 'explore', 4, 40, 0, 40, 60);
INSERT INTO `achievements` VALUES (2730, 'CrossTrainer', 'explore', 3, 30, 0, 30, 30);
INSERT INTO `achievements` VALUES (2729, 'CrossTrainer', 'explore', 2, 20, 0, 20, 10);
INSERT INTO `achievements` VALUES (2728, 'CrossTrainer', 'explore', 1, 10, 0, 10, 1);
INSERT INTO `achievements` VALUES (2727, 'Trampolinist', 'explore', 10, 100, 0, 100, 4800);
INSERT INTO `achievements` VALUES (2726, 'Trampolinist', 'explore', 9, 90, 0, 90, 2400);
INSERT INTO `achievements` VALUES (2725, 'Trampolinist', 'explore', 8, 80, 0, 80, 1200);
INSERT INTO `achievements` VALUES (2724, 'Trampolinist', 'explore', 7, 70, 0, 70, 600);
INSERT INTO `achievements` VALUES (2723, 'Trampolinist', 'explore', 6, 60, 0, 60, 240);
INSERT INTO `achievements` VALUES (2722, 'Trampolinist', 'explore', 5, 50, 0, 50, 120);
INSERT INTO `achievements` VALUES (2721, 'Trampolinist', 'explore', 4, 40, 0, 40, 60);
INSERT INTO `achievements` VALUES (2720, 'Trampolinist', 'explore', 3, 30, 0, 30, 30);
INSERT INTO `achievements` VALUES (2719, 'Trampolinist', 'explore', 2, 20, 0, 20, 10);
INSERT INTO `achievements` VALUES (2718, 'Trampolinist', 'explore', 1, 10, 0, 10, 1);
INSERT INTO `achievements` VALUES (2630, 'GnomeFeeding', 'pets', 10, 100, 0, 100, 10000);
INSERT INTO `achievements` VALUES (2629, 'GnomeFeeding', 'pets', 9, 80, 0, 80, 8000);
INSERT INTO `achievements` VALUES (2626, 'GnomeFeeding', 'pets', 6, 40, 0, 40, 1000);
INSERT INTO `achievements` VALUES (2627, 'GnomeFeeding', 'pets', 7, 50, 0, 50, 2000);
INSERT INTO `achievements` VALUES (2628, 'GnomeFeeding', 'pets', 8, 70, 0, 70, 4000);
INSERT INTO `achievements` VALUES (1322, 'RoomEntry', 'explore', 11, 55, 0, 50, 1080);
INSERT INTO `achievements` VALUES (1323, 'RoomEntry', 'explore', 12, 60, 0, 55, 1320);
INSERT INTO `achievements` VALUES (1324, 'RoomEntry', 'explore', 13, 65, 0, 60, 1580);
INSERT INTO `achievements` VALUES (1325, 'RoomEntry', 'explore', 14, 70, 0, 65, 1860);
INSERT INTO `achievements` VALUES (1326, 'RoomEntry', 'explore', 15, 75, 0, 70, 2160);
INSERT INTO `achievements` VALUES (1327, 'RoomEntry', 'explore', 16, 80, 0, 75, 2480);
INSERT INTO `achievements` VALUES (1328, 'RoomEntry', 'explore', 17, 85, 0, 80, 2820);
INSERT INTO `achievements` VALUES (1329, 'RoomEntry', 'explore', 18, 90, 0, 85, 3180);
INSERT INTO `achievements` VALUES (1330, 'RoomEntry', 'explore', 19, 95, 0, 90, 3560);
INSERT INTO `achievements` VALUES (1331, 'RoomEntry', 'explore', 20, 100, 0, 95, 39600);
INSERT INTO `achievements` VALUES (1332, 'RegistrationDuration', 'identity', 11, 55, 0, 50, 280);
INSERT INTO `achievements` VALUES (1333, 'RegistrationDuration', 'identity', 12, 60, 0, 55, 365);
INSERT INTO `achievements` VALUES (1334, 'RegistrationDuration', 'identity', 13, 65, 0, 60, 548);
INSERT INTO `achievements` VALUES (1335, 'RegistrationDuration', 'identity', 14, 70, 0, 65, 730);
INSERT INTO `achievements` VALUES (1336, 'RegistrationDuration', 'identity', 15, 75, 0, 70, 913);
INSERT INTO `achievements` VALUES (1337, 'RegistrationDuration', 'identity', 16, 80, 0, 75, 1095);
INSERT INTO `achievements` VALUES (1338, 'RegistrationDuration', 'identity', 17, 85, 0, 80, 1278);
INSERT INTO `achievements` VALUES (1339, 'RegistrationDuration', 'identity', 18, 90, 0, 85, 1460);
INSERT INTO `achievements` VALUES (1340, 'RegistrationDuration', 'identity', 19, 95, 0, 90, 1643);
INSERT INTO `achievements` VALUES (1341, 'RegistrationDuration', 'identity', 20, 100, 0, 95, 1825);
INSERT INTO `achievements` VALUES (1342, 'AllTimeHotelPresence', 'identity', 11, 55, 0, 50, 7200);
INSERT INTO `achievements` VALUES (1343, 'AllTimeHotelPresence', 'identity', 12, 60, 0, 55, 10080);
INSERT INTO `achievements` VALUES (1344, 'AllTimeHotelPresence', 'identity', 13, 65, 0, 60, 20160);
INSERT INTO `achievements` VALUES (1345, 'AllTimeHotelPresence', 'identity', 14, 70, 0, 65, 30240);
INSERT INTO `achievements` VALUES (1346, 'AllTimeHotelPresence', 'identity', 15, 75, 0, 70, 40320);
INSERT INTO `achievements` VALUES (1347, 'AllTimeHotelPresence', 'identity', 16, 80, 0, 75, 50400);
INSERT INTO `achievements` VALUES (1348, 'AllTimeHotelPresence', 'identity', 17, 85, 0, 80, 60480);
INSERT INTO `achievements` VALUES (1349, 'AllTimeHotelPresence', 'identity', 18, 90, 0, 85, 80640);
INSERT INTO `achievements` VALUES (1350, 'AllTimeHotelPresence', 'identity', 19, 95, 0, 90, 100800);
INSERT INTO `achievements` VALUES (1351, 'AllTimeHotelPresence', 'identity', 20, 100, 0, 95, 438240);
INSERT INTO `achievements` VALUES (1352, 'RespectGiven', 'social', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1353, 'RespectGiven', 'social', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (1354, 'RespectGiven', 'social', 4, 20, 0, 15, 20);
INSERT INTO `achievements` VALUES (1355, 'RespectGiven', 'social', 5, 25, 0, 20, 40);
INSERT INTO `achievements` VALUES (1356, 'RespectGiven', 'social', 6, 30, 0, 25, 70);
INSERT INTO `achievements` VALUES (1357, 'RespectGiven', 'social', 7, 35, 0, 30, 110);
INSERT INTO `achievements` VALUES (1358, 'RespectGiven', 'social', 8, 40, 0, 35, 170);
INSERT INTO `achievements` VALUES (1359, 'RespectGiven', 'social', 9, 45, 0, 40, 250);
INSERT INTO `achievements` VALUES (1360, 'RespectGiven', 'social', 10, 50, 0, 45, 350);
INSERT INTO `achievements` VALUES (1361, 'RespectGiven', 'social', 11, 55, 0, 50, 470);
INSERT INTO `achievements` VALUES (1362, 'RespectGiven', 'social', 12, 60, 0, 55, 610);
INSERT INTO `achievements` VALUES (1363, 'RespectGiven', 'social', 13, 65, 0, 60, 770);
INSERT INTO `achievements` VALUES (1364, 'RespectGiven', 'social', 14, 70, 0, 65, 950);
INSERT INTO `achievements` VALUES (1365, 'RespectGiven', 'social', 15, 75, 0, 70, 1150);
INSERT INTO `achievements` VALUES (1366, 'RespectGiven', 'social', 16, 80, 0, 75, 1370);
INSERT INTO `achievements` VALUES (1367, 'RespectGiven', 'social', 17, 85, 0, 80, 1610);
INSERT INTO `achievements` VALUES (1368, 'RespectGiven', 'social', 18, 90, 0, 85, 1870);
INSERT INTO `achievements` VALUES (1369, 'RespectGiven', 'social', 19, 95, 0, 90, 2150);
INSERT INTO `achievements` VALUES (1370, 'RespectGiven', 'social', 20, 100, 0, 95, 2450);
INSERT INTO `achievements` VALUES (1381, 'PetRespectGiver', 'pets', 11, 55, 0, 50, 470);
INSERT INTO `achievements` VALUES (1382, 'PetRespectGiver', 'pets', 12, 60, 0, 55, 610);
INSERT INTO `achievements` VALUES (1383, 'PetRespectGiver', 'pets', 13, 65, 0, 60, 770);
INSERT INTO `achievements` VALUES (1384, 'PetRespectGiver', 'pets', 14, 70, 0, 65, 950);
INSERT INTO `achievements` VALUES (1385, 'PetRespectGiver', 'pets', 15, 75, 0, 70, 1150);
INSERT INTO `achievements` VALUES (1386, 'PetRespectGiver', 'pets', 16, 80, 0, 75, 1370);
INSERT INTO `achievements` VALUES (1387, 'PetRespectGiver', 'pets', 17, 85, 0, 80, 1610);
INSERT INTO `achievements` VALUES (1388, 'PetRespectGiver', 'pets', 18, 90, 0, 85, 1870);
INSERT INTO `achievements` VALUES (1389, 'PetRespectGiver', 'pets', 19, 95, 0, 90, 2150);
INSERT INTO `achievements` VALUES (1390, 'PetRespectGiver', 'pets', 20, 100, 0, 95, 2450);
INSERT INTO `achievements` VALUES (1391, 'GiftGiver', 'social', 11, 55, 0, 50, 816);
INSERT INTO `achievements` VALUES (1392, 'GiftGiver', 'social', 12, 60, 0, 55, 1141);
INSERT INTO `achievements` VALUES (1393, 'GiftGiver', 'social', 13, 65, 0, 60, 1541);
INSERT INTO `achievements` VALUES (1394, 'GiftGiver', 'social', 14, 70, 0, 65, 2041);
INSERT INTO `achievements` VALUES (1395, 'GiftGiver', 'social', 15, 75, 0, 70, 2591);
INSERT INTO `achievements` VALUES (2717, 'AdvancedHorticulturist', 'explore', 10, 100, 0, 120, 240);
INSERT INTO `achievements` VALUES (2716, 'AdvancedHorticulturist', 'explore', 9, 100, 0, 80, 120);
INSERT INTO `achievements` VALUES (2715, 'AdvancedHorticulturist', 'explore', 8, 100, 0, 60, 80);
INSERT INTO `achievements` VALUES (2714, 'AdvancedHorticulturist', 'explore', 7, 100, 0, 40, 60);
INSERT INTO `achievements` VALUES (2713, 'AdvancedHorticulturist', 'explore', 6, 100, 0, 30, 40);
INSERT INTO `achievements` VALUES (2712, 'AdvancedHorticulturist', 'explore', 5, 100, 0, 25, 30);
INSERT INTO `achievements` VALUES (2711, 'AdvancedHorticulturist', 'explore', 4, 100, 0, 20, 20);
INSERT INTO `achievements` VALUES (2710, 'AdvancedHorticulturist', 'explore', 3, 100, 0, 15, 10);
INSERT INTO `achievements` VALUES (2709, 'AdvancedHorticulturist', 'explore', 2, 100, 0, 10, 5);
INSERT INTO `achievements` VALUES (2708, 'AdvancedHorticulturist', 'explore', 1, 100, 0, 5, 1);
INSERT INTO `achievements` VALUES (1479, 'GuideEnrollmentLifetime', 'explore', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (1480, 'GuideEnrollmentLifetime', 'explore', 2, 10, 0, 5, 7);
INSERT INTO `achievements` VALUES (1481, 'GuideEnrollmentLifetime', 'explore', 3, 15, 0, 10, 14);
INSERT INTO `achievements` VALUES (1482, 'GuideEnrollmentLifetime', 'explore', 4, 20, 0, 15, 21);
INSERT INTO `achievements` VALUES (1483, 'GuideEnrollmentLifetime', 'explore', 5, 25, 0, 20, 28);
INSERT INTO `achievements` VALUES (1484, 'GuideEnrollmentLifetime', 'explore', 6, 30, 0, 25, 56);
INSERT INTO `achievements` VALUES (1485, 'GuideEnrollmentLifetime', 'explore', 7, 35, 0, 30, 70);
INSERT INTO `achievements` VALUES (1486, 'GuideEnrollmentLifetime', 'explore', 8, 40, 0, 35, 112);
INSERT INTO `achievements` VALUES (1487, 'GuideEnrollmentLifetime', 'explore', 9, 45, 0, 40, 168);
INSERT INTO `achievements` VALUES (1488, 'GuideEnrollmentLifetime', 'explore', 10, 50, 0, 45, 224);
INSERT INTO `achievements` VALUES (1489, 'GuideEnrollmentLifetime', 'explore', 11, 55, 0, 50, 280);
INSERT INTO `achievements` VALUES (1490, 'GuideEnrollmentLifetime', 'explore', 12, 60, 0, 55, 365);
INSERT INTO `achievements` VALUES (1491, 'GuideEnrollmentLifetime', 'explore', 13, 65, 0, 60, 548);
INSERT INTO `achievements` VALUES (1492, 'GuideEnrollmentLifetime', 'explore', 14, 70, 0, 65, 730);
INSERT INTO `achievements` VALUES (1493, 'GuideEnrollmentLifetime', 'explore', 15, 75, 0, 70, 913);
INSERT INTO `achievements` VALUES (1494, 'GuideEnrollmentLifetime', 'explore', 16, 80, 0, 75, 1095);
INSERT INTO `achievements` VALUES (1495, 'GuideEnrollmentLifetime', 'explore', 17, 85, 0, 80, 1278);
INSERT INTO `achievements` VALUES (1496, 'GuideEnrollmentLifetime', 'explore', 18, 90, 0, 85, 1460);
INSERT INTO `achievements` VALUES (1497, 'GuideEnrollmentLifetime', 'explore', 19, 95, 0, 90, 1643);
INSERT INTO `achievements` VALUES (1498, 'GuideEnrollmentLifetime', 'explore', 20, 100, 0, 95, 1825);
INSERT INTO `achievements` VALUES (1513, 'MonsterPlantTreater', 'explore', 1, 5, 0, 0, 5);
INSERT INTO `achievements` VALUES (1514, 'MonsterPlantTreater', 'explore', 2, 10, 0, 5, 30);
INSERT INTO `achievements` VALUES (1515, 'MonsterPlantTreater', 'explore', 3, 15, 0, 10, 130);
INSERT INTO `achievements` VALUES (1516, 'MonsterPlantTreater', 'explore', 4, 20, 0, 15, 380);
INSERT INTO `achievements` VALUES (1517, 'MonsterPlantTreater', 'explore', 5, 25, 0, 20, 1380);
INSERT INTO `achievements` VALUES (2757, 'MusicCollector', 'music', 10, 100, 0, 80, 280);
INSERT INTO `achievements` VALUES (2756, 'MusicCollector', 'music', 9, 100, 0, 50, 200);
INSERT INTO `achievements` VALUES (2755, 'MusicCollector', 'music', 8, 100, 0, 45, 160);
INSERT INTO `achievements` VALUES (2754, 'MusicCollector', 'music', 7, 100, 0, 40, 120);
INSERT INTO `achievements` VALUES (2753, 'MusicCollector', 'music', 6, 100, 0, 35, 80);
INSERT INTO `achievements` VALUES (2752, 'MusicCollector', 'music', 5, 100, 0, 30, 60);
INSERT INTO `achievements` VALUES (2751, 'MusicCollector', 'music', 4, 100, 0, 25, 40);
INSERT INTO `achievements` VALUES (2750, 'MusicCollector', 'music', 3, 100, 0, 20, 20);
INSERT INTO `achievements` VALUES (2749, 'MusicCollector', 'music', 2, 100, 0, 15, 5);
INSERT INTO `achievements` VALUES (2747, 'Jogger', 'explore', 10, 100, 0, 100, 4800);
INSERT INTO `achievements` VALUES (2746, 'Jogger', 'explore', 9, 90, 0, 90, 2400);
INSERT INTO `achievements` VALUES (2745, 'Jogger', 'explore', 8, 80, 0, 80, 1200);
INSERT INTO `achievements` VALUES (1646, 'GuideRecommendation', 'explore', 1, 5, 0, 5, 2);
INSERT INTO `achievements` VALUES (1647, 'GuideRecommendation', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1648, 'GuideRecommendation', 'explore', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (1649, 'GuideRecommendation', 'explore', 4, 20, 0, 15, 15);
INSERT INTO `achievements` VALUES (1650, 'GuideRecommendation', 'explore', 5, 25, 0, 20, 30);
INSERT INTO `achievements` VALUES (1651, 'GuideRecommendation', 'explore', 6, 30, 0, 25, 55);
INSERT INTO `achievements` VALUES (1652, 'GuideRecommendation', 'explore', 7, 35, 0, 30, 85);
INSERT INTO `achievements` VALUES (1653, 'GuideFeedbackGiver', 'explore', 1, 5, 0, 5, 2);
INSERT INTO `achievements` VALUES (1654, 'GuideFeedbackGiver', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1660, 'MonsterPlantGardenOfDeath', 'explore', 1, 5, 0, 0, 5);
INSERT INTO `achievements` VALUES (1661, 'MonsterPlantGardenOfDeath', 'explore', 2, 10, 0, 5, 30);
INSERT INTO `achievements` VALUES (1662, 'MonsterPlantGardenOfDeath', 'explore', 3, 15, 0, 10, 100);
INSERT INTO `achievements` VALUES (1663, 'MonsterPlantGardenOfDeath', 'explore', 4, 20, 0, 15, 500);
INSERT INTO `achievements` VALUES (1664, 'MonsterPlantGardenOfDeath', 'explore', 5, 25, 0, 20, 2000);
INSERT INTO `achievements` VALUES (1665, 'MonsterPlantHealer', 'pets', 1, 5, 0, 0, 5);
INSERT INTO `achievements` VALUES (1666, 'MonsterPlantHealer', 'pets', 2, 10, 0, 5, 30);
INSERT INTO `achievements` VALUES (1667, 'MonsterPlantHealer', 'pets', 3, 15, 0, 10, 100);
INSERT INTO `achievements` VALUES (1668, 'MonsterPlantHealer', 'pets', 4, 20, 0, 15, 500);
INSERT INTO `achievements` VALUES (1669, 'MonsterPlantHealer', 'pets', 5, 25, 0, 20, 2000);
INSERT INTO `achievements` VALUES (1690, 'FootballGoalScored', 'games', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (1691, 'FootballGoalScored', 'games', 2, 10, 0, 5, 10);
INSERT INTO `achievements` VALUES (1692, 'FootballGoalScored', 'games', 3, 15, 0, 10, 100);
INSERT INTO `achievements` VALUES (1693, 'FootballGoalScored', 'games', 4, 20, 0, 15, 1000);
INSERT INTO `achievements` VALUES (1694, 'FootballGoalScored', 'games', 5, 25, 0, 20, 10000);
INSERT INTO `achievements` VALUES (1705, 'SafetyQuizGraduate', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (1706, 'GuideRequestHandler', 'explore', 1, 5, 0, 5, 2);
INSERT INTO `achievements` VALUES (1707, 'GuideRequestHandler', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1708, 'GuideRequestHandler', 'explore', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (1709, 'GuideRequestHandler', 'explore', 4, 20, 0, 15, 15);
INSERT INTO `achievements` VALUES (1710, 'GuideRequestHandler', 'explore', 5, 25, 0, 20, 30);
INSERT INTO `achievements` VALUES (1711, 'GuideRequestHandler', 'explore', 6, 30, 0, 25, 55);
INSERT INTO `achievements` VALUES (1712, 'GuideRequestHandler', 'explore', 7, 35, 0, 30, 85);
INSERT INTO `achievements` VALUES (1713, 'GuideRequestHandler', 'explore', 8, 40, 0, 35, 115);
INSERT INTO `achievements` VALUES (1714, 'GuideRequestHandler', 'explore', 9, 45, 0, 40, 150);
INSERT INTO `achievements` VALUES (1715, 'GuideRequestHandler', 'explore', 10, 50, 0, 45, 200);
INSERT INTO `achievements` VALUES (1716, 'GuideRequester', 'explore', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (1717, 'GuideRequester', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (1741, 'FriendListSize', 'social', 1, 5, 0, 0, 2);
INSERT INTO `achievements` VALUES (1742, 'FriendListSize', 'social', 2, 10, 0, 5, 10);
INSERT INTO `achievements` VALUES (1743, 'FriendListSize', 'social', 3, 15, 0, 10, 30);
INSERT INTO `achievements` VALUES (1744, 'FriendListSize', 'social', 4, 20, 0, 15, 85);
INSERT INTO `achievements` VALUES (1745, 'FriendListSize', 'social', 5, 25, 0, 20, 150);
INSERT INTO `achievements` VALUES (1746, 'FriendListSize', 'social', 6, 30, 0, 25, 250);
INSERT INTO `achievements` VALUES (1747, 'FriendListSize', 'social', 7, 35, 0, 30, 350);
INSERT INTO `achievements` VALUES (1748, 'FriendListSize', 'social', 8, 40, 0, 35, 500);
INSERT INTO `achievements` VALUES (1749, 'FriendListSize', 'social', 9, 45, 0, 40, 700);
INSERT INTO `achievements` VALUES (1750, 'FriendListSize', 'social', 10, 50, 0, 45, 800);
INSERT INTO `achievements` VALUES (1751, 'FriendListSize', 'social', 11, 55, 0, 50, 900);
INSERT INTO `achievements` VALUES (1752, 'FriendListSize', 'social', 12, 60, 0, 55, 1000);
INSERT INTO `achievements` VALUES (1753, 'FriendListSize', 'social', 13, 65, 0, 60, 1100);
INSERT INTO `achievements` VALUES (1764, 'FootballGoalScoredInRoom', 'games', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (1765, 'FootballGoalScoredInRoom', 'games', 2, 10, 0, 5, 20);
INSERT INTO `achievements` VALUES (1766, 'FootballGoalScoredInRoom', 'games', 3, 15, 0, 10, 400);
INSERT INTO `achievements` VALUES (1767, 'FootballGoalScoredInRoom', 'games', 4, 20, 0, 15, 8000);
INSERT INTO `achievements` VALUES (1768, 'FootballGoalScoredInRoom', 'games', 5, 25, 0, 20, 160000);
INSERT INTO `achievements` VALUES (1886, 'FurnimaticQuest', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (1887, 'FurnimaticQuest', 'explore', 2, 10, 0, 5, 2);
INSERT INTO `achievements` VALUES (1888, 'FurnimaticQuest', 'explore', 3, 15, 0, 10, 3);
INSERT INTO `achievements` VALUES (1889, 'FurnimaticQuest', 'explore', 4, 20, 0, 15, 4);
INSERT INTO `achievements` VALUES (1890, 'FurnimaticQuest', 'explore', 5, 25, 0, 20, 5);
INSERT INTO `achievements` VALUES (1891, 'FurnimaticQuest', 'explore', 6, 30, 0, 25, 6);
INSERT INTO `achievements` VALUES (1892, 'FurnimaticQuest', 'explore', 7, 35, 0, 30, 7);
INSERT INTO `achievements` VALUES (1893, 'FurnimaticQuest', 'explore', 8, 40, 0, 35, 8);
INSERT INTO `achievements` VALUES (1894, 'FurnimaticQuest', 'explore', 9, 45, 0, 40, 9);
INSERT INTO `achievements` VALUES (1895, 'FurnimaticQuest', 'explore', 10, 50, 0, 45, 10);
INSERT INTO `achievements` VALUES (1896, 'FurnimaticQuest', 'explore', 11, 55, 0, 50, 11);
INSERT INTO `achievements` VALUES (1897, 'FurnimaticQuest', 'explore', 12, 60, 0, 55, 12);
INSERT INTO `achievements` VALUES (1898, 'FurnimaticQuest', 'explore', 13, 65, 0, 60, 13);
INSERT INTO `achievements` VALUES (1899, 'FurnimaticQuest', 'explore', 14, 70, 0, 65, 14);
INSERT INTO `achievements` VALUES (1900, 'FurnimaticQuest', 'explore', 15, 75, 0, 70, 15);
INSERT INTO `achievements` VALUES (1901, 'FurnimaticQuest', 'explore', 16, 80, 0, 75, 16);
INSERT INTO `achievements` VALUES (1902, 'FurnimaticQuest', 'explore', 17, 85, 0, 80, 17);
INSERT INTO `achievements` VALUES (1903, 'GuideAdvertisementReader', 'identity', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2020, 'EggMaster', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2021, 'EggMaster', 'explore', 2, 10, 0, 5, 3);
INSERT INTO `achievements` VALUES (2022, 'EggMaster', 'explore', 3, 15, 0, 10, 7);
INSERT INTO `achievements` VALUES (2023, 'EggCracker', 'explore', 1, 5, 0, 0, 10);
INSERT INTO `achievements` VALUES (2024, 'EggCracker', 'explore', 2, 10, 0, 5, 20);
INSERT INTO `achievements` VALUES (2025, 'EggCracker', 'explore', 3, 15, 0, 10, 80);
INSERT INTO `achievements` VALUES (2026, 'EggCracker', 'explore', 4, 20, 0, 15, 320);
INSERT INTO `achievements` VALUES (2027, 'EggCracker', 'explore', 5, 25, 0, 20, 1280);
INSERT INTO `achievements` VALUES (2028, 'EggCracker', 'explore', 6, 30, 0, 25, 5120);
INSERT INTO `achievements` VALUES (2029, 'EggCracker', 'explore', 7, 35, 0, 30, 10240);
INSERT INTO `achievements` VALUES (2030, 'EggCracker', 'explore', 8, 40, 0, 35, 20480);
INSERT INTO `achievements` VALUES (2031, 'EggCracker', 'explore', 9, 45, 0, 40, 40960);
INSERT INTO `achievements` VALUES (2032, 'EggCracker', 'explore', 10, 50, 0, 45, 81920);
INSERT INTO `achievements` VALUES (2188, 'PinataWhacker', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2189, 'PinataWhacker', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (2190, 'PinataWhacker', 'explore', 3, 15, 0, 10, 25);
INSERT INTO `achievements` VALUES (2191, 'PinataWhacker', 'explore', 4, 20, 0, 15, 50);
INSERT INTO `achievements` VALUES (2192, 'PinataWhacker', 'explore', 5, 25, 0, 20, 100);
INSERT INTO `achievements` VALUES (2193, 'PinataWhacker', 'explore', 6, 30, 0, 25, 200);
INSERT INTO `achievements` VALUES (2194, 'PinataWhacker', 'explore', 7, 35, 0, 30, 400);
INSERT INTO `achievements` VALUES (2195, 'PinataWhacker', 'explore', 8, 40, 0, 35, 800);
INSERT INTO `achievements` VALUES (2196, 'PinataWhacker', 'explore', 9, 45, 0, 40, 1600);
INSERT INTO `achievements` VALUES (2197, 'PinataWhacker', 'explore', 10, 50, 0, 45, 3200);
INSERT INTO `achievements` VALUES (2198, 'PinataBreaker', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2199, 'PinataBreaker', 'explore', 2, 10, 0, 5, 2);
INSERT INTO `achievements` VALUES (2200, 'PinataBreaker', 'explore', 3, 15, 0, 10, 4);
INSERT INTO `achievements` VALUES (2201, 'PinataBreaker', 'explore', 4, 20, 0, 15, 8);
INSERT INTO `achievements` VALUES (2202, 'PinataBreaker', 'explore', 5, 25, 0, 20, 16);
INSERT INTO `achievements` VALUES (2318, 'CrystalCracker', 'explore', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (2319, 'CrystalCracker', 'explore', 2, 10, 0, 5, 25);
INSERT INTO `achievements` VALUES (2320, 'CrystalCracker', 'explore', 3, 15, 0, 10, 50);
INSERT INTO `achievements` VALUES (2321, 'CrystalCracker', 'explore', 4, 20, 0, 15, 100);
INSERT INTO `achievements` VALUES (2322, 'CrystalCracker', 'explore', 5, 25, 0, 20, 200);
INSERT INTO `achievements` VALUES (2323, 'CrystalCracker', 'explore', 6, 30, 0, 25, 400);
INSERT INTO `achievements` VALUES (2324, 'CrystalCracker', 'explore', 7, 35, 0, 30, 800);
INSERT INTO `achievements` VALUES (2325, 'CrystalCracker', 'explore', 8, 40, 0, 35, 1600);
INSERT INTO `achievements` VALUES (2326, 'CrystalCracker', 'explore', 9, 45, 0, 40, 3200);
INSERT INTO `achievements` VALUES (2327, 'CrystalCracker', 'explore', 10, 50, 0, 45, 6400);
INSERT INTO `achievements` VALUES (2369, 'SelfModRoomFilterSeen', 'tools', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2370, 'ViciousViking', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2371, 'ViciousViking', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (2372, 'ViciousViking', 'explore', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (2373, 'ViciousViking', 'explore', 4, 20, 0, 15, 20);
INSERT INTO `achievements` VALUES (2374, 'ViciousViking', 'explore', 5, 25, 0, 20, 40);
INSERT INTO `achievements` VALUES (2375, 'ViciousViking', 'explore', 6, 30, 0, 25, 80);
INSERT INTO `achievements` VALUES (2376, 'ViciousViking', 'explore', 7, 35, 0, 30, 160);
INSERT INTO `achievements` VALUES (2377, 'ViciousViking', 'explore', 8, 40, 0, 35, 250);
INSERT INTO `achievements` VALUES (2378, 'ViciousViking', 'explore', 9, 45, 0, 40, 350);
INSERT INTO `achievements` VALUES (2379, 'ViciousViking', 'explore', 10, 50, 0, 45, 600);
INSERT INTO `achievements` VALUES (2380, 'SelfModWalkthroughSeen', 'tools', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (2381, 'SelfModDoorModeSeen', 'tools', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (2382, 'LeprechaunRespectGiver', 'pets', 1, 5, 0, 0, 3);
INSERT INTO `achievements` VALUES (2383, 'LeprechaunRespectGiver', 'pets', 2, 10, 0, 5, 10);
INSERT INTO `achievements` VALUES (2384, 'LeprechaunRespectGiver', 'pets', 3, 15, 0, 10, 20);
INSERT INTO `achievements` VALUES (2385, 'LeprechaunRespectGiver', 'pets', 4, 20, 0, 15, 40);
INSERT INTO `achievements` VALUES (2386, 'LeprechaunRespectGiver', 'pets', 5, 25, 0, 20, 70);
INSERT INTO `achievements` VALUES (2387, 'LeprechaunRespectGiver', 'pets', 6, 30, 0, 25, 120);
INSERT INTO `achievements` VALUES (2388, 'LeprechaunRespectGiver', 'pets', 7, 35, 0, 30, 200);
INSERT INTO `achievements` VALUES (2389, 'LeprechaunRespectGiver', 'pets', 8, 40, 0, 35, 300);
INSERT INTO `achievements` VALUES (2390, 'LeprechaunRespectGiver', 'pets', 9, 45, 0, 40, 500);
INSERT INTO `achievements` VALUES (2391, 'LeprechaunRespectGiver', 'pets', 10, 50, 0, 45, 750);
INSERT INTO `achievements` VALUES (2403, 'LeprechaunLevelUp', 'pets', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (2404, 'LeprechaunLevelUp', 'pets', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (2405, 'LeprechaunLevelUp', 'pets', 3, 15, 0, 10, 10);
INSERT INTO `achievements` VALUES (2406, 'LeprechaunLevelUp', 'pets', 4, 20, 0, 15, 20);
INSERT INTO `achievements` VALUES (2407, 'LeprechaunLevelUp', 'pets', 5, 25, 0, 20, 30);
INSERT INTO `achievements` VALUES (2408, 'LeprechaunLevelUp', 'pets', 6, 30, 0, 25, 50);
INSERT INTO `achievements` VALUES (2409, 'LeprechaunLevelUp', 'pets', 7, 35, 0, 30, 80);
INSERT INTO `achievements` VALUES (2410, 'LeprechaunLevelUp', 'pets', 8, 40, 0, 35, 130);
INSERT INTO `achievements` VALUES (2411, 'LeprechaunLevelUp', 'pets', 9, 45, 0, 40, 200);
INSERT INTO `achievements` VALUES (2412, 'LeprechaunLevelUp', 'pets', 10, 50, 0, 45, 350);
INSERT INTO `achievements` VALUES (2443, 'GnomeRespectGiver', 'pets', 1, 5, 0, 0, 3);
INSERT INTO `achievements` VALUES (2444, 'GnomeRespectGiver', 'pets', 2, 10, 0, 5, 10);
INSERT INTO `achievements` VALUES (2445, 'GnomeRespectGiver', 'pets', 3, 15, 0, 10, 20);
INSERT INTO `achievements` VALUES (2446, 'GnomeRespectGiver', 'pets', 4, 20, 0, 15, 40);
INSERT INTO `achievements` VALUES (2447, 'GnomeRespectGiver', 'pets', 5, 25, 0, 20, 70);
INSERT INTO `achievements` VALUES (2448, 'GnomeRespectGiver', 'pets', 6, 30, 0, 25, 120);
INSERT INTO `achievements` VALUES (2449, 'GnomeRespectGiver', 'pets', 7, 35, 0, 30, 200);
INSERT INTO `achievements` VALUES (2450, 'GnomeRespectGiver', 'pets', 8, 40, 0, 35, 300);
INSERT INTO `achievements` VALUES (2451, 'GnomeRespectGiver', 'pets', 9, 45, 0, 40, 500);
INSERT INTO `achievements` VALUES (2452, 'GnomeRespectGiver', 'pets', 10, 50, 0, 45, 750);
INSERT INTO `achievements` VALUES (2453, 'GnomeLevelUp', 'pets', 1, 5, 0, 0, 1);
INSERT INTO `achievements` VALUES (2454, 'GnomeLevelUp', 'pets', 2, 10, 0, 5, 3);
INSERT INTO `achievements` VALUES (2455, 'GnomeLevelUp', 'pets', 3, 15, 0, 10, 5);
INSERT INTO `achievements` VALUES (2456, 'GnomeLevelUp', 'pets', 4, 20, 0, 15, 7);
INSERT INTO `achievements` VALUES (2457, 'GnomeLevelUp', 'pets', 5, 25, 0, 20, 9);
INSERT INTO `achievements` VALUES (2458, 'GnomeLevelUp', 'pets', 6, 30, 0, 25, 11);
INSERT INTO `achievements` VALUES (2459, 'GnomeLevelUp', 'pets', 7, 35, 0, 30, 13);
INSERT INTO `achievements` VALUES (2460, 'GnomeLevelUp', 'pets', 8, 40, 0, 35, 15);
INSERT INTO `achievements` VALUES (2461, 'GnomeLevelUp', 'pets', 9, 45, 0, 40, 17);
INSERT INTO `achievements` VALUES (2462, 'GnomeLevelUp', 'pets', 10, 50, 0, 45, 20);
INSERT INTO `achievements` VALUES (2625, 'GnomeFeeding', 'pets', 5, 30, 0, 30, 800);
INSERT INTO `achievements` VALUES (2624, 'GnomeFeeding', 'pets', 4, 25, 0, 25, 600);
INSERT INTO `achievements` VALUES (2623, 'GnomeFeeding', 'pets', 3, 20, 0, 20, 400);
INSERT INTO `achievements` VALUES (2622, 'GnomeFeeding', 'pets', 2, 15, 0, 15, 250);
INSERT INTO `achievements` VALUES (2621, 'GnomeFeeding', 'pets', 1, 10, 0, 10, 100);
INSERT INTO `achievements` VALUES (2620, 'Bazaar', 'explore', 10, 100, 0, 100, 240);
INSERT INTO `achievements` VALUES (2619, 'Bazaar', 'explore', 9, 100, 0, 100, 180);
INSERT INTO `achievements` VALUES (2618, 'Bazaar', 'explore', 8, 100, 0, 100, 120);
INSERT INTO `achievements` VALUES (2617, 'Bazaar', 'explore', 7, 80, 0, 80, 100);
INSERT INTO `achievements` VALUES (2616, 'Bazaar', 'explore', 6, 60, 0, 60, 80);
INSERT INTO `achievements` VALUES (2543, 'SelfModMuteSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2544, 'SelfModKickSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2547, 'SelfModChatScrollSpeedSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2548, 'SelfModChatFloodFilterSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2549, 'SelfModChatHearRangeSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2550, 'SelfModIgnoreSeen', 'tools', 1, 5, 0, 1, 1);
INSERT INTO `achievements` VALUES (2555, 'CameraPhotoCount', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2556, 'CameraPhotoCount', 'explore', 2, 10, 0, 5, 5);
INSERT INTO `achievements` VALUES (2557, 'CameraPhotoCount', 'explore', 3, 15, 0, 10, 15);
INSERT INTO `achievements` VALUES (2558, 'CameraPhotoCount', 'explore', 4, 20, 0, 15, 30);
INSERT INTO `achievements` VALUES (2559, 'CameraPhotoCount', 'explore', 5, 25, 0, 20, 50);
INSERT INTO `achievements` VALUES (2560, 'CameraPhotoCount', 'explore', 6, 30, 0, 25, 100);
INSERT INTO `achievements` VALUES (2561, 'CameraPhotoCount', 'explore', 7, 35, 0, 30, 200);
INSERT INTO `achievements` VALUES (2562, 'CameraPhotoCount', 'explore', 8, 40, 0, 35, 400);
INSERT INTO `achievements` VALUES (2563, 'CameraPhotoCount', 'explore', 9, 45, 0, 40, 800);
INSERT INTO `achievements` VALUES (2564, 'CameraPhotoCount', 'explore', 10, 50, 0, 45, 1000);
INSERT INTO `achievements` VALUES (2615, 'Bazaar', 'explore', 5, 50, 0, 50, 60);
INSERT INTO `achievements` VALUES (2614, 'Bazaar', 'explore', 4, 40, 0, 40, 40);
INSERT INTO `achievements` VALUES (2613, 'Bazaar', 'explore', 3, 20, 0, 20, 20);
INSERT INTO `achievements` VALUES (2612, 'Bazaar', 'explore', 2, 10, 0, 10, 5);
INSERT INTO `achievements` VALUES (2611, 'Bazaar', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2610, 'ffusion', 'explore', 5, 100, 0, 100, 10);
INSERT INTO `achievements` VALUES (2609, 'ffusion', 'explore', 4, 50, 0, 50, 8);
INSERT INTO `achievements` VALUES (2608, 'ffusion', 'explore', 3, 30, 0, 30, 5);
INSERT INTO `achievements` VALUES (2607, 'ffusion', 'explore', 2, 20, 0, 20, 3);
INSERT INTO `achievements` VALUES (2606, 'ffusion', 'explore', 1, 10, 0, 10, 1);
INSERT INTO `achievements` VALUES (2576, 'VicGar', 'explore', 1, 5, 0, 5, 2);
INSERT INTO `achievements` VALUES (2577, 'VicGar', 'explore', 2, 10, 0, 10, 6);
INSERT INTO `achievements` VALUES (2578, 'VicGar', 'explore', 3, 15, 0, 15, 10);
INSERT INTO `achievements` VALUES (2579, 'VicGar', 'explore', 4, 20, 0, 20, 20);
INSERT INTO `achievements` VALUES (2580, 'VicGar', 'explore', 5, 25, 0, 25, 40);
INSERT INTO `achievements` VALUES (2581, 'VicGar', 'explore', 6, 30, 0, 30, 60);
INSERT INTO `achievements` VALUES (2582, 'VicGar', 'explore', 7, 35, 0, 35, 80);
INSERT INTO `achievements` VALUES (2583, 'VicGar', 'explore', 8, 40, 0, 40, 100);
INSERT INTO `achievements` VALUES (2584, 'VicGar', 'explore', 9, 50, 0, 50, 150);
INSERT INTO `achievements` VALUES (2585, 'VicGar', 'explore', 10, 100, 0, 100, 240);
INSERT INTO `achievements` VALUES (2586, 'Chef', 'explore', 1, 5, 0, 5, 1);
INSERT INTO `achievements` VALUES (2587, 'Chef', 'explore', 2, 10, 0, 10, 5);
INSERT INTO `achievements` VALUES (2588, 'Chef', 'explore', 3, 15, 0, 15, 10);
INSERT INTO `achievements` VALUES (2589, 'Chef', 'explore', 4, 20, 0, 20, 20);
INSERT INTO `achievements` VALUES (2590, 'Chef', 'explore', 5, 25, 0, 25, 40);
INSERT INTO `achievements` VALUES (2591, 'Chef', 'explore', 6, 30, 0, 30, 60);
INSERT INTO `achievements` VALUES (2592, 'Chef', 'explore', 7, 35, 0, 35, 80);
INSERT INTO `achievements` VALUES (2593, 'Chef', 'explore', 8, 50, 0, 50, 100);
INSERT INTO `achievements` VALUES (2594, 'Chef', 'explore', 9, 80, 0, 80, 120);
INSERT INTO `achievements` VALUES (2595, 'Chef', 'explore', 10, 100, 0, 100, 250);
INSERT INTO `achievements` VALUES (2748, 'MusicCollector', 'music', 1, 100, 0, 10, 2);
INSERT INTO `achievements` VALUES (2597, 'Restorer', 'explore', 1, 100, 0, 10, 2);
INSERT INTO `achievements` VALUES (2598, 'Restorer', 'explore', 2, 100, 0, 15, 4);
INSERT INTO `achievements` VALUES (2599, 'Restorer', 'explore', 3, 100, 0, 20, 6);
INSERT INTO `achievements` VALUES (2600, 'Restorer', 'explore', 4, 100, 0, 30, 8);
INSERT INTO `achievements` VALUES (2601, 'Restorer', 'explore', 5, 100, 0, 50, 20);
INSERT INTO `achievements` VALUES (2602, 'AtcgSecret', 'explore', 1, 100, 0, 20, 5);
INSERT INTO `achievements` VALUES (2603, 'AtcgSecret', 'explore', 2, 100, 0, 30, 12);
INSERT INTO `achievements` VALUES (2604, 'AtcgSecret', 'explore', 3, 100, 0, 50, 24);
INSERT INTO `achievements` VALUES (2605, 'AtcgSecret', 'explore', 4, 100, 0, 100, 38);
INSERT INTO `achievements` VALUES (2758, 'Atcg', 'explore', 1, 100, 0, 20, 5);
INSERT INTO `achievements` VALUES (2759, 'Atcg', 'explore', 2, 100, 0, 30, 12);
INSERT INTO `achievements` VALUES (2760, 'Atcg', 'explore', 3, 100, 0, 50, 24);
INSERT INTO `achievements` VALUES (2761, 'Atcg', 'explore', 4, 100, 0, 100, 38);
-- ----------------------------
-- Table structure for achievements_talents
-- ----------------------------
DROP TABLE IF EXISTS `achievements_talents`;
CREATE TABLE `achievements_talents` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`type` enum('citizenship','helper') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'citizenship',
`level` int(0) NOT NULL DEFAULT 0,
`achievement_ids` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`achievement_levels` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`reward_furni` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`reward_perks` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`reward_badges` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of achievements_talents
-- ----------------------------
INSERT INTO `achievements_talents` VALUES (1, 'citizenship', 0, '481', '1', '179', '', '');
INSERT INTO `achievements_talents` VALUES (2, 'citizenship', 1, '467,479,469', '1,1,1', '179', '', '');
INSERT INTO `achievements_talents` VALUES (3, 'citizenship', 2, '445', '2,1', '179', 'TRADE', 'ACH_TraderPass1');
INSERT INTO `achievements_talents` VALUES (4, 'citizenship', 3, '467', '1', '179,5003', 'CITIZEN', 'ACH_Citizenship1');
-- ----------------------------
-- Table structure for bans
-- ----------------------------
DROP TABLE IF EXISTS `bans`;
CREATE TABLE `bans` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL,
`ip` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`machine_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`user_staff_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
`ban_expire` int(0) NOT NULL DEFAULT 0,
`ban_reason` varchar(200) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`type` enum('account','ip','machine','super') CHARACTER SET latin1 COLLATE latin1_swedish_ci 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(0) NOT NULL DEFAULT -1,
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_data`(`user_id`, `ip`, `machine_id`, `ban_expire`, `timestamp`, `ban_reason`) USING BTREE,
INDEX `general`(`id`, `type`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for bot_serves
-- ----------------------------
DROP TABLE IF EXISTS `bot_serves`;
CREATE TABLE `bot_serves` (
`keys` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`item` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for bots
-- ----------------------------
DROP TABLE IF EXISTS `bots`;
CREATE TABLE `bots` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`room_id` int(0) NOT NULL DEFAULT 0,
`name` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`motto` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`figure` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`gender` enum('M','F') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'M',
`x` int(0) NOT NULL DEFAULT 0,
`y` int(0) NOT NULL DEFAULT 0,
`z` double(11, 1) NOT NULL DEFAULT 0.0,
`rot` int(0) NOT NULL DEFAULT 0,
`chat_lines` varchar(5112) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`chat_auto` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`chat_random` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`chat_delay` int(0) NOT NULL DEFAULT 5,
`dance` int(0) NOT NULL DEFAULT 0,
`freeroam` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`type` enum('generic','visitor_log','bartender','weapons_dealer') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'generic',
`effect` int(0) NOT NULL DEFAULT 0,
`bubble_id` int(0) NULL DEFAULT 31,
PRIMARY KEY (`id`) USING BTREE,
INDEX `general_data`(`id`, `user_id`, `room_id`, `name`, `motto`, `gender`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for calendar_campaigns
-- ----------------------------
DROP TABLE IF EXISTS `calendar_campaigns`;
CREATE TABLE `calendar_campaigns` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
`image` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
`start_timestamp` int(0) NOT NULL DEFAULT 0,
`total_days` int(0) NOT NULL DEFAULT 30,
`lock_expired` enum('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1',
`enabled` enum('1','0') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '1',
UNIQUE INDEX `id`(`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for calendar_rewards
-- ----------------------------
DROP TABLE IF EXISTS `calendar_rewards`;
CREATE TABLE `calendar_rewards` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`campaign_id` int(0) 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(0) NOT NULL DEFAULT 0,
`pixels` int(0) NOT NULL DEFAULT 0,
`points` int(0) NOT NULL DEFAULT 0,
`points_type` int(0) NOT NULL DEFAULT 0,
`badge` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`item_id` int(0) NOT NULL DEFAULT 0,
`subscription_type` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '',
`subscription_days` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for calendar_rewards_claimed
-- ----------------------------
DROP TABLE IF EXISTS `calendar_rewards_claimed`;
CREATE TABLE `calendar_rewards_claimed` (
`user_id` int(0) NOT NULL,
`campaign_id` int(0) NOT NULL DEFAULT 0,
`day` int(0) NOT NULL,
`reward_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for camera_web
-- ----------------------------
DROP TABLE IF EXISTS `camera_web`;
CREATE TABLE `camera_web` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL,
`room_id` int(0) NOT NULL DEFAULT 0,
`timestamp` int(0) NOT NULL,
`url` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for catalog_clothing
-- ----------------------------
DROP TABLE IF EXISTS `catalog_clothing`;
CREATE TABLE `catalog_clothing` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(75) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`setid` varchar(75) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 845 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_clothing
-- ----------------------------
INSERT INTO `catalog_clothing` VALUES (1, 'clothing_squid', '3356');
INSERT INTO `catalog_clothing` VALUES (2, 'clothing_party1', '3362');
INSERT INTO `catalog_clothing` VALUES (3, 'clothing_meowtfit', '3331,3334,3335,3337,3338');
INSERT INTO `catalog_clothing` VALUES (4, 'clothing_geometricskirt', '3341');
INSERT INTO `catalog_clothing` VALUES (5, 'clothing_waistcoatsuit', '3327');
INSERT INTO `catalog_clothing` VALUES (6, 'clothing_gatsby', '3322');
INSERT INTO `catalog_clothing` VALUES (7, 'clothing_bow', '3358');
INSERT INTO `catalog_clothing` VALUES (8, 'clothing_baldy', '3357');
INSERT INTO `catalog_clothing` VALUES (9, 'clothing_wavy2', '3339');
INSERT INTO `catalog_clothing` VALUES (10, 'clothing_mutton1', '3345');
INSERT INTO `catalog_clothing` VALUES (11, 'clothing_straw2', '3347');
INSERT INTO `catalog_clothing` VALUES (12, 'clothing_fishhat', '3349');
INSERT INTO `catalog_clothing` VALUES (13, 'clothing_rolled_jeans', '3320');
INSERT INTO `catalog_clothing` VALUES (14, 'clothing_birdshoes', '3348');
INSERT INTO `catalog_clothing` VALUES (15, 'clothing_mermaidoutfit', '3332,3333');
INSERT INTO `catalog_clothing` VALUES (16, 'clothing_droopycollar', '3336,3340');
INSERT INTO `catalog_clothing` VALUES (17, 'clothing_headband', '3352');
INSERT INTO `catalog_clothing` VALUES (18, 'clothing_flowercrown', '3329');
INSERT INTO `catalog_clothing` VALUES (19, 'clothing_hheadphones', '3324');
INSERT INTO `catalog_clothing` VALUES (20, 'clothing_mutton2', '3346');
INSERT INTO `catalog_clothing` VALUES (21, 'clothing_floralskirt', '3355');
INSERT INTO `catalog_clothing` VALUES (22, 'clothing_nightvision', '3318');
INSERT INTO `catalog_clothing` VALUES (23, 'clothing_mockymouse', '3359,3360,3361');
INSERT INTO `catalog_clothing` VALUES (24, 'clothing_xmas1', '3321');
INSERT INTO `catalog_clothing` VALUES (25, 'clothing_shavedside', '3325');
INSERT INTO `catalog_clothing` VALUES (26, 'clothing_geometricjumper', '3342');
INSERT INTO `catalog_clothing` VALUES (27, 'clothing_beard1', '3344');
INSERT INTO `catalog_clothing` VALUES (28, 'clothing_beads', '3343');
INSERT INTO `catalog_clothing` VALUES (29, 'clothing_twotonecardi', '3326');
INSERT INTO `catalog_clothing` VALUES (30, 'clothing_animalprint', '3353');
INSERT INTO `catalog_clothing` VALUES (31, 'clothing_party2', '3363');
INSERT INTO `catalog_clothing` VALUES (32, 'clothing_tshirt_rolled', '3323,3351');
INSERT INTO `catalog_clothing` VALUES (33, 'clothing_rippedjeans', '3328');
INSERT INTO `catalog_clothing` VALUES (34, 'clothing_shoestights', '3354');
INSERT INTO `catalog_clothing` VALUES (35, 'clothing_kimono1', '3366,3367,3368,3369,3364');
INSERT INTO `catalog_clothing` VALUES (36, 'clothing_kimono2', '3365,3371,3372,3370');
INSERT INTO `catalog_clothing` VALUES (37, 'clothing_cyboots', '3375');
INSERT INTO `catalog_clothing` VALUES (38, 'clothing_cycircuit', '3385');
INSERT INTO `catalog_clothing` VALUES (39, 'clothing_cygirl', '3373,3374,3375,3376,3377,3387');
INSERT INTO `catalog_clothing` VALUES (40, 'clothing_cyglass', '3388');
INSERT INTO `catalog_clothing` VALUES (41, 'clothing_cyhair', '3377');
INSERT INTO `catalog_clothing` VALUES (42, 'clothing_cyhood', '3382');
INSERT INTO `catalog_clothing` VALUES (43, 'clothing_cyleather', '3373,3374');
INSERT INTO `catalog_clothing` VALUES (44, 'clothing_cymask', '3378');
INSERT INTO `catalog_clothing` VALUES (45, 'clothing_cyquif', '3386');
INSERT INTO `catalog_clothing` VALUES (46, 'clothing_cyskirt', '3387');
INSERT INTO `catalog_clothing` VALUES (47, 'clothing_cystrapboots', '3383');
INSERT INTO `catalog_clothing` VALUES (48, 'clothing_cystraphood', '3380,3381,3382,3383,3384');
INSERT INTO `catalog_clothing` VALUES (49, 'clothing_cystrappants', '3384');
INSERT INTO `catalog_clothing` VALUES (50, 'clothing_cyzipped', '3380,3381');
INSERT INTO `catalog_clothing` VALUES (51, 'clothing_goggles', '3376');
INSERT INTO `catalog_clothing` VALUES (52, 'clothing_candyboy', '3389,3390,3391,3394');
INSERT INTO `catalog_clothing` VALUES (53, 'clothing_sidehat', '3392');
INSERT INTO `catalog_clothing` VALUES (54, 'clothing_candygirl', '3392,3396,3397,3398,3401');
INSERT INTO `catalog_clothing` VALUES (55, 'clothing_candyphones', '3395');
INSERT INTO `catalog_clothing` VALUES (56, 'clothing_cherries', '3402');
INSERT INTO `catalog_clothing` VALUES (57, 'clothing_cherrybomb', '3403');
INSERT INTO `catalog_clothing` VALUES (58, 'clothing_chocodrop', '3394');
INSERT INTO `catalog_clothing` VALUES (59, 'clothing_cjersey', '3389,3390');
INSERT INTO `catalog_clothing` VALUES (60, 'clothing_cjumper', '3397,3398');
INSERT INTO `catalog_clothing` VALUES (61, 'clothing_cshorts', '3391');
INSERT INTO `catalog_clothing` VALUES (62, 'clothing_frontswirl', '3393');
INSERT INTO `catalog_clothing` VALUES (63, 'clothing_habloompa', '3396');
INSERT INTO `catalog_clothing` VALUES (64, 'clothing_swirlskirt', '3401');
INSERT INTO `catalog_clothing` VALUES (65, 'clothing_swirltop', '3399,3400');
INSERT INTO `catalog_clothing` VALUES (66, 'clothing_knitalien', '3404');
INSERT INTO `catalog_clothing` VALUES (67, 'clothing_camoboots', '3419');
INSERT INTO `catalog_clothing` VALUES (68, 'clothing_camocap', '3415');
INSERT INTO `catalog_clothing` VALUES (69, 'clothing_camooutfit', '3415,3416,3417,3418,3419');
INSERT INTO `catalog_clothing` VALUES (70, 'clothing_camotuck', '3418');
INSERT INTO `catalog_clothing` VALUES (71, 'clothing_drillserg', '3426');
INSERT INTO `catalog_clothing` VALUES (72, 'clothing_kevlaroutfit', '3420,3421');
INSERT INTO `catalog_clothing` VALUES (73, 'clothing_kevlar', '3420');
INSERT INTO `catalog_clothing` VALUES (74, 'clothing_kevlarhat', '3421');
INSERT INTO `catalog_clothing` VALUES (75, 'clothing_medal1', '3423');
INSERT INTO `catalog_clothing` VALUES (76, 'clothing_medal2', '3424');
INSERT INTO `catalog_clothing` VALUES (77, 'clothing_medal3', '3425');
INSERT INTO `catalog_clothing` VALUES (78, 'clothing_militaryhat', '3409');
INSERT INTO `catalog_clothing` VALUES (79, 'clothing_militaryjacket', '3405,3406');
INSERT INTO `catalog_clothing` VALUES (80, 'clothing_militarypants', '3407');
INSERT INTO `catalog_clothing` VALUES (81, 'clothing_napkin', '3422');
INSERT INTO `catalog_clothing` VALUES (82, 'clothing_parade', '3405,3406,3408,3409,3407');
INSERT INTO `catalog_clothing` VALUES (83, 'clothing_rank1', '3410');
INSERT INTO `catalog_clothing` VALUES (84, 'clothing_rank2', '3411');
INSERT INTO `catalog_clothing` VALUES (85, 'clothing_rank3', '3412');
INSERT INTO `catalog_clothing` VALUES (86, 'clothing_rank4', '3413');
INSERT INTO `catalog_clothing` VALUES (87, 'clothing_rank5', '3414');
INSERT INTO `catalog_clothing` VALUES (88, 'clothing_walkie', '3427');
INSERT INTO `catalog_clothing` VALUES (89, 'clothing_camotank', '3416,3417');
INSERT INTO `catalog_clothing` VALUES (90, 'clothing_dinohat', '3431');
INSERT INTO `catalog_clothing` VALUES (91, 'clothing_caveshirt', '3428,3429');
INSERT INTO `catalog_clothing` VALUES (92, 'clothing_cavehair', '3436');
INSERT INTO `catalog_clothing` VALUES (93, 'clothing_dino', '3431,3432,3433,3434,3435');
INSERT INTO `catalog_clothing` VALUES (94, 'clothing_caveman', '3428,3429,3436');
INSERT INTO `catalog_clothing` VALUES (95, 'clothing_hat_skulldino', '3430');
INSERT INTO `catalog_clothing` VALUES (96, 'clothing_breton', '3438,3439');
INSERT INTO `catalog_clothing` VALUES (97, 'clothing_necktie', '3437');
INSERT INTO `catalog_clothing` VALUES (98, 'clothing_airhelm', '3452');
INSERT INTO `catalog_clothing` VALUES (101, 'clothing_deathmask', '3457');
INSERT INTO `catalog_clothing` VALUES (102, 'clothing_demoncloak', '3442,3443');
INSERT INTO `catalog_clothing` VALUES (103, 'clothing_demonhood', '3441');
INSERT INTO `catalog_clothing` VALUES (104, 'clothing_demonoutfit', '3441,3442,3443,3444');
INSERT INTO `catalog_clothing` VALUES (105, 'clothing_earthhelm', '3453');
INSERT INTO `catalog_clothing` VALUES (106, 'clothing_fammask', '3455');
INSERT INTO `catalog_clothing` VALUES (107, 'clothing_firehelm', '3450');
INSERT INTO `catalog_clothing` VALUES (108, 'clothing_knightoutfit', '3447,3448,3449');
INSERT INTO `catalog_clothing` VALUES (109, 'clothing_knighttop', '3447,3448');
INSERT INTO `catalog_clothing` VALUES (110, 'clothing_knighttrousers', '3449');
INSERT INTO `catalog_clothing` VALUES (111, 'clothing_pestmask', '3456');
INSERT INTO `catalog_clothing` VALUES (112, 'clothing_skullnecklace', '3444');
INSERT INTO `catalog_clothing` VALUES (113, 'clothing_warmask', '3454');
INSERT INTO `catalog_clothing` VALUES (114, 'clothing_waterhelm', '3451');
INSERT INTO `catalog_clothing` VALUES (115, 'clothing_bscarf', '3466');
INSERT INTO `catalog_clothing` VALUES (116, 'clothing_cladydress', '3446');
INSERT INTO `catalog_clothing` VALUES (117, 'clothing_cladyhair', '3468');
INSERT INTO `catalog_clothing` VALUES (118, 'clothing_cladyoutfit', '3446,3467,3468,3469,3458');
INSERT INTO `catalog_clothing` VALUES (119, 'clothing_cladyshoes', '3467');
INSERT INTO `catalog_clothing` VALUES (120, 'clothing_santapants', '3460');
INSERT INTO `catalog_clothing` VALUES (121, 'clothing_xmasbow', '3458');
INSERT INTO `catalog_clothing` VALUES (122, 'clothing_santaoutfit', '3459,3460,3461,3462');
INSERT INTO `catalog_clothing` VALUES (123, 'clothing_santatop', '3459');
INSERT INTO `catalog_clothing` VALUES (124, 'clothing_ribbon', '3469');
INSERT INTO `catalog_clothing` VALUES (125, 'clothing_santahat', '3461');
INSERT INTO `catalog_clothing` VALUES (126, 'clothing_snood', '3464');
INSERT INTO `catalog_clothing` VALUES (127, 'clothing_santabeard', '3462');
INSERT INTO `catalog_clothing` VALUES (128, 'clothing_knitband', '3465');
INSERT INTO `catalog_clothing` VALUES (129, 'clothing_knithat', '3463');
INSERT INTO `catalog_clothing` VALUES (130, 'clothing_hat_space1', '3440');
INSERT INTO `catalog_clothing` VALUES (131, 'clothing_goldpack1', '3470,3471,3472,3473,3474,3475,3476');
INSERT INTO `catalog_clothing` VALUES (132, 'clothing_party3', '3480');
INSERT INTO `catalog_clothing` VALUES (133, 'clothing_party4', '3481');
INSERT INTO `catalog_clothing` VALUES (134, 'clothing_party5', '3482');
INSERT INTO `catalog_clothing` VALUES (135, 'clothing_party6', '3477');
INSERT INTO `catalog_clothing` VALUES (136, 'clothing_party7', '3478');
INSERT INTO `catalog_clothing` VALUES (137, 'clothing_party8', '3479');
INSERT INTO `catalog_clothing` VALUES (138, 'clothing_backcap', '3494');
INSERT INTO `catalog_clothing` VALUES (139, 'clothing_bandage', '3495');
INSERT INTO `catalog_clothing` VALUES (140, 'clothing_bedhair', '3520');
INSERT INTO `catalog_clothing` VALUES (141, 'clothing_bigshades', '3493');
INSERT INTO `catalog_clothing` VALUES (142, 'clothing_brainjar', '3514');
INSERT INTO `catalog_clothing` VALUES (143, 'clothing_camera', '3485');
INSERT INTO `catalog_clothing` VALUES (144, 'clothing_casualoutfit1', '3519,3522,3523,3526');
INSERT INTO `catalog_clothing` VALUES (145, 'clothing_cumberband', '3504');
INSERT INTO `catalog_clothing` VALUES (146, 'clothing_denimshorts', '3526');
INSERT INTO `catalog_clothing` VALUES (147, 'clothing_denimvest', '3509,3515');
INSERT INTO `catalog_clothing` VALUES (148, 'clothing_disco', '3525');
INSERT INTO `catalog_clothing` VALUES (149, 'clothing_duckhat', '3500');
INSERT INTO `catalog_clothing` VALUES (150, 'clothing_floraloutfit', '3517,3518,3519,3329,3354,3532');
INSERT INTO `catalog_clothing` VALUES (151, 'clothing_halter', '3496,3510');
INSERT INTO `catalog_clothing` VALUES (152, 'clothing_hipoutfit1', '3342,3344,3531');
INSERT INTO `catalog_clothing` VALUES (153, 'clothing_hipoutfit2', '3499,3524,3528,3529,3484,3328');
INSERT INTO `catalog_clothing` VALUES (154, 'clothing_hipoutfit3', '3531,3484,3527,3530,3526');
INSERT INTO `catalog_clothing` VALUES (155, 'clothing_hipster2', '3499');
INSERT INTO `catalog_clothing` VALUES (156, 'clothing_hipsterglasses', '3484');
INSERT INTO `catalog_clothing` VALUES (482, 'clothing_r18_longwavy', '3733');
INSERT INTO `catalog_clothing` VALUES (158, 'clothing_jacket_twotone', '3522,3523');
INSERT INTO `catalog_clothing` VALUES (159, 'clothing_longtshirt', '3497,3498');
INSERT INTO `catalog_clothing` VALUES (160, 'clothing_manbun', '3531');
INSERT INTO `catalog_clothing` VALUES (161, 'clothing_mermaid', '3516');
INSERT INTO `catalog_clothing` VALUES (162, 'clothing_offshldrjumper', '3528,3529');
INSERT INTO `catalog_clothing` VALUES (163, 'clothing_ombrehr', '3519');
INSERT INTO `catalog_clothing` VALUES (164, 'clothing_pjbottoms1', '3483');
INSERT INTO `catalog_clothing` VALUES (165, 'clothing_pjoutfit1', '3486,3487,3483,3520');
INSERT INTO `catalog_clothing` VALUES (166, 'clothing_pjoutfit2', '3489,3490,3483,3520');
INSERT INTO `catalog_clothing` VALUES (167, 'clothing_pjoutfit3', '3491,3492,3483,3520');
INSERT INTO `catalog_clothing` VALUES (168, 'clothing_pjtop1', '3486,3487');
INSERT INTO `catalog_clothing` VALUES (169, 'clothing_pjtop2', '3489,3490');
INSERT INTO `catalog_clothing` VALUES (170, 'clothing_pjtop3', '3491,3492');
INSERT INTO `catalog_clothing` VALUES (171, 'clothing_polkadress', '3517,3518');
INSERT INTO `catalog_clothing` VALUES (172, 'clothing_punkoutfit1', '3528,3529,3325,3391,3419');
INSERT INTO `catalog_clothing` VALUES (173, 'clothing_punkoutfit2', '3484,3326,3325,3324');
INSERT INTO `catalog_clothing` VALUES (174, 'clothing_rippedtop', '3527,3530');
INSERT INTO `catalog_clothing` VALUES (175, 'clothing_sliponcanvas', '3524');
INSERT INTO `catalog_clothing` VALUES (176, 'clothing_sportpants', '3521');
INSERT INTO `catalog_clothing` VALUES (177, 'clothing_sportsjckt', '3512,3513');
INSERT INTO `catalog_clothing` VALUES (178, 'clothing_tie1', '3503');
INSERT INTO `catalog_clothing` VALUES (179, 'clothing_tiedjumper', '3532');
INSERT INTO `catalog_clothing` VALUES (180, 'clothing_tux', '3507,3508');
INSERT INTO `catalog_clothing` VALUES (181, 'clothing_tuxoutfit', '3503,3504,3505,3506,3507,3508');
INSERT INTO `catalog_clothing` VALUES (182, 'clothing_tuxshirt', '3505,3506');
INSERT INTO `catalog_clothing` VALUES (183, 'clothing_urbanoutfit', '3494,3497,3498,3521');
INSERT INTO `catalog_clothing` VALUES (184, 'clothing_cyphones', '3379');
INSERT INTO `catalog_clothing` VALUES (185, 'clothing_armyskirt', '3408');
INSERT INTO `catalog_clothing` VALUES (186, 'clothing_r16_sloth', '3533');
INSERT INTO `catalog_clothing` VALUES (187, 'clothing_r16_cyclops', '3537');
INSERT INTO `catalog_clothing` VALUES (188, 'clothing_r16_catface', '3536');
INSERT INTO `catalog_clothing` VALUES (189, 'clothing_r16_icetiara', '3541');
INSERT INTO `catalog_clothing` VALUES (190, 'clothing_bear', '3545,3546');
INSERT INTO `catalog_clothing` VALUES (191, 'clothing_bearhat', '3546');
INSERT INTO `catalog_clothing` VALUES (192, 'clothing_bearscarf', '3545');
INSERT INTO `catalog_clothing` VALUES (193, 'clothing_longscarf', '3542');
INSERT INTO `catalog_clothing` VALUES (194, 'clothing_r16_cathat', '3544');
INSERT INTO `catalog_clothing` VALUES (195, 'clothing_xmas2', '3538');
INSERT INTO `catalog_clothing` VALUES (196, 'clothing_xmas3', '3539');
INSERT INTO `catalog_clothing` VALUES (197, 'clothing_xmas4', '3540');
INSERT INTO `catalog_clothing` VALUES (198, 'clothing_poop', '3560');
INSERT INTO `catalog_clothing` VALUES (199, 'clothing_angry', '3552');
INSERT INTO `catalog_clothing` VALUES (200, 'clothing_bobba', '3557');
INSERT INTO `catalog_clothing` VALUES (201, 'clothing_cool', '3558');
INSERT INTO `catalog_clothing` VALUES (202, 'clothing_excited', '3548');
INSERT INTO `catalog_clothing` VALUES (203, 'clothing_happy', '3547');
INSERT INTO `catalog_clothing` VALUES (204, 'clothing_love', '3559');
INSERT INTO `catalog_clothing` VALUES (205, 'clothing_sad', '3549');
INSERT INTO `catalog_clothing` VALUES (206, 'clothing_shy', '3561');
INSERT INTO `catalog_clothing` VALUES (207, 'clothing_silly', '3562');
INSERT INTO `catalog_clothing` VALUES (208, 'clothing_surprised', '3550');
INSERT INTO `catalog_clothing` VALUES (209, 'clothing_wink', '3551');
INSERT INTO `catalog_clothing` VALUES (210, 'ny17_crackable', '3565,3566,3554,3555,3556,3564');
INSERT INTO `catalog_clothing` VALUES (212, 'clothing_retrohair', '3657');
INSERT INTO `catalog_clothing` VALUES (213, 'clothing_tiedtop', '3658,3659');
INSERT INTO `catalog_clothing` VALUES (214, 'clothing_floppyhair', '3664');
INSERT INTO `catalog_clothing` VALUES (215, 'clothing_floppysunhat', '3666');
INSERT INTO `catalog_clothing` VALUES (216, 'clothing_braidedwavy', '3665');
INSERT INTO `catalog_clothing` VALUES (217, 'clothing_shades', '3660');
INSERT INTO `catalog_clothing` VALUES (218, 'clothing_satchel', '3661');
INSERT INTO `catalog_clothing` VALUES (219, 'clothing_elegantponytail', '3671');
INSERT INTO `catalog_clothing` VALUES (220, 'clothing_judgewig', '3674');
INSERT INTO `catalog_clothing` VALUES (221, 'clothing_gentcap', '3675');
INSERT INTO `catalog_clothing` VALUES (222, 'clothing_beautyface', '3631');
INSERT INTO `catalog_clothing` VALUES (223, 'clothing_layerbuns', '3608');
INSERT INTO `catalog_clothing` VALUES (224, 'clothing_plaguemask', '3605');
INSERT INTO `catalog_clothing` VALUES (225, 'clothing_zombieeyes', '3603');
INSERT INTO `catalog_clothing` VALUES (226, 'clothing_demoneyes', '3604');
INSERT INTO `catalog_clothing` VALUES (227, 'clothing_bowtights', '3619');
INSERT INTO `catalog_clothing` VALUES (228, 'clothing_maid', '3615,3617');
INSERT INTO `catalog_clothing` VALUES (229, 'clothing_maidband', '3613');
INSERT INTO `catalog_clothing` VALUES (230, 'clothing_bazaarfemale', '3598,3599,3596,3595');
INSERT INTO `catalog_clothing` VALUES (231, 'clothing_bazaarmale', '3593,3594,3595,3596');
INSERT INTO `catalog_clothing` VALUES (232, 'clothing_alluringeyes', '3600');
INSERT INTO `catalog_clothing` VALUES (233, 'clothing_exoticbeard', '3592');
INSERT INTO `catalog_clothing` VALUES (234, 'clothing_exoticvest', '3593,3594');
INSERT INTO `catalog_clothing` VALUES (235, 'clothing_exotictop', '3598,3599');
INSERT INTO `catalog_clothing` VALUES (236, 'clothing_harempants', '3596');
INSERT INTO `catalog_clothing` VALUES (237, 'clothing_pointyshoes', '3595');
INSERT INTO `catalog_clothing` VALUES (238, 'clothing_messyhalfbun', '3569');
INSERT INTO `catalog_clothing` VALUES (239, 'clothing_crownbraid', '3568');
INSERT INTO `catalog_clothing` VALUES (240, 'clothing_apron', '3572,3573');
INSERT INTO `catalog_clothing` VALUES (241, 'clothing_r18_seawreath', '3681');
INSERT INTO `catalog_clothing` VALUES (242, 'clothing_r18_goldfish', '3677');
INSERT INTO `catalog_clothing` VALUES (243, 'clothing_luscioushair', '3673');
INSERT INTO `catalog_clothing` VALUES (244, 'clothing_wetsuit', '3678,3679');
INSERT INTO `catalog_clothing` VALUES (245, 'clothing_sailortop', '3682,3683');
INSERT INTO `catalog_clothing` VALUES (246, 'clothing_flippers', '3687');
INSERT INTO `catalog_clothing` VALUES (247, 'clothing_r19_messybangs', '3790');
INSERT INTO `catalog_clothing` VALUES (248, 'clothing_r19_forrestcrown', '3776');
INSERT INTO `catalog_clothing` VALUES (249, 'clothing_ribboncurls', '3777,3778');
INSERT INTO `catalog_clothing` VALUES (250, 'clothing_archerhat', '3765');
INSERT INTO `catalog_clothing` VALUES (251, 'clothing_madhat', '3766');
INSERT INTO `catalog_clothing` VALUES (252, 'clothing_mushroomhat', '3775');
INSERT INTO `catalog_clothing` VALUES (253, 'clothing_petaldress', '3769,3770');
INSERT INTO `catalog_clothing` VALUES (254, 'clothing_wolfmask', '3771');
INSERT INTO `catalog_clothing` VALUES (255, 'clothing_flowerponytail', '3774');
INSERT INTO `catalog_clothing` VALUES (256, 'clothing_r19_fox', '3772,3773');
INSERT INTO `catalog_clothing` VALUES (257, 'clothing_leafhair', '3768');
INSERT INTO `catalog_clothing` VALUES (258, 'clothing_highfade', '3786');
INSERT INTO `catalog_clothing` VALUES (259, 'clothing_messycurls', '3791');
INSERT INTO `catalog_clothing` VALUES (260, 'clothing_piglethat', '3767');
INSERT INTO `catalog_clothing` VALUES (261, 'clothing_rippedjeans2', '3787');
INSERT INTO `catalog_clothing` VALUES (262, 'clothing_topbuttonshirt', '3792,3793');
INSERT INTO `catalog_clothing` VALUES (263, 'clothing_r18_antlers', '3732');
INSERT INTO `catalog_clothing` VALUES (264, 'clothing_r18_hyggehair', '3731');
INSERT INTO `catalog_clothing` VALUES (265, 'clothing_r18_dungarees', '3728,3729');
INSERT INTO `catalog_clothing` VALUES (266, 'clothing_goldpack2', '3574,3575,3576,3577,3578,3579,3580');
INSERT INTO `catalog_clothing` VALUES (267, 'clothing_goldpack3', '3639,3640,3641,3642,3643,3644,3645');
INSERT INTO `catalog_clothing` VALUES (268, 'clothing_loyaltycrown_V', '3655');
INSERT INTO `catalog_clothing` VALUES (269, 'clothing_loyaltycrown_X', '3656');
INSERT INTO `catalog_clothing` VALUES (270, 'clothing_loyaltycrown_II', '3654');
INSERT INTO `catalog_clothing` VALUES (271, 'clothing_r17_weddingdress', '3563');
INSERT INTO `catalog_clothing` VALUES (272, 'clothing_r17_weddingset', '3563,3553');
INSERT INTO `catalog_clothing` VALUES (273, 'clothing_r17_wedveil', '3553');
INSERT INTO `catalog_clothing` VALUES (274, 'clothing_r18_goldpack4', '3749,3750,3751,3752,3753,3754,3755');
INSERT INTO `catalog_clothing` VALUES (275, 'clothing_r17_chicken', '3570');
INSERT INTO `catalog_clothing` VALUES (276, 'clothing_r17_cow', '3571');
INSERT INTO `catalog_clothing` VALUES (277, 'clothing_r17_horse', '3567');
INSERT INTO `catalog_clothing` VALUES (278, 'clothing_featherflower', '3627');
INSERT INTO `catalog_clothing` VALUES (279, 'clothing_buttonpants', '3626');
INSERT INTO `catalog_clothing` VALUES (280, 'clothing_r17_goldfeatherflower', '3628');
INSERT INTO `catalog_clothing` VALUES (281, 'clothing_ruffleshirt', '3636,3637');
INSERT INTO `catalog_clothing` VALUES (282, 'clothing_tophat', '3632');
INSERT INTO `catalog_clothing` VALUES (283, 'clothing_dress', '3629,3630');
INSERT INTO `catalog_clothing` VALUES (284, 'clothing_tailedcoat', '3634,3635');
INSERT INTO `catalog_clothing` VALUES (285, 'clothing_sasquatchmask', '3638');
INSERT INTO `catalog_clothing` VALUES (286, 'clothing_r19_frilledskirt', '3781');
INSERT INTO `catalog_clothing` VALUES (287, 'clothing_r19_shortcurly', '3785');
INSERT INTO `catalog_clothing` VALUES (288, 'clothing_r19_waistcoat', '3779,3780');
INSERT INTO `catalog_clothing` VALUES (289, 'clothing_badasshelmet', '3624');
INSERT INTO `catalog_clothing` VALUES (290, 'clothing_herochest', '3609');
INSERT INTO `catalog_clothing` VALUES (291, 'clothing_rebelchest', '3610');
INSERT INTO `catalog_clothing` VALUES (292, 'clothing_r17_bathat', '3606');
INSERT INTO `catalog_clothing` VALUES (293, 'clothing_herohelmet', '3623');
INSERT INTO `catalog_clothing` VALUES (294, 'clothing_legarmour', '3607');
INSERT INTO `catalog_clothing` VALUES (295, 'clothing_r17_hweencrown', '3612');
INSERT INTO `catalog_clothing` VALUES (296, 'clothing_shoearmour', '3611');
INSERT INTO `catalog_clothing` VALUES (297, 'clothing_animehair', '3699');
INSERT INTO `catalog_clothing` VALUES (298, 'clothing_harajukuhair', '3705');
INSERT INTO `catalog_clothing` VALUES (299, 'clothing_sakurajacket', '3696,3697');
INSERT INTO `catalog_clothing` VALUES (300, 'clothing_dragonplushhat', '3701');
INSERT INTO `catalog_clothing` VALUES (301, 'clothing_cuteglasses', '3698');
INSERT INTO `catalog_clothing` VALUES (302, 'clothing_shogunhelmet', '3694');
INSERT INTO `catalog_clothing` VALUES (303, 'clothing_r18_catbag', '3702');
INSERT INTO `catalog_clothing` VALUES (304, 'clothing_r18_kitsunemask', '3700');
INSERT INTO `catalog_clothing` VALUES (305, 'clothing_harajukubow', '3703');
INSERT INTO `catalog_clothing` VALUES (306, 'clothing_tutu', '3695');
INSERT INTO `catalog_clothing` VALUES (307, 'clothing_botface', '3704');
INSERT INTO `catalog_clothing` VALUES (308, 'clothing_r19_comedymask', '3815');
INSERT INTO `catalog_clothing` VALUES (309, 'clothing_r19_tragedymask', '3816');
INSERT INTO `catalog_clothing` VALUES (310, 'clothing_r19_minotaurhorns', '3820');
INSERT INTO `catalog_clothing` VALUES (311, 'clothing_r19_medusa', '3819');
INSERT INTO `catalog_clothing` VALUES (312, 'clothing_r19_celestialdress', '3817,3818');
INSERT INTO `catalog_clothing` VALUES (313, 'clothing_zebratop', '3839,3840');
INSERT INTO `catalog_clothing` VALUES (315, 'clothing_croppedjumper', '3837,3838');
INSERT INTO `catalog_clothing` VALUES (316, 'clothing_layeredlongskirt', '3842');
INSERT INTO `catalog_clothing` VALUES (317, 'clothing_longmohawk', '3841');
INSERT INTO `catalog_clothing` VALUES (318, 'clothing_r19_rainbowstarjumper', '3788');
INSERT INTO `catalog_clothing` VALUES (319, 'clothing_shortcut', '3829');
INSERT INTO `catalog_clothing` VALUES (320, 'clothing_loosekimono', '3826,3827');
INSERT INTO `catalog_clothing` VALUES (321, 'clothing_gardenapron', '3824,3825');
INSERT INTO `catalog_clothing` VALUES (502, 'clothing_r19_puppyacc', '3872,3873');
INSERT INTO `catalog_clothing` VALUES (323, 'clothing_butterflymask', '3832');
INSERT INTO `catalog_clothing` VALUES (324, 'clothing_r19_butterflydress', '3834,3835');
INSERT INTO `catalog_clothing` VALUES (325, 'clothing_leafmask', '3822');
INSERT INTO `catalog_clothing` VALUES (326, 'clothing_gogglehat', '3823');
INSERT INTO `catalog_clothing` VALUES (327, 'clothing_flowytop', '3836');
INSERT INTO `catalog_clothing` VALUES (328, 'clothing_leafearrings', '3833');
INSERT INTO `catalog_clothing` VALUES (329, 'clothing_r19_featheredcowl', '3830,3831');
INSERT INTO `catalog_clothing` VALUES (330, 'clothing_floralbag', '3828');
INSERT INTO `catalog_clothing` VALUES (331, 'clothing_sprout', '3821');
INSERT INTO `catalog_clothing` VALUES (503, 'clothing_diafish', '3708');
INSERT INTO `catalog_clothing` VALUES (504, 'clothing_dialeafcrown', '3709');
INSERT INTO `catalog_clothing` VALUES (505, 'clothing_dianoblecrown', '3710');
INSERT INTO `catalog_clothing` VALUES (506, 'clothing_r18_diaparty', '3711');
INSERT INTO `catalog_clothing` VALUES (337, 'clothing_halo', '3740');
INSERT INTO `catalog_clothing` VALUES (338, 'clothing_rudolphhat', '3742');
INSERT INTO `catalog_clothing` VALUES (339, 'clothing_poinsettia', '3743');
INSERT INTO `catalog_clothing` VALUES (340, 'clothing_bobblehat', '3745');
INSERT INTO `catalog_clothing` VALUES (341, 'clothing_r18_featherdress', '3747,3748');
INSERT INTO `catalog_clothing` VALUES (342, 'clothing_penguin', '3737');
INSERT INTO `catalog_clothing` VALUES (343, 'clothing_r18_feathercrown', '3734');
INSERT INTO `catalog_clothing` VALUES (344, 'clothing_sideflopped', '3746');
INSERT INTO `catalog_clothing` VALUES (345, 'clothing_snowman', '3741');
INSERT INTO `catalog_clothing` VALUES (346, 'clothing_xmas5', '3735');
INSERT INTO `catalog_clothing` VALUES (347, 'clothing_mittens', '3744');
INSERT INTO `catalog_clothing` VALUES (348, 'clothing_regiment', '3738,3739');
INSERT INTO `catalog_clothing` VALUES (349, 'clothing_treepartyhat', '3736');
INSERT INTO `catalog_clothing` VALUES (350, 'clothing_flipflopsocks', '3621');
INSERT INTO `catalog_clothing` VALUES (351, 'clothing_kpopbuns', '3676');
INSERT INTO `catalog_clothing` VALUES (352, 'clothing_r19_rainbowhair', '3811');
INSERT INTO `catalog_clothing` VALUES (353, 'clothing_r19_rainbowshades', '3803');
INSERT INTO `catalog_clothing` VALUES (354, 'clothing_halftiedhair', '3852');
INSERT INTO `catalog_clothing` VALUES (355, 'clothing_r19_raincoat', '3850,3851');
INSERT INTO `catalog_clothing` VALUES (356, 'clothing_r19_teddygown', '3853,3854,3855');
INSERT INTO `catalog_clothing` VALUES (357, 'clothing_bookbag', '3856');
INSERT INTO `catalog_clothing` VALUES (563, 'clothing_brain', '3730');
INSERT INTO `catalog_clothing` VALUES (364, 'clothing_r16_helmprotect', '3534');
INSERT INTO `catalog_clothing` VALUES (365, 'clothing_r16_helmhero', '3535');
INSERT INTO `catalog_clothing` VALUES (507, 'clothing_mini_bowlerhat_dark', '3652');
INSERT INTO `catalog_clothing` VALUES (508, 'clothing_mini_bowlerhat_cream', '3651');
INSERT INTO `catalog_clothing` VALUES (509, 'clothing_mini_bowlerhat_gold', '3646');
INSERT INTO `catalog_clothing` VALUES (510, 'clothing_mini_bowlerhat_green', '3647');
INSERT INTO `catalog_clothing` VALUES (511, 'clothing_mini_bowlerhat_red', '3649');
INSERT INTO `catalog_clothing` VALUES (512, 'clothing_mini_bowlerhat_purple', '3648');
INSERT INTO `catalog_clothing` VALUES (513, 'clothing_mini_bowlerhat_blue', '3650');
INSERT INTO `catalog_clothing` VALUES (514, 'clothing_r16_party14', '3556');
INSERT INTO `catalog_clothing` VALUES (515, 'clothing_r16_party13', '3555');
INSERT INTO `catalog_clothing` VALUES (516, 'clothing_r16_party11', '3566');
INSERT INTO `catalog_clothing` VALUES (517, 'clothing_r16_party9', '3564');
INSERT INTO `catalog_clothing` VALUES (518, 'clothing_r16_party12', '3554');
INSERT INTO `catalog_clothing` VALUES (519, 'clothing_r16_party10', '3565');
INSERT INTO `catalog_clothing` VALUES (520, 'clothing_r18_sparkleparty1', '3756');
INSERT INTO `catalog_clothing` VALUES (521, 'clothing_r18_sparkleparty2', '3757');
INSERT INTO `catalog_clothing` VALUES (522, 'clothing_r18_sparkleparty3', '3758');
INSERT INTO `catalog_clothing` VALUES (523, 'clothing_r18_sparkleparty4', '3759');
INSERT INTO `catalog_clothing` VALUES (392, 'clothing_noblecrown', '3488');
INSERT INTO `catalog_clothing` VALUES (524, 'clothing_r18_sparkleparty5', '3760');
INSERT INTO `catalog_clothing` VALUES (525, 'clothing_r18_sparkleparty6', '3761');
INSERT INTO `catalog_clothing` VALUES (526, 'clothing_r18_sparkleparty7', '3762');
INSERT INTO `catalog_clothing` VALUES (530, 'clothing_r18_sparkleparty8', '3763');
INSERT INTO `catalog_clothing` VALUES (531, 'clothing_bohobag', '3799');
INSERT INTO `catalog_clothing` VALUES (532, 'clothing_bohopaint', '3814');
INSERT INTO `catalog_clothing` VALUES (533, 'clothing_ruggedbackpack', '3802');
INSERT INTO `catalog_clothing` VALUES (534, 'clothing_bohotiara', '3804');
INSERT INTO `catalog_clothing` VALUES (535, 'clothing_bohovest', '3794,3795');
INSERT INTO `catalog_clothing` VALUES (536, 'clothing_flowingshirt', '3806,3807');
INSERT INTO `catalog_clothing` VALUES (537, 'clothing_bohobackpack', '3801');
INSERT INTO `catalog_clothing` VALUES (538, 'clothing_grandetail', '3810');
INSERT INTO `catalog_clothing` VALUES (539, 'clothing_waistbag', '3798');
INSERT INTO `catalog_clothing` VALUES (540, 'clothing_bohotunic', '3796,3797');
INSERT INTO `catalog_clothing` VALUES (541, 'clothing_dreadlockstied', '3800');
INSERT INTO `catalog_clothing` VALUES (542, 'clothing_flowerbeard', '3812');
INSERT INTO `catalog_clothing` VALUES (543, 'clothing_plungebikini', '3808,3809');
INSERT INTO `catalog_clothing` VALUES (544, 'clothing_bohoheadgems', '3805');
INSERT INTO `catalog_clothing` VALUES (579, 'clothing_reindeer', '3543');
INSERT INTO `catalog_clothing` VALUES (545, 'clothing_bohogems', '3813');
INSERT INTO `catalog_clothing` VALUES (546, 'clothing_r19_punkhat', '3784');
INSERT INTO `catalog_clothing` VALUES (547, 'clothing_r19_longtwotone', '3789');
INSERT INTO `catalog_clothing` VALUES (548, 'clothing_r19_scuffedboots', '3783');
INSERT INTO `catalog_clothing` VALUES (427, 'clothing_r18_unicorn', '3653');
INSERT INTO `catalog_clothing` VALUES (549, 'clothing_r19_messybun', '3782');
INSERT INTO `catalog_clothing` VALUES (550, 'clothing_r19_longwavy2', '3764');
INSERT INTO `catalog_clothing` VALUES (551, 'clothing_bloodscruffyhair', '3725');
INSERT INTO `catalog_clothing` VALUES (552, 'clothing_bloodglasses', '3726');
INSERT INTO `catalog_clothing` VALUES (553, 'clothing_bloodponytail', '3714');
INSERT INTO `catalog_clothing` VALUES (554, 'clothing_shortcurlhair', '3724');
INSERT INTO `catalog_clothing` VALUES (555, 'clothing_labcoat', '3722,3723');
INSERT INTO `catalog_clothing` VALUES (556, 'clothing_bloodjacket', '3717,3718');
INSERT INTO `catalog_clothing` VALUES (557, 'clothing_r18_vamp', '3721');
INSERT INTO `catalog_clothing` VALUES (558, 'clothing_bloodshoes', '3720');
INSERT INTO `catalog_clothing` VALUES (559, 'clothing_legwarmershoes', '3719');
INSERT INTO `catalog_clothing` VALUES (560, 'clothing_r18_axe', '3716');
INSERT INTO `catalog_clothing` VALUES (561, 'clothing_sideponytail', '3715');
INSERT INTO `catalog_clothing` VALUES (562, 'clothing_vintagejacket', '3712,3713');
INSERT INTO `catalog_clothing` VALUES (564, 'clothing_r18_frohawk', '3706');
INSERT INTO `catalog_clothing` VALUES (565, 'clothing_r18_tiedwavylocks', '3707');
INSERT INTO `catalog_clothing` VALUES (566, 'clothing_r18_divershelmet', '3680');
INSERT INTO `catalog_clothing` VALUES (567, 'clothing_r18_seahorse', '3684');
INSERT INTO `catalog_clothing` VALUES (454, 'clothing_leafcrown', '3586');
INSERT INTO `catalog_clothing` VALUES (456, 'clothing_hermeshat', '3585');
INSERT INTO `catalog_clothing` VALUES (457, 'clothing_hoplitehelm', '3583');
INSERT INTO `catalog_clothing` VALUES (458, 'clothing_greektoga', '3581,3582');
INSERT INTO `catalog_clothing` VALUES (459, 'clothing_hermesshoes', '3587');
INSERT INTO `catalog_clothing` VALUES (460, 'clothing_octohat', '3584');
INSERT INTO `catalog_clothing` VALUES (461, 'clothing_r17_explorerhelm', '3589');
INSERT INTO `catalog_clothing` VALUES (462, 'clothing_r17_sentinelhelm', '3588');
INSERT INTO `catalog_clothing` VALUES (463, 'clothing_facehugger', '3590');
INSERT INTO `catalog_clothing` VALUES (464, 'clothing_toxicfacehugger', '3597');
INSERT INTO `catalog_clothing` VALUES (465, 'clothing_r17_cursedmask', '3591');
INSERT INTO `catalog_clothing` VALUES (466, 'clothing_r17_boxerbraids', '3602');
INSERT INTO `catalog_clothing` VALUES (467, 'clothing_r17_sharkmask', '3601');
INSERT INTO `catalog_clothing` VALUES (469, 'clothing_cutie', '3616,3618');
INSERT INTO `catalog_clothing` VALUES (470, 'clothing_ribbonband', '3614');
INSERT INTO `catalog_clothing` VALUES (471, 'clothing_r17_elegantcrown', '3620');
INSERT INTO `catalog_clothing` VALUES (472, 'clothing_r17_daveycrockett', '3622');
INSERT INTO `catalog_clothing` VALUES (473, 'clothing_r17_frontierbraids', '3625');
INSERT INTO `catalog_clothing` VALUES (474, 'clothing_r17_goldtophat', '3633');
INSERT INTO `catalog_clothing` VALUES (475, 'clothing_r19_warlocks', '3846');
INSERT INTO `catalog_clothing` VALUES (476, 'clothing_r19_longlonghair', '3847');
INSERT INTO `catalog_clothing` VALUES (477, 'clothing_possessedeyes', '3845');
INSERT INTO `catalog_clothing` VALUES (478, 'clothing_witchhat2', '3843');
INSERT INTO `catalog_clothing` VALUES (479, 'clothing_witchrobes', '3848,3849');
INSERT INTO `catalog_clothing` VALUES (480, 'clothing_r19_demonwings', '3844');
INSERT INTO `catalog_clothing` VALUES (481, 'clothing_brownglasses', '3727');
INSERT INTO `catalog_clothing` VALUES (483, 'clothing_flaredtrench', '3877,3878');
INSERT INTO `catalog_clothing` VALUES (484, 'clothing_habpods', '3879');
INSERT INTO `catalog_clothing` VALUES (485, 'clothing_hitchedjumper', '3880,3881');
INSERT INTO `catalog_clothing` VALUES (486, 'clothing_leatherhoodie', '3874,3875');
INSERT INTO `catalog_clothing` VALUES (487, 'clothing_microbag', '3876');
INSERT INTO `catalog_clothing` VALUES (488, 'clothing_shortfluffy', '3871');
INSERT INTO `catalog_clothing` VALUES (489, 'clothing_shortscarf', '3882');
INSERT INTO `catalog_clothing` VALUES (490, 'clothing_wavy3', '3870');
INSERT INTO `catalog_clothing` VALUES (491, 'clothing_r19_autumndress', '3868');
INSERT INTO `catalog_clothing` VALUES (492, 'clothing_r19_autumnhairpiece', '3869');
INSERT INTO `catalog_clothing` VALUES (493, 'clothing_pompombag', '3861');
INSERT INTO `catalog_clothing` VALUES (494, 'clothing_r19_elisa', '3866');
INSERT INTO `catalog_clothing` VALUES (495, 'clothing_snowmansuit', '3862,3863,3864');
INSERT INTO `catalog_clothing` VALUES (496, 'clothing_frostedbeard', '3865');
INSERT INTO `catalog_clothing` VALUES (497, 'clothing_nordicscarf', '3867');
INSERT INTO `catalog_clothing` VALUES (498, 'clothing_pompomhat', '3857');
INSERT INTO `catalog_clothing` VALUES (499, 'clothing_r19_frosted', '3860');
INSERT INTO `catalog_clothing` VALUES (500, 'clothing_bearmuffs', '3858');
INSERT INTO `catalog_clothing` VALUES (501, 'clothing_icecrown', '3859');
INSERT INTO `catalog_clothing` VALUES (568, 'clothing_c18_cutething', '3685,3686');
INSERT INTO `catalog_clothing` VALUES (569, 'clothing_yetifeet', '3693');
INSERT INTO `catalog_clothing` VALUES (570, 'clothing_mercenary', '3690,3691');
INSERT INTO `catalog_clothing` VALUES (571, 'clothing_inmate', '3688,3689');
INSERT INTO `catalog_clothing` VALUES (572, 'clothing_poncho', '3692');
INSERT INTO `catalog_clothing` VALUES (573, 'clothing_bffhat', '3667');
INSERT INTO `catalog_clothing` VALUES (574, 'clothing_bffshirt', '3668,3669');
INSERT INTO `catalog_clothing` VALUES (575, 'clothing_kpop', '3670');
INSERT INTO `catalog_clothing` VALUES (576, 'clothing_r18_bunniehat', '3662');
INSERT INTO `catalog_clothing` VALUES (577, 'clothing_r18_bunniemask', '3663');
INSERT INTO `catalog_clothing` VALUES (578, 'clothing_r18_dress', '3672');
INSERT INTO `catalog_clothing` VALUES (703, 'clothing_r20_galaxybackpack', '3883');
INSERT INTO `catalog_clothing` VALUES (704, 'clothing_heartnecklace', '3885');
INSERT INTO `catalog_clothing` VALUES (705, 'clothing_r20_kittyearphones', '3884');
INSERT INTO `catalog_clothing` VALUES (706, 'clothing_r19_sparklywaist5', '3900,3908');
INSERT INTO `catalog_clothing` VALUES (707, 'clothing_r19_sparklywaist6', '3901,3909');
INSERT INTO `catalog_clothing` VALUES (708, 'clothing_r19_sparklywaist7', '3902,3910');
INSERT INTO `catalog_clothing` VALUES (709, 'clothing_r19_sparklywaist8', '3903,3911');
INSERT INTO `catalog_clothing` VALUES (710, 'clothing_r19_sparklywaist2', '3897,3905');
INSERT INTO `catalog_clothing` VALUES (711, 'clothing_r19_sparklywaist3', '3898,3906');
INSERT INTO `catalog_clothing` VALUES (712, 'clothing_r19_sparklywaist1', '3896,3904');
INSERT INTO `catalog_clothing` VALUES (713, 'clothing_r19_sparklywaist4', '3899,3907');
INSERT INTO `catalog_clothing` VALUES (714, 'clothing_rat', '3894,3895');
INSERT INTO `catalog_clothing` VALUES (715, 'clothing_r20_quinn', '3936');
INSERT INTO `catalog_clothing` VALUES (716, 'clothing_chocochefoutfit', '3930,3931,3932,3933');
INSERT INTO `catalog_clothing` VALUES (717, 'clothing_r20_tattoo', '3934,3935');
INSERT INTO `catalog_clothing` VALUES (718, 'clothing_c20_goldheartbp', '3938');
INSERT INTO `catalog_clothing` VALUES (719, 'clothing_c20_heartbackpack', '3937');
INSERT INTO `catalog_clothing` VALUES (720, 'clothing_mysticrobes', '3927,3928');
INSERT INTO `catalog_clothing` VALUES (721, 'clothing_nt_yogatop', '3913,3914');
INSERT INTO `catalog_clothing` VALUES (722, 'clothing_nt_campingbackpack', '3916');
INSERT INTO `catalog_clothing` VALUES (723, 'clothing_explorersash', '3921');
INSERT INTO `catalog_clothing` VALUES (724, 'clothing_r20_bunnyoutfit', '3922,3923,3924');
INSERT INTO `catalog_clothing` VALUES (725, 'clothing_puffyvest', '3917');
INSERT INTO `catalog_clothing` VALUES (726, 'clothing_binoculars', '3919');
INSERT INTO `catalog_clothing` VALUES (727, 'clothing_campingbackpack', '3916');
INSERT INTO `catalog_clothing` VALUES (728, 'clothing_yogatop', '3913,3914');
INSERT INTO `catalog_clothing` VALUES (729, 'clothing_nt_puffyvest', '3917');
INSERT INTO `catalog_clothing` VALUES (730, 'clothing_nt_sportshair', '3926');
INSERT INTO `catalog_clothing` VALUES (731, 'clothing_sportshair', '3926');
INSERT INTO `catalog_clothing` VALUES (732, 'clothing_mysticcrown', '3929');
INSERT INTO `catalog_clothing` VALUES (733, 'clothing_yogapants', '3915');
INSERT INTO `catalog_clothing` VALUES (734, 'clothing_r20_ponytailcap', '3920');
INSERT INTO `catalog_clothing` VALUES (735, 'clothing_nt_yogapants', '3915');
INSERT INTO `catalog_clothing` VALUES (736, 'clothing_nt_sportsshade', '3925');
INSERT INTO `catalog_clothing` VALUES (737, 'clothing_nt_binoculars', '3919');
INSERT INTO `catalog_clothing` VALUES (738, 'clothing_sportsshade', '3925');
INSERT INTO `catalog_clothing` VALUES (739, 'clothing_nt_explorersash', '3921');
INSERT INTO `catalog_clothing` VALUES (740, 'clothing_rainbowegg', '3918');
INSERT INTO `catalog_clothing` VALUES (741, 'clothing_goldpack4', '3886,3887,3888,3889,3890,3891,3892,3893,3912');
INSERT INTO `catalog_clothing` VALUES (742, 'clothing_towelwraphalf', '3968');
INSERT INTO `catalog_clothing` VALUES (743, 'clothing_eyemask', '3958');
INSERT INTO `catalog_clothing` VALUES (744, 'clothing_maskmint', '3966');
INSERT INTO `catalog_clothing` VALUES (745, 'clothing_towelhair', '3967');
INSERT INTO `catalog_clothing` VALUES (746, 'clothing_eyetomato', '3959');
INSERT INTO `catalog_clothing` VALUES (747, 'clothing_maskrose', '3964');
INSERT INTO `catalog_clothing` VALUES (748, 'clothing_eyecucumber', '3960');
INSERT INTO `catalog_clothing` VALUES (749, 'clothing_towelwrapfull', '3969,3970');
INSERT INTO `catalog_clothing` VALUES (750, 'clothing_maskcitrus', '3963');
INSERT INTO `catalog_clothing` VALUES (751, 'clothing_maskcharcoal', '3965');
INSERT INTO `catalog_clothing` VALUES (752, 'clothing_eyecitrus', '3962');
INSERT INTO `catalog_clothing` VALUES (753, 'clothing_eyestrawberry', '3961');
INSERT INTO `catalog_clothing` VALUES (754, 'clothing_r20_monkeyfezhat', '3952');
INSERT INTO `catalog_clothing` VALUES (755, 'clothing_moviestarmakeup', '3956');
INSERT INTO `catalog_clothing` VALUES (756, 'clothing_cobra', '3954');
INSERT INTO `catalog_clothing` VALUES (757, 'clothing_exoticcape', '3955');
INSERT INTO `catalog_clothing` VALUES (758, 'clothing_headjewel', '3951');
INSERT INTO `catalog_clothing` VALUES (759, 'clothing_moviestarhair', '3944');
INSERT INTO `catalog_clothing` VALUES (760, 'clothing_grandsari', '3949');
INSERT INTO `catalog_clothing` VALUES (761, 'clothing_grandheadjewel', '3939');
INSERT INTO `catalog_clothing` VALUES (762, 'clothing_sherwani', '3940,3941');
INSERT INTO `catalog_clothing` VALUES (763, 'clothing_nt_turban', '3945');
INSERT INTO `catalog_clothing` VALUES (764, 'clothing_turban', '3945');
INSERT INTO `catalog_clothing` VALUES (765, 'clothing_grandsherwani', '3942,3943');
INSERT INTO `catalog_clothing` VALUES (766, 'clothing_nt_moviestarhair', '3944');
INSERT INTO `catalog_clothing` VALUES (767, 'clothing_grandexoticcape', '3946');
INSERT INTO `catalog_clothing` VALUES (768, 'clothing_snake', '3953');
INSERT INTO `catalog_clothing` VALUES (769, 'clothing_nt_moviestarmakeup', '3956');
INSERT INTO `catalog_clothing` VALUES (770, 'clothing_sari', '3947,3948,3950');
INSERT INTO `catalog_clothing` VALUES (771, 'clothing_r20_jewelbraidhair', '3957');
INSERT INTO `catalog_clothing` VALUES (772, 'clothing_studentcap', '3976');
INSERT INTO `catalog_clothing` VALUES (773, 'clothing_nt_studentcap', '3976');
INSERT INTO `catalog_clothing` VALUES (774, 'clothing_mermaid', '3516');
INSERT INTO `catalog_clothing` VALUES (775, 'clothing_nt_zebratop', '3839,3840');
INSERT INTO `catalog_clothing` VALUES (776, 'clothing_nt_flowytop', '3836');
INSERT INTO `catalog_clothing` VALUES (777, 'clothing_nt_loosekimono', '3826,3827');
INSERT INTO `catalog_clothing` VALUES (778, 'clothing_nt_shortcut', '3829');
INSERT INTO `catalog_clothing` VALUES (779, 'clothing_nt_sprout', '3821');
INSERT INTO `catalog_clothing` VALUES (780, 'clothing_nt_leafearrings', '3833');
INSERT INTO `catalog_clothing` VALUES (781, 'clothing_nt_gardenapron', '3824,3825');
INSERT INTO `catalog_clothing` VALUES (782, 'clothing_nt_possessedeyes', '3845');
INSERT INTO `catalog_clothing` VALUES (783, 'clothing_nt_witchrobes', '3848,3849');
INSERT INTO `catalog_clothing` VALUES (784, 'clothing_nt_witchhat2', '3843');
INSERT INTO `catalog_clothing` VALUES (785, 'clothing_nt_shortscarf', '3882');
INSERT INTO `catalog_clothing` VALUES (786, 'clothing_nt_habpods', '3879');
INSERT INTO `catalog_clothing` VALUES (787, 'clothing_nt_flaredtrench', '3877,3878');
INSERT INTO `catalog_clothing` VALUES (788, 'clothing_nt_hitchedjumper', '3880,3881');
INSERT INTO `catalog_clothing` VALUES (789, 'clothing_nt_microbag', '3876');
INSERT INTO `catalog_clothing` VALUES (790, 'clothing_nt_shortfluffy', '3871');
INSERT INTO `catalog_clothing` VALUES (791, 'clothing_nt_leatherhoodie', '3874,3875');
INSERT INTO `catalog_clothing` VALUES (792, 'clothing_nt_wavy3', '3870');
INSERT INTO `catalog_clothing` VALUES (793, 'clothing_nt_pompombag', '3861');
INSERT INTO `catalog_clothing` VALUES (794, 'clothing_nt_frostedbeard', '3865');
INSERT INTO `catalog_clothing` VALUES (795, 'clothing_nt_bearmuffs', '3858');
INSERT INTO `catalog_clothing` VALUES (796, 'clothing_nt_pompomhat', '3857');
INSERT INTO `catalog_clothing` VALUES (797, 'clothing_nt_snowmansuit', '3862,3863,3864');
INSERT INTO `catalog_clothing` VALUES (822, 'clothing_spottedoctohat', '3984');
INSERT INTO `catalog_clothing` VALUES (823, 'clothing_nt_starearrings', '3974');
INSERT INTO `catalog_clothing` VALUES (824, 'clothing_starearrings', '3974');
INSERT INTO `catalog_clothing` VALUES (825, 'clothing_glitzypurse', '3973');
INSERT INTO `catalog_clothing` VALUES (826, 'clothing_nt_flapperdress', '3995,3996');
INSERT INTO `catalog_clothing` VALUES (827, 'clothing_chiseledface', '3997');
INSERT INTO `catalog_clothing` VALUES (828, 'clothing_nt_modernshortwave', '3998');
INSERT INTO `catalog_clothing` VALUES (829, 'clothing_nt_silkgloves', '3975');
INSERT INTO `catalog_clothing` VALUES (830, 'clothing_nt_slickedbackhair', '3994');
INSERT INTO `catalog_clothing` VALUES (831, 'clothing_r20_glitzytux', '3971,3972');
INSERT INTO `catalog_clothing` VALUES (832, 'clothing_pencilmoustache', '3993');
INSERT INTO `catalog_clothing` VALUES (833, 'clothing_nt_glitzypurse', '3973');
INSERT INTO `catalog_clothing` VALUES (834, 'clothing_modernshortwave', '3998');
INSERT INTO `catalog_clothing` VALUES (835, 'clothing_slickedbackhair', '3994');
INSERT INTO `catalog_clothing` VALUES (836, 'clothing_flapperdress', '3995,3996');
INSERT INTO `catalog_clothing` VALUES (837, 'clothing_nt_pencilmoustache', '3993');
INSERT INTO `catalog_clothing` VALUES (838, 'clothing_silkgloves', '3975');
INSERT INTO `catalog_clothing` VALUES (839, 'clothing_nt_chiseledface', '3997');
INSERT INTO `catalog_clothing` VALUES (840, 'clothing_r20_neonpunkset', '3989,3990,3991,3992');
INSERT INTO `catalog_clothing` VALUES (841, 'clothing_r20_gothicset', '3999,4000,4001,4002');
INSERT INTO `catalog_clothing` VALUES (842, 'clothing_h20th', '4003,4004');
INSERT INTO `catalog_clothing` VALUES (843, 'clothing_darkelegantset', '3985,3986,3987,3988');
INSERT INTO `catalog_clothing` VALUES (844, 'clothing_r20_harmonyset', '3983,3982,3980,3981');
-- ----------------------------
-- Table structure for catalog_club_offers
-- ----------------------------
DROP TABLE IF EXISTS `catalog_club_offers`;
CREATE TABLE `catalog_club_offers` (
`id` int(0) NOT NULL,
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`name` varchar(35) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`days` int(0) NOT NULL,
`credits` int(0) NOT NULL DEFAULT 10,
`points` int(0) NOT NULL DEFAULT 0,
`points_type` int(0) NOT NULL DEFAULT 0,
`type` enum('HC','VIP') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'HC',
`deal` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`giftable` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_club_offers
-- ----------------------------
INSERT INTO `catalog_club_offers` VALUES (1, '1', 'HABBO_CLUB_1_MONTH', 31, 50, 50, 5, 'VIP', '0', '0');
INSERT INTO `catalog_club_offers` VALUES (2, '1', 'HABBO_CLUB_3_MONTHS', 93, 120, 120, 5, 'VIP', '0', '0');
-- ----------------------------
-- Table structure for catalog_featured_pages
-- ----------------------------
DROP TABLE IF EXISTS `catalog_featured_pages`;
CREATE TABLE `catalog_featured_pages` (
`slot_id` int(0) NOT NULL,
`image` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`caption` varchar(130) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`type` enum('page_name','page_id','product_name') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'page_name',
`expire_timestamp` int(0) NOT NULL DEFAULT -1,
`page_name` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`page_id` int(0) NOT NULL DEFAULT 0,
`product_name` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
PRIMARY KEY (`slot_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_featured_pages
-- ----------------------------
INSERT INTO `catalog_featured_pages` VALUES (1, 'catalogue/feature_cata/feature_cata_hort_pets.png', 'The Habbo Pet Shop', 'page_name', -1, 'pet_animals', 277, '');
INSERT INTO `catalog_featured_pages` VALUES (4, 'catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png', 'Trimmed Rose Gold Balloon', 'page_name', -1, 'trimmed_rosegold20', 757, '');
INSERT INTO `catalog_featured_pages` VALUES (3, 'catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png', 'Chill Modern Bundle', 'page_name', -1, 'chill_modern_20', 1001, '');
INSERT INTO `catalog_featured_pages` VALUES (2, 'catalogue/feature_cata/feature_cata_hort_clothes.png', 'Clothes Shop', 'page_name', -1, 'top_picks', 588, '');
-- ----------------------------
-- Table structure for catalog_items
-- ----------------------------
DROP TABLE IF EXISTS `catalog_items`;
CREATE TABLE `catalog_items` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`item_ids` varchar(666) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`page_id` int(0) NOT NULL,
`catalog_name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`cost_credits` int(0) NOT NULL DEFAULT 3,
`cost_points` int(0) NOT NULL DEFAULT 0,
`points_type` int(0) 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(0) NOT NULL DEFAULT 1,
`limited_stack` int(0) NOT NULL DEFAULT 0 COMMENT 'Change this number to make the item limited.',
`limited_sells` int(0) NOT NULL DEFAULT 0 COMMENT 'This automatically logs from the emu; do not change it.',
`order_number` int(0) NOT NULL DEFAULT 1,
`offer_id` int(0) NOT NULL DEFAULT -1,
`song_id` int(0) UNSIGNED NOT NULL DEFAULT 0,
`extradata` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`have_offer` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE,
INDEX `page_id`(`page_id`) USING BTREE,
INDEX `catalog_name`(`catalog_name`) USING BTREE,
INDEX `costs`(`cost_credits`, `cost_points`, `points_type`) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 20501 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_items
-- ----------------------------
INSERT INTO `catalog_items` VALUES (1, '1', 197, 'post.it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2, '2', 197, 'post.it.vd', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3, '3', 429, 'photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (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');
INSERT INTO `catalog_items` VALUES (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');
INSERT INTO `catalog_items` VALUES (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');
INSERT INTO `catalog_items` VALUES (7, '7', 429, 'avatar_effect158', 4, 0, 0, 1, 0, 0, 99, -1, 0, '158', '1', '0');
INSERT INTO `catalog_items` VALUES (8, '13', 27, 'A1 HYN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9, '14', 17, 'A2 KHP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10, '15', 281, 'A1 KHS', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11, '17', 17, 'A1 PPP', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (12, '18', 17, 'A1 TUP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (13, '20', 27, 'A1 PYN', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (14, '21', 281, 'A1 PYS', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (15, '22', 502, 'table_plasto_4leg', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (16, '23', 502, 'table_plasto_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (17, '24', 502, 'table_plasto_bigsquare', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (18, '25', 17, 'A1 LTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (19, '26', 281, 'A1 TUS', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (20, '28', 281, 'A1 SHS', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (21, '29', 27, 'A2 PSN', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (22, '30', 27, 'A1 TUN', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (23, '31', 17, 'a2 modetable', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (24, '32', 559, 'A1 OSB', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (25, '33', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (26, '34', 17, 'a4 stn', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (27, '35', 17, 'A2 SHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (28, '36', 281, 'a4 PSN', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (29, '38', 502, 'chair_plasty', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (30, '39', 502, 'chair_plasto', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (31, '40', 502, 'table_plasto_square', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (32, '41', 17, 'A2 S2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (33, '42', 17, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (34, '43', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (35, '44', 429, 'A1 S2B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (36, '45', 281, 'A1 S1S', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (37, '46', 281, 'A1 S2S', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (38, '47', 281, 'A2 POJA', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (39, '48', 18, 'A2 S2A', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (40, '49', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (41, '50', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (42, '51', 18, 'A1 KHA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (43, '52', 18, 'A1 PEA', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (44, '53', 18, 'A2 PIA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (45, '54', 18, 'A1 PPA', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (46, '55', 18, 'A1 JAA', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (47, '56', 18, 'A2 TAA', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (48, '57', 18, 'A1 JLA', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (49, '58', 18, 'A1 S1A', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (50, '59', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (51, '60', 18, 'A1 RMA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (52, '61', 559, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (53, '62', 17, 'A2 TAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (54, '63', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (55, '64', 19, 'A1 A1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (56, '65', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (57, '66', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (58, '67', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (59, '68', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (60, '69', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (61, '70', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (62, '71', 19, 'A2 A1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (63, '72', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (64, '73', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (65, '74', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (66, '75', 559, 'A1 BV2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (67, '76', 559, 'A1 BM2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (68, '77', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (69, '78', 19, 'A3 A1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (70, '79', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (71, '80', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (72, '81', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (73, '82', 559, 'A1 BM3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (74, '83', 559, 'A1 BV3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (75, '84', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (76, '85', 19, 'A4 A1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (77, '86', 19, 'A1 C1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (78, '87', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (79, '88', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (80, '89', 559, 'A1 BM4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (81, '90', 559, 'A1 BV4', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (82, '91', 559, 'A1 BV6', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (83, '93', 559, 'A1 BV5', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (84, '94', 559, 'A1 BM5', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (85, '95', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (86, '96', 19, 'A5 A1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (87, '97', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (88, '98', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (89, '99', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (90, '100', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (91, '101', 19, 'A6 A1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (92, '102', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (93, '103', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (94, '104', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (95, '105', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (96, '106', 19, 'A7 A1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (97, '107', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (98, '108', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (99, '109', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (100, '110', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (101, '111', 19, 'A8 A1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (102, '112', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (103, '113', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (104, '114', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (105, '115', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (106, '116', 19, 'A9 A1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (107, '117', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (108, '118', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (109, '119', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (110, '120', 559, 'A1 BM6', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (111, '121', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (112, '122', 22, 'A1 PIZ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (113, '123', 22, 'A1 DRK', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (114, '124', 19, 'A1 E3P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (115, '125', 19, 'A1 E4P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (116, '126', 19, 'A1 E5P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (117, '127', 17, 'A2 BAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (118, '128', 663, 'A1 PL1', 0, 3600, 5, 1, 0, 1, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (119, '129', 22, 'A2 PUL', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (120, '130', 17, 'A1 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (121, '131', 17, 'A1 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (122, '132', 429, 'floortile', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (123, '133', 18, 'A2 BAA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (124, '134', 18, 'A1 BTA', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (125, '135', 18, 'A1 BJA', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (126, '136', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (127, '137', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (128, '138', 559, 'A1 MM2', 0, 150, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (129, '139', 559, 'A1 MM3', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (130, '140', 559, 'A1 MM4', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (131, '141', 559, 'A1 MM5', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (132, '143', 559, 'A1 MM6', 0, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (133, '144', 22, 'A2 RTV', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (134, '145', 22, 'A2 WTV', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (135, '146', 556, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (136, '147', 19, 'A1 E6P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (137, '148', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (138, '149', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (139, '150', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (140, '151', 19, 'A1 E7P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (141, '152', 17, 'deal_usa', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (142, '153', 17, 'A2 R2P', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (143, '154', 556, 'A1 GIRLSTP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (144, '155', 556, 'A1 GIRLS1P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (145, '156', 556, 'A2 GIRLS2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (146, '157', 556, 'A2 GIRLSHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (147, '158', 429, 'A3 S1P', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (148, '159', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (149, '160', 20, 'A1 ANANAS', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (150, '161', 20, 'A1 PUU', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (151, '162', 20, 'A1 PIKKUKAKTUS', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (152, '163', 20, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (153, '164', 20, 'A2 ISOKAKTUS', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (154, '165', 20, 'A2 JUKKA', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (155, '166', 559, 'A1 BM7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (156, '167', 559, 'A1 BM8', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (157, '168', 559, 'A1 BM9', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (158, '169', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (159, '170', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (160, '171', 20, 'a2 aurinko', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (161, '172', 20, 'a2 ruusu', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (162, '173', 22, 'A2 DIGITV', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (163, '174', 182, 'A2 AMME', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (164, '177', 182, 'A2 AMM', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (165, '178', 182, 'A2 PYTTYSIN', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (166, '179', 182, 'A1 KUMIANKKA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (167, '180', 182, 'A2 KAAKELISIN', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (168, '181', 182, 'A2 PYTTYPUN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (169, '182', 182, 'A2 PYTTYKELT', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (170, '183', 182, 'A2 KAAKELIPUN', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (171, '184', 182, 'A2 KAAKELIKELT', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (172, '185', 663, 'a0 prize1', 0, 14400, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (173, '186', 663, 'a0 prize2', 0, 10800, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (174, '187', 260, 'present_gen', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (175, '188', 260, 'present_gen1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (176, '189', 260, 'present_gen2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (177, '190', 260, 'present_gen3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (178, '191', 260, 'present_gen4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (179, '192', 260, 'present_gen5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (180, '193', 260, 'present_gen6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (181, '195', 181, 'A2 baba', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (182, '196', 181, 'a2 bookcase', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (183, '197', 27, 'a2 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (184, '198', 27, 'A2 PSN', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (185, '199', 181, 'A1 BLMP', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (186, '200', 18, 'a2 kya', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (187, '201', 181, 'A2 FDG', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (188, '202', 224, 'DEV door', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (189, '204', 224, 'DEV doorB', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (190, '205', 224, 'DEV doorC', 1, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (191, '206', 388, 'A2 pumpkin', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (192, '207', 676, 'a2 kallo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (193, '208', 676, 'a2 deadduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (194, '209', 677, 'deal_halloween', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (195, '210', 724, 'a1 raato3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (196, '211', 473, 'a2 menorah', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (197, '212', 729, 'pudding', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (198, '213', 22, 'A2 ham', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (199, '214', 729, 'turkey', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (200, '215', 724, 'a1 jouluank', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (201, '216', 473, 'a1 house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (202, '217', 473, 'a2 triplecandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (203, '218', 473, 'a2 tree3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (204, '219', 473, 'A2 tree5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (205, '220', 473, 'A2 tree4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (206, '223', 22, 'a2 ham2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (207, '224', 473, 'a2 wcandles', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (208, '225', 473, 'A2 KYNTTILAT2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (209, '226', 445, 'a2 cupido', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (210, '228', 724, 'a1 pinkkiankka', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (211, '230', 663, 'a0 throne', 0, 14400, 5, 1, 0, 14, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (212, '231', 663, 'a0 samovar', 0, 7200, 5, 1, 0, 1, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (213, '232', 20, 'a2 giftflowers', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (214, '233', 22, 'a2 habbocake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (215, '234', 663, 'a0 hologram', 0, 7200, 5, 1, 0, 1, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (216, '235', 724, 'a1 easterduck', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (217, '236', 378, 'a2 bunny', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (218, '237', 378, 'a2 basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (219, '238', 378, 'a2 birdie', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (220, '239', 22, 'A2 NOPPA', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (221, '243', 663, 'a0 prize3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (222, '244', 17, 'a2 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (223, '245', 18, 'a1 armkp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (224, '246', 18, 'a1 armdiv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (225, '247', 18, 'a2 armovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (226, '248', 27, 'A4 BTP', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (227, '249', 281, 'a1 silkp', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (228, '250', 27, 'a1 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (229, '251', 281, 'a1 sildiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (230, '252', 27, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (231, '253', 281, 'a2 silovi', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (232, '254', 663, 'a0 hemingway', 0, 10800, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (233, '260', 663, 'a0 spyro', 0, 14400, 5, 1, 0, 1, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (234, '261', 663, 'a0 hologirl', 0, 7200, 5, 1, 0, 1, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (235, '263', 273, 'camera', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (236, '264', 473, 'A2 JOULUTAHTI', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (237, '265', 473, 'A2 HYASINTTIP', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (238, '266', 473, 'A2 HYASINTTIS', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (239, '267', 349, 'club_sofa', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (240, '268', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (241, '269', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (242, '270', 429, 'bardeskcorner_polyfon_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (243, '271', 429, 'bardeskcorner_polyfon*11', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (244, '273', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (245, '274', 19, 'A1 E1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (246, '275', 349, 'A1 E1P', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (247, '276', 349, 'A2 KOUVOLA', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (248, '277', 349, 'mocchamaster', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (249, '278', 217, 'a2 legocourt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (250, '279', 217, 'a2 legobench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (251, '280', 217, 'a2 legotrophy', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (252, '283', 663, 'a0 valentinescreen', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (253, '284', 349, 'edicehc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (254, '285', 663, 'rare_daffodil_rug', 0, 3600, 5, 1, 0, 28, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (255, '286', 663, 'A0 rarebeehiveblue', 0, 7200, 5, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (256, '287', 349, 'hcsohva', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (257, '288', 349, 'hcamme', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (258, '289', 663, 'A0 rareparasol', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (259, '290', 663, 'A0 rarelephantgold', 0, 14400, 5, 1, 0, 2, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (260, '291', 663, 'A0 rarefountainpink', 0, 7200, 5, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (261, '292', 663, 'rare_stand', 0, 3600, 5, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (262, '293', 663, 'rare_globe', 0, 3600, 5, 1, 0, 1, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (263, '294', 663, 'rare_hammock', 0, 3600, 5, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (264, '295', 663, 'A0 rarelephantsilver', 0, 10800, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (265, '296', 663, 'A0 rarelephantbronze', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (266, '297', 663, 'A0 rarefountaingrey', 0, 7200, 5, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (267, '298', 663, 'A0 rarefountaingreen', 0, 7200, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (268, '299', 663, 'A0 rarefountainblue', 0, 7200, 5, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (269, '300', 663, 's', 0, 7200, 5, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (270, '301', 663, 'A0 rarebeehiveyellow', 0, 7200, 5, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (271, '302', 663, 'A0 rarexmasscreen', 0, 3600, 5, 1, 0, 1, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (272, '303', 663, 'A0 rareparasolyellow', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (273, '304', 663, 'A0 rareparasolbrown', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (274, '305', 663, 'A0 rareparasolviolet', 0, 3600, 5, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (275, '420', 429, 'soft_jaggara_norja', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (276, '428', 473, 'a1 house2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (277, '449', 663, 'A2 3000rpm', 0, 10800, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (278, '456', 198, 'md_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (279, '457', 663, 'md_limukaappi', 0, 7200, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (280, '1001', 429, 'Chess', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (281, '1011', 429, 'TicTacToe', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (282, '1021', 429, 'BattleShip', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (283, '1484', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (284, '1486', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (285, '1487', 19, 'A14 A1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (286, '1488', 19, 'A15 A1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (287, '1489', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (288, '1490', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (289, '1491', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (290, '1492', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (291, '1495', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (292, '1496', 19, 'A1 E8P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (293, '1497', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (294, '1498', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (295, '1499', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (296, '1500', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (297, '1501', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (298, '1502', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (299, '1503', 217, 'a0 hockey_score', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (300, '1504', 413, 'a0 goallight', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (301, '1505', 349, 'DEV doorD', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (302, '1506', 225, 'a0 prizetrophy2_b', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (303, '1507', 225, 'a0 prizetrophy3_b', 8, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (304, '1508', 736, 'a0 prizetrophy4_b', 0, 75, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (305, '1509', 736, 'a0 prizetrophy5_b', 0, 75, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (306, '1510', 736, 'a0 prizetrophy6_b', 0, 75, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (307, '1512', 225, 'a0 prizetrophy_g', 12, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (308, '1513', 225, 'a0 prizetrophy2_g', 12, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (309, '1514', 225, 'a0 prizetrophy3_g', 12, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (310, '1515', 736, 'a0 prizetrophy4_g', 0, 75, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (311, '1516', 736, 'a0 prizetrophy5_g', 0, 75, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (312, '1517', 736, 'a0 prizetrophy6_g', 0, 75, 0, 1, 0, 0, 55, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (313, '1518', 736, 'a0 prizetrophy7_g', 0, 75, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (314, '1519', 225, 'a0 prizetrophy_s', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (315, '1520', 225, 'a0 prizetrophy2_s', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (316, '1521', 225, 'a0 prizetrophy3_s', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (317, '1522', 736, 'a0 prizetrophy4_s', 0, 75, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (318, '1523', 736, 'a0 prizetrophy5_s', 0, 75, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (319, '1524', 736, 'a0 prizetrophy6_s', 0, 75, 0, 1, 0, 0, 56, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (320, '1525', 736, 'a0 prizetrophy7_s', 0, 75, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (321, '1526', 225, '', 8, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (322, '1527', 349, 'hc_chr', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (323, '1528', 349, 'hc_tbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (324, '1529', 349, 'hc_lmp', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (325, '1530', 349, 'hc_dsk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (326, '1531', 115, 'nest', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (327, '1532', 52, 'petfood1', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (328, '1533', 52, 'petfood2', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (329, '1534', 52, 'petfood3', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (330, '1535', 115, 'waterbowl_4', 2, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (331, '1536', 115, 'waterbowl_5', 2, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (332, '1537', 115, 'waterbowl_2', 2, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (333, '1538', 115, 'waterbowl_1', 2, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (334, '1539', 115, 'waterbowl_3', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (335, '1540', 115, 'toy1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (336, '1541', 115, 'toy1_1', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (337, '1542', 115, 'toy1_2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (338, '1543', 115, 'toy1_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (339, '1544', 115, 'toy1_4', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (340, '1545', 52, 'goodie1', 1, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (341, '1546', 52, 'goodie1_1', 1, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (342, '1547', 52, 'goodie1_2', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (343, '1548', 52, 'goodie2', 1, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (344, '1549', 331, 'a0 scifiport', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (345, '1550', 331, 'a10 scifiport', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (346, '1551', 331, 'a9 scifiport', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (347, '1552', 331, 'a8 scifiport', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (348, '1553', 331, 'a7 scifiport', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (349, '1554', 331, 'a6 scifiport', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (350, '1555', 331, 'a5 scifiport', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (351, '1556', 331, 'a4 scifiport', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (352, '1557', 331, 'a3 scifiport', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (353, '1558', 331, 'a2 scifiport', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (354, '1559', 336, 'a10 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (355, '1560', 336, 'a9 scifirocket', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (356, '1561', 336, 'a8 scifirocket', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (357, '1562', 336, 'a7 scifirocket', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (358, '1563', 336, 'a6 scifirocket', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (359, '1564', 336, 'a5 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (360, '1565', 336, 'a4 scifirocket', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (361, '1566', 336, 'a3 scifirocket', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (362, '1567', 336, 'a2 scifirocket', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (363, '1568', 336, 'a1 scifirocket', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (364, '1569', 333, 'a10 scifidoor', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (365, '1570', 333, 'a9 scifidoor', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (366, '1571', 333, 'a8 scifidoor', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (367, '1572', 333, 'a7 scifidoor', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (368, '1573', 333, 'a6 scifidoor', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (369, '1574', 333, 'a5 scifidoor', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (370, '1575', 333, 'a4 scifidoor', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (371, '1576', 333, 'a3 scifidoor', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (372, '1577', 333, 'a2 scifidoor', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (373, '1578', 333, 'a1 scifidoor', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (374, '1579', 347, 'a7 pillow', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (375, '1580', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (376, '1581', 347, 'a0 pillow', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (377, '1582', 347, 'a3 pillow', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (378, '1583', 347, 'a4 pillow', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (379, '1584', 347, 'a9 pillow', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (380, '1585', 347, 'a11 pillow', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (381, '1586', 347, 'a6 pillow', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (382, '1587', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (383, '1588', 347, 'pillow*3', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (384, '1589', 332, 'a4 marquee', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (385, '1590', 332, 'a5 marquee', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (386, '1591', 332, 'a10 marquee', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (387, '1592', 332, 'a0 marquee', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (388, '1593', 332, 'a11 marquee_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (389, '1594', 332, 'a12 marquee', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (390, '1595', 332, 'a8 marquee', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (391, '1596', 332, 'a7 marquee', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (392, '1597', 332, 'a9 marquee', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (393, '1598', 332, 'a6 marquee', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (394, '1599', 334, 'a3 wooden_screen', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (395, '1600', 334, 'a4 wooden_screen', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (396, '1601', 334, 'a9 wooden_screen', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (397, '1602', 334, 'a0 wooden_screen', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (398, '1603', 334, 'a10 wooden_screen', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (399, '1604', 334, 'a7 wooden_screen', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (400, '1605', 334, 'a11 wooden_screen', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (401, '1606', 334, 'a6 wooden_screen', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (402, '1607', 334, 'a8 wooden_screen', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (403, '1608', 334, 'a5 wooden_screen', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (404, '1609', 335, 'a8 pillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (405, '1610', 335, 'a3 pillar', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (406, '1611', 335, 'a11 pillar', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (407, '1612', 335, 'a0 pillar', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (408, '1613', 335, 'a10 pillar', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (409, '1614', 335, 'a4 pillar', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (410, '1615', 335, 'a7 pillar', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (411, '1616', 335, 'a6 pillar', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (412, '1617', 335, 'a9 pillar', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (413, '1618', 335, 'a5 pillar', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (414, '1619', 328, 'a5 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (415, '1620', 328, 'rare_dragonlamp*0', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (416, '1621', 328, 'a6 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (417, '1622', 328, 'a3 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (418, '1623', 328, 'a9 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (419, '1624', 328, 'a10 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (420, '1625', 328, 'a8 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (421, '1626', 328, 'a7 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (422, '1627', 328, 'a2 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (423, '1628', 328, 'a4 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (424, '1629', 330, 'rare_icecream*1', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (425, '1630', 330, 'a8 rare_icecream_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (426, '1631', 330, 'a9 rare_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (427, '1632', 330, 'a3 rare_icecream', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (428, '1633', 330, 'a7 rare_icecream', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (429, '1634', 330, 'a10 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (430, '1635', 330, 'a4 rare_icecream', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (431, '1636', 330, 'a1 rare_icecream', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (432, '1637', 330, 'rare_icecream*4', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (433, '1638', 330, 'a6 rare_icecream', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (434, '1639', 329, 'a8 rare_fan', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (435, '1640', 329, 'a7 rare_fan', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (436, '1641', 329, 'a10 rare_fan', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (437, '1642', 329, 'a4 rare_fan', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (438, '1643', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (439, '1644', 329, 'a5 rare_fan', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (440, '1645', 329, 'summerpromo_yellowfan', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (441, '1646', 329, 'a2 rare_fan', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (442, '1647', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (443, '1648', 329, 'a3 rare_fan', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (444, '1649', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (445, '1650', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (446, '1651', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (447, '1652', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (448, '1653', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (449, '1654', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (450, '1655', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (451, '1656', 42, 'a10 queue', 2, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (452, '1657', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (453, '1658', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (454, '1659', 429, 'ticket', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (455, '1738', 344, 'rare_snowrug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (456, '1741', 302, 'a0 lantern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (457, '1742', 302, 'a0 rw_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (458, '1745', 217, 'a1 sporttrackstraight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (459, '1747', 217, 'a3 sporttrackstraight gra', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (460, '1748', 217, 'a2 sporttrackstraight asp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (461, '1750', 217, 'a0 deal201', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (462, '1751', 217, 'a2 sportcorner asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (463, '1752', 217, 'a0 deal208', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (464, '1754', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (465, '1755', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (466, '1756', 217, 'a3 sportgoal grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (467, '1757', 217, 'a1 sportfootylamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (468, '1758', 473, 'a1 tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (469, '1759', 281, 'barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (470, '1760', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (471, '1761', 343, 'traffic_light_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (472, '1762', 343, 'traffic_light_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (473, '1763', 343, 'traffic_light_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (474, '1764', 343, 'traffic_light_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (475, '1765', 343, 'traffic_light_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (476, '1766', 342, 'a1 rubberchairblue', 4, 0, 1, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (477, '1767', 342, 'a2 rubberchairpink', 4, 0, 1, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (478, '1768', 342, 'a3 rubberchairorange', 4, 0, 1, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (479, '1769', 342, 'a4 rubberchairocean', 4, 0, 1, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (480, '1770', 342, 'a5 rubberchairlime', 4, 0, 1, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (481, '1771', 342, 'a6 rubberchairviolet', 4, 0, 1, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (482, '1772', 343, 'barrier_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (483, '1773', 343, 'barrier_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (484, '1774', 343, 'barrier_3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (485, '1775', 342, 'a7 rubberchairwhite', 4, 0, 1, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (486, '1776', 342, 'a8 rubberchairblack', 4, 0, 1, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (487, '1777', 290, 'table_norja_med_2', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (488, '1778', 291, 'table_norja_med_3', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (489, '1779', 292, 'table_norja_med_4', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (490, '1780', 293, 'table_norja_med_5', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (491, '1781', 294, 'table_norja_med_6', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (492, '1782', 295, 'table_norja_med_7', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (493, '1783', 296, 'table_norja_med_8', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (494, '1784', 297, 'table_norja_med_9', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (495, '1785', 290, 'couch_norja_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (496, '1786', 291, 'couch_norja_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (497, '1787', 292, 'couch_norja_4', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (498, '1788', 293, 'couch_norja_5', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (499, '1789', 294, 'couch_norja_6', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (500, '1790', 295, 'couch_norja_7', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (501, '1791', 296, 'couch_norja_8', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (502, '1792', 297, 'couch_norja_9', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (503, '1793', 290, 'shelves_norja_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (504, '1794', 291, 'shelves_norja_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (505, '1795', 292, 'shelves_norja_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (506, '1796', 293, 'shelves_norja_5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (507, '1797', 294, 'shelves_norja_6', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (508, '1798', 295, 'shelves_norja_7', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (509, '1799', 296, 'shelves_norja_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (510, '1800', 297, 'shelves_norja_9', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (511, '1801', 290, 'chair_norja_2', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (512, '1802', 291, 'chair_norja_3', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (513, '1803', 292, 'chair_norja_4', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (514, '1804', 293, 'chair_norja_5', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (515, '1805', 294, 'chair_norja_6', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (516, '1806', 295, 'chair_norja_7', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (517, '1807', 296, 'chair_norja_8', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (518, '1808', 297, 'chair_norja_9', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (519, '1809', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (520, '1810', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (521, '1811', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (522, '1812', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (523, '1813', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (524, '1814', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (525, '1815', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (526, '1816', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (527, '1817', 290, 'A1 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (528, '1818', 291, 'A3 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (529, '1819', 292, 'A4 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (530, '1820', 293, 'A5 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (531, '1821', 294, 'A6 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (532, '1822', 295, 'A7 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (533, '1823', 296, 'A8 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (534, '1824', 297, 'A9 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (535, '1825', 290, 'a1 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (536, '1826', 291, 'a3 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (537, '1827', 292, 'a4 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (538, '1828', 293, 'a5 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (539, '1829', 294, 'a6 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (540, '1830', 295, 'a7 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (541, '1831', 296, 'a8 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (542, '1832', 297, 'a9 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (543, '1833', 314, 'A2 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (544, '1834', 315, 'A3 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (545, '1835', 316, 'A4 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (546, '1836', 317, 'A5 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (547, '1837', 318, 'A6 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (548, '1838', 319, 'A7 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (549, '1839', 320, 'A8 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (550, '1840', 321, 'A9 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (551, '1841', 314, 'A2 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (552, '1842', 315, 'A3 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (553, '1843', 316, 'A4 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (554, '1844', 317, 'A5 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (555, '1845', 318, 'A6 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (556, '1846', 319, 'A7 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (557, '1847', 320, 'A8 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (558, '1848', 321, 'A9 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (559, '1849', 314, 'a2 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (560, '1850', 315, 'a3 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (561, '1851', 316, 'a4 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (562, '1852', 317, 'a5 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (563, '1853', 318, 'a6 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (564, '1854', 319, 'a7 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (565, '1855', 320, 'a8 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (566, '1856', 321, 'a9 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (567, '1857', 314, 'a1 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (568, '1858', 315, 'a3 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (569, '1859', 316, 'a4 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (570, '1860', 317, 'a5 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (571, '1861', 318, 'a6 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (572, '1862', 319, 'a7 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (573, '1863', 320, 'a8 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (574, '1864', 321, 'a9 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (575, '1865', 314, 'A1 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (576, '1866', 315, 'A4 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (577, '1867', 316, 'A5 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (578, '1868', 317, 'A6 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (579, '1869', 318, 'A7 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (580, '1870', 319, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (581, '1871', 320, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (582, '1872', 321, 'A9 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (583, '1873', 314, 'A2 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (584, '1874', 315, 'A3 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (585, '1875', 316, 'A4 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (586, '1876', 317, 'A5 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (587, '1877', 318, 'A6 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (588, '1878', 319, 'A7 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (589, '1879', 320, 'A8 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (590, '1880', 321, 'A9 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (591, '1881', 283, 'A2 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (592, '1882', 289, 'A3 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (593, '1883', 284, 'A4 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (594, '1884', 288, 'A6 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (595, '1885', 287, 'A7 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (596, '1886', 286, 'A8 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (597, '1887', 285, 'A9 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (598, '1888', 283, 'A1 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (599, '1889', 289, 'A3 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (600, '1890', 284, 'A4 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (601, '1891', 288, 'A6 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (602, '1892', 287, 'A7 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (603, '1893', 286, 'A8 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (604, '1894', 285, 'A9 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (605, '1895', 283, 'A1 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (606, '1896', 289, 'A3 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (607, '1897', 284, 'A4 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (608, '1898', 288, 'A6 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (609, '1899', 287, 'A7 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (610, '1900', 286, 'A8 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (611, '1901', 285, 'A9 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (612, '1902', 283, 'A2 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (613, '1903', 289, 'A3 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (614, '1904', 284, 'A4 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (615, '1905', 288, 'A6 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (616, '1906', 287, 'A7 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (617, '1907', 286, 'A8 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (618, '1908', 285, 'A9 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (619, '1909', 283, 'A2 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (620, '1910', 289, 'A3 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (621, '1911', 284, 'A4 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (622, '1912', 556, 'A5 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (623, '1913', 288, 'A6 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (624, '1914', 287, 'A7 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (625, '1915', 286, 'A8 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (626, '1916', 285, 'A9 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (627, '1917', 283, 'A2 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (628, '1918', 289, 'A3 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (629, '1919', 284, 'A4 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (630, '1920', 556, 'A5 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (631, '1921', 288, 'A6 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (632, '1922', 287, 'A7 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (633, '1923', 286, 'A8 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (634, '1924', 285, 'A9 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (635, '1925', 283, 'A1 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (636, '1926', 289, 'A3 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (637, '1927', 284, 'A4 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (638, '1928', 556, 'A5 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (639, '1929', 288, 'A6 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (640, '1930', 287, 'A7 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (641, '1931', 286, 'A8 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (642, '1932', 285, 'A9 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (643, '1933', 314, 'A2 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (644, '1934', 315, 'A3 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (645, '1935', 316, 'A4 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (646, '1936', 317, 'A5 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (647, '1937', 318, 'A6 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (648, '1938', 319, 'A7 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (649, '1939', 320, 'A8 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (650, '1940', 321, 'A9 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (651, '1941', 290, 'a2 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (652, '1942', 291, 'a3 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (653, '1943', 292, 'a4 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (654, '1944', 293, 'a5 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (655, '1945', 294, 'a6 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (656, '1946', 295, 'a7 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (657, '1947', 296, 'a8 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (658, '1948', 297, 'a9 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (659, '1949', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (660, '1950', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (661, '1951', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (662, '1952', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (663, '1953', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (664, '1954', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (665, '1955', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (666, '1956', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (667, '1957', 281, 'a0 silostudydesk', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (668, '1958', 291, 'a0 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (669, '1959', 290, 'a1 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (670, '1960', 27, 'a2 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (671, '1961', 292, 'a3 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (672, '1962', 293, 'a5 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (673, '1963', 294, 'a6 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (674, '1964', 295, 'a7 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (675, '1965', 296, 'a8 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (676, '1966', 297, 'a9 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (677, '1967', 344, 'a0 sandrug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (678, '1968', 344, 'a0 moonrug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (679, '1969', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (680, '1970', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (681, '1971', 340, 'a0 sleepingbag', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (682, '1972', 340, 'a0 sleepingbag2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (683, '1973', 340, 'a0 sleepingbag3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (684, '1974', 340, 'a0 sleepingbag4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (685, '1975', 281, 'a0 safe_silo', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (686, '1976', 340, 'a0 sleepingbag7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (687, '1977', 258, 'a0 sleepingbag9', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (688, '1978', 340, 'a0 sleepingbag5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (689, '1979', 340, 'a0 sleepingbag10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (690, '1980', 340, 'a0 sleepingbag6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (691, '1981', 340, 'a0 sleepingbag8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (692, '1982', 302, 'china_shelve', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (693, '1983', 343, 'traffic_light_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (694, '1984', 290, 'a2 DVN black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (695, '1985', 291, 'a3 DVN white', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (696, '1986', 293, 'a5 DVN pink', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (697, '1987', 294, 'a6 DVN blue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (698, '1988', 295, 'a7 DVN green', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (699, '1989', 296, 'a8 DVN yellow', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (700, '1990', 297, 'a9 DVN red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (701, '1991', 290, 'a2 FLIPnor black', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (702, '1992', 291, 'a3 FLIPnor white', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (703, '1993', 292, 'a4 FLIPnor aquamarine', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (704, '1994', 293, 'a5 FLIPnor pink', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (705, '1995', 294, 'a6 FLIPnor blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (706, '1996', 295, 'a7 FLIPnor green', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (707, '1997', 296, 'a8 FLIPnor yellow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (708, '1998', 297, 'a9 FLIPnor red', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (709, '1999', 27, 'a0 FLIPnor plain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (710, '2000', 27, 'a0 DVN plain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (711, '2001', 302, 'a2 wall_china', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (712, '2002', 302, 'a2 corner_china', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (713, '2003', 314, 'a2 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (714, '2004', 315, 'a3 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (715, '2005', 316, 'a4 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (716, '2006', 317, 'a5 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (717, '2007', 318, 'a6 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (718, '2008', 319, 'a7 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (719, '2009', 320, 'a8 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (720, '2010', 321, 'a9 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (721, '2011', 314, 'a2 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (722, '2012', 315, 'a3 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (723, '2013', 315, 'a4 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (724, '2014', 317, 'a5 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (725, '2015', 318, 'a6 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (726, '2016', 319, 'a7 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (727, '2017', 320, 'a8 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (728, '2018', 321, 'a9 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (729, '2019', 29, 'a0 glass_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (730, '2020', 29, 'a0 glass_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (731, '2021', 29, 'a0 glass_stool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (732, '2022', 29, 'a0 glass_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (733, '2023', 29, 'a0 glass_table', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (734, '2024', 29, 'a2 glass_table', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (735, '2025', 29, 'a3 glass_table', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (736, '2026', 29, 'a4 glass_table', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (737, '2027', 29, 'a5 glass_table', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (738, '2028', 29, 'a6 glass_table', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (739, '2029', 29, 'a7 glass_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (740, '2030', 29, 'a8 glass_table', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (741, '2031', 29, 'a9 glass_table', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (742, '2032', 29, 'a2 glass_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (743, '2033', 29, 'a3 glass_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (744, '2034', 29, 'a4 glass_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (745, '2035', 29, 'a5 glass_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (746, '2036', 29, 'a6 glass_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (747, '2037', 29, 'a7 glass_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (748, '2038', 29, 'a8 glass_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (749, '2039', 29, 'a9 glass_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (750, '2040', 29, 'a2 glass_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (751, '2041', 29, 'a3 glass_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (752, '2042', 29, 'a4 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (753, '2043', 29, 'a5 glass_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (754, '2044', 29, 'a6 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (755, '2045', 29, 'a7 glass_sofa', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (756, '2046', 29, 'a8 glass_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (757, '2047', 29, 'a9 glass_sofa', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (758, '2048', 29, 'a2 glass_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (759, '2050', 29, 'a4 glass_stool', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (760, '2051', 29, 'a5 glass_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (761, '2052', 29, 'a6 glass_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (762, '2053', 29, 'a7 glass_stool', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (763, '2054', 29, 'a8 glass_stool', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (764, '2056', 29, 'a3 glass_stool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (765, '2057', 29, 'a9 glass_stool', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (766, '2063', 12, 'a0 CF_10_coin_gold', 11, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (767, '2064', 12, 'a0 CF_1_coin_bronze', 1, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (768, '2065', 12, 'a0 CF_20_moneybag', 21, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (769, '2066', 12, 'a0 CF_50_goldbar', 51, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (770, '2067', 12, 'a0 CF_5_coin_silver', 5, 5, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (771, '2068', 349, 'a0 clubrug', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (772, '2069', 349, 'a0 clubtv', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (773, '2070', 30, 'a0 gothgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (774, '2071', 30, 'a0 gothiccandelabra', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (775, '2072', 30, 'a0 gothrailing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (776, '2073', 30, 'a0 goth_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (777, '2074', 349, 'a0 hc_bkshlf', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (778, '2075', 349, 'a0 hc_btlr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (779, '2076', 349, 'a0 hc_crtn', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (780, '2077', 349, 'a0 hc_djset', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (781, '2078', 349, 'a0 hc_frplc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (782, '2079', 349, 'a0 hc_lmpst', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (783, '2080', 349, 'a0 hc_machine', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (784, '2081', 349, 'a0 hc_rllr', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (785, '2082', 349, 'a0 hc_rntgn', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (786, '2083', 349, 'a0 hc_trll', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (787, '2084', 30, 'a1 gothicstool', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (788, '2085', 30, 'a1 gothicchair', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (789, '2086', 30, 'a1 gothicsofa', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (790, '2087', 30, 'a2 gothicstool', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (791, '2088', 30, 'a2 gothicchair', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (792, '2089', 30, 'a2 gothicsofa', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (793, '2090', 30, 'a3 gothicstool', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (794, '2091', 30, 'a3 gothicchair', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (795, '2092', 30, 'a3 gothicsofa', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (796, '2093', 30, 'a4 gothicstool', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (797, '2094', 30, 'a4 gothicchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (798, '2095', 30, 'a4 gothicsofa', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (799, '2096', 30, 'a5 gothicstool', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (800, '2097', 30, 'a5 gothicchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (801, '2098', 30, 'a5 gothicsofa', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (802, '2099', 30, 'a6 gothicstool', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (803, '2100', 30, 'a6 gothicchair', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (804, '2101', 30, 'a6 gothicsofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (805, '2102', 473, 'A1 KYNTTILA1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (806, '2103', 445, 'A0 val_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (807, '2104', 473, 'a1 tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (808, '2105', 187, 'sound_machine', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (809, '2106', 35, 'a0 romantique_pianochair3', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (810, '2107', 35, 'a0 romantique_pianochair5', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (811, '2108', 35, 'a0 romantique_pianochair2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (812, '2109', 35, 'a0 romantique_pianochair4', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (813, '2110', 35, 'a0 romantique_pianochair1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (814, '2111', 35, 'a0 romantique_divan3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (815, '2112', 35, 'a0 romantique_divan5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (816, '2113', 35, 'a0 romantique_divan2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (817, '2114', 35, 'a0 romantique_divan4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (818, '2115', 35, 'a0 romantique_divan1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (819, '2116', 35, 'a0 romantique_chair3', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (820, '2117', 35, 'a0 romantique_chair5', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (821, '2118', 35, 'a0 romantique_chair2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (822, '2119', 35, 'a0 romantique_chair4', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (823, '2120', 35, 'a0 romantique_chair1', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (824, '2121', 473, 'A1 KYNTTILA2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (825, '2122', 197, 'rare_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (826, '2123', 445, 'a2 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (827, '2124', 445, 'a4 valentinerose', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (828, '2125', 445, 'a1 valentinerose', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (829, '2126', 445, 'a3 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (830, '2127', 445, 'a0 valentinerose', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (831, '2128', 20, 'a0 mazegate', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (832, '2129', 20, 'a0 maze', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (833, '2130', 344, 'DEV plant_bulrush', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (834, '2131', 52, 'a0 petfood4', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (835, '2132', 445, 'a0 carpet_valentine', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (836, '2133', 30, 'a0 gothiccarpet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (837, '2134', 30, 'a0 gothiccarpet2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (838, '2135', 30, 'gothic_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (839, '2136', 30, 'gothic_sofa', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (840, '2137', 30, 'gothic_stool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (841, '2138', 35, 'DEV grand_piano3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (842, '2139', 35, 'DEV grand_piano5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (843, '2140', 35, 'DEV grand_piano2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (844, '2141', 35, 'DEV grand_piano4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (845, '2142', 35, 'DEV grand_piano1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (846, '2143', 590, 'a0 theatre_seat', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (847, '2144', 35, 'DEV romantique_tray2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (848, '2145', 35, 'DEV romantique_tray1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (849, '2146', 35, 'DEV romantique_smalltabl3', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (850, '2147', 35, 'DEV romantique_smalltabl5', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (851, '2148', 35, 'DEV romantique_smalltabl2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (852, '2149', 35, 'DEV romantique_smalltabl4', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (853, '2150', 35, 'DEV romantique_smalltabl1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (854, '2151', 35, 'DEV romantique_mirrortabl', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (855, '2152', 35, 'a2 romantique_divider', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (856, '2153', 35, 'a1 romantique_divider', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (857, '2154', 35, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (858, '2155', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (859, '2156', 31, 'DEV jp_tatami2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (860, '2157', 31, 'DEV jp_tatami', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (861, '2158', 590, 'DEV habbowood_chair', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (862, '2159', 31, 'DEV jp_bamboo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (863, '2160', 31, 'DEV jp_irori', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (864, '2161', 31, 'DEV jp_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (865, '2162', 46, 'A0 sound_set_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (866, '2163', 46, 'A0 sound_set_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (867, '2164', 46, 'A0 sound_set_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (868, '2165', 46, 'A0 sound_set_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (869, '2166', 46, 'A0 sound_set_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (870, '2167', 46, 'A0 sound_set_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (871, '2168', 46, 'A0 sound_set_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (872, '2169', 46, 'A0 sound_set_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (873, '2170', 46, 'A0 sound_set_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (874, '2171', 187, 'sound_machine_1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (875, '227', 445, 'a2 heart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (876, '229', 445, 'a2 heartsofa', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (877, '2457', 46, 'A0 sound_set_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (878, '2458', 500, 'DEV rclr_garden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (879, '2459', 500, 'DEV rclr_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (880, '2460', 179, 'pura_mdl11', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (881, '2461', 170, 'pura_mdl12', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (882, '2462', 171, 'pura_mdl13', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (883, '2463', 172, 'pura_mdl14', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (884, '2464', 173, 'pura_mdl15', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (885, '2465', 174, 'pura_mdl16', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (886, '2466', 175, 'pura_mdl17', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (887, '2467', 176, 'pura_mdl18', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (888, '2468', 177, 'pura_mdl19', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (889, '2469', 46, 'A0 sound_set_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (890, '2470', 46, 'A0 sound_set_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (891, '2471', 31, 'DEV jp_lantern', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (892, '2472', 179, 'pura_mdl41', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (893, '2473', 170, 'pura_mdl42', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (894, '2474', 171, 'pura_mdl43', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (895, '2475', 172, 'pura_mdl44', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (896, '2476', 173, 'pura_mdl45', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (897, '2477', 174, 'pura_mdl46', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (898, '2478', 175, 'pura_mdl47', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (899, '2479', 176, 'pura_mdl48', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (900, '2480', 177, 'pura_mdl49', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (901, '2481', 46, 'A0 sound_set_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (902, '2482', 46, 'A0 sound_set_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (903, '2483', 179, 'pura_mdl21', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (904, '2484', 170, 'pura_mdl22', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (905, '2485', 171, 'pura_mdl23', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (906, '2486', 172, 'pura_mdl24', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (907, '2487', 173, 'pura_mdl25', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (908, '2488', 174, 'pura_mdl26', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (909, '2489', 175, 'pura_mdl27', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (910, '2490', 176, 'pura_mdl28', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (911, '2491', 177, 'pura_mdl29', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (912, '2492', 46, 'A0 sound_set_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (913, '2493', 46, 'A0 sound_set_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (914, '2494', 46, 'A0 sound_set_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (915, '2495', 46, 'A0 sound_set_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (916, '2496', 46, 'A0 sound_set_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (917, '2497', 46, 'A0 sound_set_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (918, '2498', 179, 'A1 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (919, '2499', 170, 'A2 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (920, '2500', 171, 'A3 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (921, '2501', 172, 'A4 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (922, '2502', 173, 'A5 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (923, '2503', 174, 'A6 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (924, '2504', 175, 'A7 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (925, '2505', 176, 'A8 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (926, '2506', 177, 'A9 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (927, '2507', 590, 'b0 rareicecreamwhite', 0, 3600, 5, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (928, '2508', 46, 'A0 sound_set_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (929, '2509', 179, 'pura_mdl51', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (930, '2510', 170, 'pura_mdl52', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (931, '2511', 171, 'pura_mdl53', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (932, '2512', 172, 'pura_mdl54', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (933, '2513', 173, 'pura_mdl55', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (934, '2514', 174, 'pura_mdl56', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (935, '2515', 175, 'pura_mdl57', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (936, '2516', 176, 'pura_mdl58', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (937, '2517', 177, 'pura_mdl59', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (938, '2518', 280, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (939, '2519', 280, 'a0 spotlight', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (940, '2520', 35, 'DEV romantique_clock', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (941, '2521', 46, 'A0 sound_set_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (942, '2522', 31, 'DEV jp_drawer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (943, '2523', 46, 'A0 sound_set_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (944, '2524', 46, 'A0 sound_set_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (945, '2525', 179, 'DEV chair_basic1', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (946, '2526', 170, 'DEV chair_basic2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (947, '2527', 171, 'DEV chair_basic3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (948, '2528', 172, 'DEV chair_basic4', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (949, '2529', 173, 'DEV chair_basic5', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (950, '2530', 174, 'DEV chair_basic6', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (951, '2531', 175, 'DEV chair_basic7', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (952, '2532', 176, 'DEV chair_basic8', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (953, '2533', 177, 'DEV chair_basic9', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (954, '2534', 179, 'pura_mdl31', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (955, '2535', 170, 'pura_mdl32', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (956, '2536', 171, 'pura_mdl33', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (957, '2537', 172, 'pura_mdl34', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (958, '2538', 173, 'pura_mdl35', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (959, '2539', 174, 'pura_mdl36', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (960, '2540', 175, 'pura_mdl37', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (961, '2541', 176, 'pura_mdl38', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (962, '2542', 177, 'pura_mdl39', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (963, '2543', 187, 'sound_machine2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (964, '2544', 187, 'sound_machine3', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (965, '2545', 187, 'sound_machine4', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (966, '2546', 187, 'sound_machine5', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (967, '2547', 187, 'sound_machine6', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (968, '2548', 187, 'sound_machine7', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (969, '2549', 46, 'A0 sound_set_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (970, '2550', 46, 'A0 sound_set_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (971, '2551', 35, 'a0 rom_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (972, '2552', 179, 'DEV bed_budget1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (973, '2553', 170, 'DEV bed_budget2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (974, '2554', 171, 'DEV bed_budget3', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (975, '2555', 172, 'DEV bed_budget4', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (976, '2556', 173, 'DEV bed_budget5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (977, '2557', 174, 'DEV bed_budget6', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (978, '2558', 175, 'DEV bed_budget7', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (979, '2559', 176, 'DEV bed_budget8', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (980, '2560', 177, 'DEV bed_budget9', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (981, '2561', 46, 'A0 sound_set_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (982, '2562', 500, 'DEV rclr_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (983, '2563', 46, 'A0 sound_set_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (984, '2564', 46, 'A0 sound_set_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (985, '2565', 46, 'A0 sound_set_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (986, '2566', 280, 'a0 tile_marble', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (987, '2567', 304, 'DEV exe_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (988, '2568', 280, 'a0 tile_stella', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (989, '2569', 46, 'A0 sound_set_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (990, '2570', 46, 'A0 sound_set_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (991, '2571', 405, 'DEV summer_chair1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (992, '2572', 405, 'DEV summer_chair2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (993, '2573', 405, 'DEV summer_chair3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (994, '2574', 405, 'DEV summer_chair4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (995, '2575', 405, 'DEV summer_chair5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (996, '2576', 405, 'DEV summer_chair6', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (997, '2577', 405, 'DEV summer_chair7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (998, '2578', 405, 'DEV summer_chair8', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (999, '2579', 405, 'DEV summer_chair9', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1000, '2580', 46, 'A0 sound_set_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1001, '2581', 304, 'DEV exe_s_table', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1002, '2582', 280, 'a0 tile_brown', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1003, '2583', 46, 'A0 sound_set_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1004, '2584', 348, 'rare_mosterplant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1005, '2585', 46, 'A0 sound_set_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1006, '2586', 736, 'a0 prizetrophy7_b', 0, 75, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1007, '2587', 405, 'Summer BBQ Grill Blue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1008, '2588', 405, 'Summer BBQ Grill Red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1009, '2589', 405, 'Summer BBQ Grill Green', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1010, '2590', 405, 'Summer BBQ Grill Yellow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1011, '2591', 405, 'summer_pool blue', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1012, '2592', 405, 'summer_pool red', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1013, '2593', 405, 'summer_pool green', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1014, '2594', 405, 'summer_pool yellow', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1015, '2595', 46, 'A0 sound_set_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1016, '2596', 46, 'A0 sound_set_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1017, '2597', 341, 'DEV one_way_door1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1018, '2598', 341, 'DEV one_way_door2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1019, '2599', 341, 'DEV one_way_door3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1020, '2600', 341, 'DEV one_way_door4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1021, '2601', 341, 'DEV one_way_door5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1022, '2602', 341, 'DEV one_way_door6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1023, '2603', 341, 'DEV one_way_door7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1024, '2604', 341, 'DEV one_way_door8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1025, '2605', 341, 'DEV one_way_door9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1026, '2606', 187, 'sound_machine_pro', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1027, '2607', 274, 'song peep_benztruck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1028, '2608', 253, 'jukebox_1', 5, 0, 5, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1029, '2609', 559, 'welcome_carpet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1030, '2610', 46, 'A0 sound_set_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1031, '2611', 388, 'A1 habbocrypt', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1032, '2612', 46, 'A0 sound_set_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1033, '2613', 272, 'Grunge Sign', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1034, '2614', 46, 'A0 sound_set_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1035, '2615', 46, 'A0 sound_set_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1036, '2616', 46, 'A0 sound_set_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1037, '2617', 272, 'Grunge Chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1038, '2618', 272, 'Grunge Mattress', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1039, '2619', 272, 'Grunge Shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1040, '2620', 388, 'gram', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1041, '2621', 272, 'Grunge Radiator', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1042, '2622', 46, 'A0 sound_set_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1043, '2623', 272, 'Grunge Table', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1044, '2624', 46, 'A0 sound_set_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1045, '2625', 388, 'hal_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1046, '2626', 388, 'a0 habboween_grass', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1047, '2627', 46, 'A0 sound_set_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1048, '2628', 46, 'A0 sound_set_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1049, '2629', 46, 'A0 sound_set_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1050, '2630', 46, 'A0 sound_set_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1051, '2631', 46, 'A0 sound_set_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1052, '2632', 46, 'A0 sound_set_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1053, '2633', 46, 'A0 sound_set_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1054, '2634', 46, 'A0 sound_set_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1055, '2635', 473, 'Christmas maze shrubbery', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1056, '2636', 473, 'xmas_cstl_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1057, '2637', 473, 'Christmas Reindeer Rare', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1058, '2638', 473, 'Christmas Tree 6 Bling', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1059, '2639', 304, 'DEV exe_sofa', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1060, '2640', 473, 'Christmas mazegate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1061, '2641', 473, 'xmas_icelamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1062, '2642', 346, 'a0 safe_silo_pb', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1063, '2643', 304, 'DEV exe_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1064, '2644', 304, 'DEV exe_table', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1065, '2645', 726, 'DEV exe_drinks', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1066, '2646', 473, 'xmas_cstl_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1067, '2647', 304, 'DEV exe_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1068, '2648', 473, 'Christmas Sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1069, '2649', 46, 'A0 sound_set_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1070, '2650', 304, 'DEV exe_chair2', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1071, '2651', 473, 'xmas_cstl_twr', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1072, '2652', 46, 'A0 sound_set_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1073, '2653', 473, 'Christmas Tree 7 Snow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1074, '2654', 473, 'Christmas Reindeer Poop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1075, '2655', 304, 'DEV exe_corner', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1076, '2656', 46, 'A0 sound_set_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1077, '2657', 47, 'noob_stool_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1078, '2658', 47, 'noob_stool_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1079, '2659', 47, 'noob_stool_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1080, '2660', 47, 'noob_stool_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1081, '2661', 47, 'noob_stool_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1082, '2662', 47, 'noob_stool_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1083, '2663', 47, 'noob_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1084, '2664', 47, 'noob_lamp_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1085, '2665', 47, 'noob_lamp_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1086, '2666', 47, 'noob_lamp_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1087, '2667', 47, 'noob_lamp_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1088, '2668', 47, 'noob_lamp_6', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1089, '2669', 46, 'A0 sound_set_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1090, '2670', 46, 'A0 sound_set_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1091, '2671', 46, 'A0 sound_set_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1092, '2672', 699, 'DEV exe_globe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1093, '2673', 46, 'A0 sound_set_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1094, '2674', 304, 'A0 exe_plant', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1095, '2675', 47, 'noob_chair_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1096, '2676', 47, 'noob_chair_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1097, '2677', 47, 'noob_chair_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1098, '2678', 47, 'noob_chair_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1099, '2679', 47, 'noob_chair_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1100, '2680', 47, 'noob_chair_6', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1101, '2681', 47, 'noob_rug_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1102, '2682', 47, 'noob_rug_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1103, '2683', 47, 'noob_rug_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1104, '2684', 47, 'noob_rug_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1105, '2685', 47, 'noob_rug_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1106, '2686', 47, 'noob_rug_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1107, '2687', 47, 'noob_table_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1108, '2688', 47, 'noob_table_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1109, '2689', 47, 'noob_table_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1110, '2690', 47, 'noob_table_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1111, '2691', 47, 'noob_table_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1112, '2692', 47, 'noob_table_6', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1113, '2693', 224, 'teleport_door', 5, 10, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1114, '2694', 453, 'DEV fortune', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1115, '2695', 46, 'A0 sound_set_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1116, '2696', 635, 'val_randomizer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1117, '2697', 453, 'val_choco', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1118, '2698', 46, 'sound_set_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1119, '2699', 453, 'vday_sharebears', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1120, '2700', 453, 'Pink Teddy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1121, '2701', 453, 'Green Teddy', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1122, '2702', 453, 'Brown Teddy', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1123, '2703', 453, 'Yellow Teddy', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1124, '2704', 453, 'Blue Teddy', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1125, '2705', 464, 'sand_cstl_twr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1126, '2706', 272, 'grunge_barrel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1127, '2707', 272, 'grunge_bench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1128, '2708', 272, 'grunge_candle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1129, '2709', 123, 'sw_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1130, '2710', 464, 'sand_cstl_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1131, '2711', 123, 'sw_raven', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1132, '2712', 464, 'sand_cstl_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1133, '2713', 123, 'sw_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1134, '2714', 28, 'arabian_tetbl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1135, '2715', 31, 'jp_tray1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1136, '2716', 28, 'arabian_teamk', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1137, '2717', 31, 'jp_tray5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1138, '2718', 737, 'a0 prizetrophy9_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1139, '2719', 28, 'arabian_rug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1140, '2720', 31, 'jp_tray6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1141, '2721', 28, 'arabian_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1142, '2722', 28, 'arabian_pllw', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1143, '2723', 28, 'arabian_tray3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1144, '2724', 31, 'jp_tray2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1145, '2725', 31, 'jp_tray4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1146, '2726', 31, 'jp_tray3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1147, '2727', 198, 'md_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1148, '2728', 28, 'arabian_tray4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1149, '2729', 737, 'a0 prizetrophy8_g', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1150, '2730', 28, 'arabian_divdr', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1151, '2731', 28, 'arabian_bigtb', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1152, '2732', 28, 'arabian_snake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1153, '2733', 500, 'Ecotron Moon Lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1154, '2734', 28, 'arabian_tray1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1155, '2735', 28, 'DEV arabian_tray2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1156, '2736', 565, 'nouvelle_trax', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1157, '2737', 73, 'b0 calippo', 0, 3600, 5, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1158, '2738', 46, 'A0 sound_set_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1159, '2739', 496, 'jukebox_ptv', 0, 5000, 5, 1, 0, 0, 23, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1160, '2740', 46, 'A0 sound_set_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1161, '2741', 46, 'A0 sound_set_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1162, '2742', 187, 'traxgold', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1163, '2743', 187, 'traxbronze', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1164, '2744', 187, 'traxsilver', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1165, '2745', 544, 'bench_puffet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1166, '2746', 323, 'footylamp_campaign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1167, '2747', 31, 'jp_katana2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1168, '2748', 31, 'jp_katana3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1169, '2749', 31, 'jp_table', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1170, '2750', 31, 'jp_rare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1171, '2751', 31, 'jp_katana1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1172, '2752', 46, 'A0 sound_set_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1173, '2753', 408, 'tiki_tray3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1174, '2754', 539, 'tampax_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1175, '2755', 408, 'tiki_tray1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1176, '2756', 408, 'tiki_toucan', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1177, '2757', 408, 'tiki_waterfall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1178, '2758', 47, 'noob_lamp_tradeable_1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1179, '2759', 47, 'noob_lamp_tradeable_2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1180, '2760', 47, 'noob_lamp_tradeable_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1181, '2761', 47, 'noob_lamp_tradeable_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1182, '2762', 47, 'noob_lamp_tradeable_5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1183, '2763', 47, 'noob_lamp_tradeable_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1184, '2764', 307, 'a0 CFC_500_goldbar', 500, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1185, '2765', 408, 'tiki_tray4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1186, '2766', 46, 'A0 sound_set_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1187, '2767', 46, 'A0 sound_set_70', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1188, '2768', 408, 'tiki_tray2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1189, '2769', 408, 'DEV tiki_parasol', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1190, '2770', 307, 'a0 CFC_200_moneybag', 200, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1191, '2771', 46, 'A0 sound_set_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1192, '2772', 307, 'a0 CFC_50_coin_silver', 50, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1193, '2773', 408, 'tiki_torch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1194, '2774', 31, 'jp_teamaker', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1195, '2775', 47, 'noob_chair_tradeable_1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1196, '2776', 47, 'noob_chair_tradeable_2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1197, '2777', 47, 'noob_chair_tradeable_3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1198, '2778', 47, 'noob_chair_tradeable_4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1199, '2779', 47, 'noob_chair_tradeable_5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1200, '2780', 47, 'noob_chair_tradeable_6', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1201, '2781', 408, 'tiki_junglerug', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1202, '2782', 408, 'tiki_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1203, '2783', 47, 'noob_plant', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1204, '2784', 408, 'DEV tiki_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1205, '2785', 408, 'tiki_bflies', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1206, '2786', 47, 'noob_rug_tradeable_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1207, '2787', 47, 'noob_rug_tradeable_2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1208, '2788', 47, 'noob_rug_tradeable_3', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1209, '2789', 47, 'noob_rug_tradeable_4', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1210, '2790', 47, 'noob_rug_tradeable_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1211, '2791', 47, 'noob_rug_tradeable_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1212, '2792', 408, 'tiki_tray0', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1213, '2793', 46, 'A0 sound_set_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1214, '2794', 408, 'DEV tiki_corner', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1215, '2795', 408, 'DEV tiki_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1216, '2796', 307, 'a0 CFC_100_coin_gold', 100, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1217, '2797', 307, 'a0 CFC_10_coin_bronze', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1218, '2798', 408, 'DEV tiki_sand', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1219, '2799', 46, 'A0 sound_set_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1220, '2800', 628, 'diner_tray_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1221, '2801', 124, 'svnr_de', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1222, '2802', 628, 'diner_tray_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1223, '2803', 628, 'diner_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1224, '2804', 575, 'aquamarine diner_sofa_2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1225, '2805', 576, 'pink diner_sofa_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1226, '2806', 586, 'black diner_sofa_2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1227, '2807', 195, 'white diner_sofa_2', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1228, '2808', 587, 'beige diner_sofa_2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1229, '2809', 594, 'blue diner_sofa_2', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1230, '2810', 625, 'green diner_sofa_2', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1231, '2811', 626, 'yellow diner_sofa_2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1232, '2812', 571, 'red diner_sofa_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1233, '2813', 124, 'svnr_it', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1234, '2814', 628, 'diner_shaker', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1235, '2815', 628, 'diner_tray_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1236, '2816', 575, 'aquamarine diner_cashreg', 4, 0, 0, 1, 0, 0, 28, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1237, '2817', 576, 'pink diner_cashreg', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1238, '2818', 586, 'black diner_cashreg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1239, '2819', 195, 'yellow diner_cashreg', 4, 0, 0, 1, 0, 0, 31, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1240, '2820', 587, 'beige diner_cashreg', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1241, '2821', 594, 'blue diner_cashreg', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1242, '2822', 625, 'green diner_cashreg', 4, 0, 0, 1, 0, 0, 34, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1243, '2823', 626, 'white diner_cashreg', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1244, '2824', 571, 'red diner_cashreg', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1245, '2825', 124, 'svnr_nl', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1246, '2826', 628, 'diner_tray_6', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1247, '2827', 575, 'aquamarine diner_gumvendor', 4, 0, 0, 1, 0, 0, 46, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1248, '2828', 576, 'pink diner_gumvendor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1249, '2829', 586, 'black diner_gumvendor', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1250, '2830', 195, 'white diner_gumvendor', 4, 0, 0, 1, 0, 0, 49, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1251, '2831', 587, 'beige diner_gumvendor', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1252, '2832', 594, 'blue diner_gumvendor', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1253, '2833', 625, 'green diner_gumvendor', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1254, '2834', 626, 'yellow diner_gumvendor', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1255, '2835', 571, 'red diner_gumvendor', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1256, '2836', 124, 'svnr_aus', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1257, '2837', 628, 'diner_tray_0', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1258, '2838', 124, 'svnr_uk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1259, '2839', 628, 'diner_tray_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1260, '2840', 628, 'diner_tray_7', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1261, '2841', 628, 'diner_tray_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1262, '2842', 575, 'aquamarine diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1263, '2843', 576, 'pink diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1264, '2844', 586, 'black diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1265, '2845', 195, 'white diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1266, '2846', 587, 'beige diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1267, '2847', 594, 'blue diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1268, '2848', 625, 'green diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1269, '2849', 626, 'yellow dinger_bardesk_gate', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1270, '2850', 571, 'red diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1271, '2851', 575, 'aquamarine diner_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1272, '2852', 576, 'pink diner_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1273, '2853', 586, 'black diner_bardesk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1274, '2854', 195, 'white diner_bardesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1275, '2855', 587, 'beige diner_bardesk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1276, '2856', 594, 'blue diner_bardesk', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1277, '2857', 625, 'green diner_bardesk', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1278, '2858', 626, 'yellow diner_bardesk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1279, '2859', 571, 'red diner_bardesk', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1280, '2860', 309, 'ads_dave_cns', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1281, '2861', 575, 'aquamarine diner_chair', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1282, '2862', 576, 'pink diner_chair', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1283, '2863', 586, 'black diner_chair', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1284, '2864', 195, 'white diner_chair', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1285, '2865', 587, 'beige diner_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1286, '2866', 594, 'blue diner_chair', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1287, '2867', 625, 'green diner_chair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1288, '2868', 626, 'yellow diner_chair', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1289, '2869', 571, 'red diner_chair', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1290, '2870', 575, 'aquamarine diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1291, '2871', 576, 'pink diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1292, '2872', 586, 'black diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1293, '2873', 195, 'white diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1294, '2874', 587, 'beige diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1295, '2875', 594, 'blue diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1296, '2876', 625, 'green diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1297, '2877', 626, 'yellow diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1298, '2878', 571, 'red diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1299, '2879', 575, 'aquamarine diner_table_2', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1300, '2880', 576, 'pink diner_table_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1301, '2881', 586, 'black diner_table_2', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1302, '2882', 195, 'white diner_table_2', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1303, '2883', 587, 'beige diner_table_2', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1304, '2884', 594, 'blue diner_table_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1305, '2885', 625, 'green diner_table_2', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1306, '2886', 626, 'yellow diner_table_2', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1307, '2887', 571, 'red diner_table_2', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1308, '2888', 575, 'aquamarine diner_sofa_1', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1309, '2889', 576, 'pink diner_sofa_1', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1310, '2890', 586, 'black diner_sofa_1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1311, '2891', 195, 'white diner_sofa_1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1312, '2892', 587, 'beige diner_sofa_1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1313, '2893', 594, 'blue diner_sofa_1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1314, '2894', 625, 'green diner_sofa_1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1315, '2895', 626, 'yellow diner_sofa_1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1316, '2896', 571, 'red diner_soda_1', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1317, '2897', 575, 'aquamarine diner_table_1', 5, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1318, '2898', 576, 'pink diner_table_1', 5, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1319, '2899', 586, 'black diner_table_1', 5, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1320, '2900', 195, 'white diner_table_1', 5, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1321, '2901', 587, 'beige diner_table_1', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1322, '2902', 594, 'blue diner_table_1', 5, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1323, '2903', 625, 'green diner_table_1', 5, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1324, '2904', 626, 'yellow diner_table_1', 5, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1325, '2905', 571, 'red diner_table_1', 5, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1326, '2906', 629, 'DEV greek_seat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1327, '2907', 541, 'easy_bowl2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1328, '2908', 629, 'greek_gate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1329, '2909', 629, 'greek_pillars', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1330, '2910', 629, 'greek_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1331, '2911', 541, 'easy_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1332, '2912', 736, 'greektrophy_g', 0, 75, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1333, '2913', 736, 'greektrophy_s', 0, 75, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1334, '2914', 736, 'greektrophy_b', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1335, '2915', 629, 'DEV greek_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1336, '2916', 540, 'netari_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1337, '2917', 229, 'hcc_shelf', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1338, '2918', 272, 'det_divider', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1339, '2919', 229, 'hcc_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1340, '2920', 229, 'hcc_stool', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1341, '2921', 229, 'hcc_sofa', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1342, '2922', 272, 'det_body', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1343, '2923', 229, 'hcc_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1344, '2924', 229, 'hcc_minibar', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1345, '2925', 229, 'hcc_sofachair', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1346, '2926', 229, 'hcc_crnr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1347, '2927', 229, 'hcc_dvdr', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1348, '2928', 559, 'sob_carpet', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1349, '2929', 121, 'igor_seat', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1350, '2930', 536, 'ads_711_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1351, '2931', 536, 'ads_711_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1352, '2932', 536, 'ads_711_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1353, '2933', 536, 'ads_711*4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1354, '2934', 121, 'ads_igorswitch', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1355, '2935', 121, 'ads_igorraygun', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1356, '2936', 121, 'ads_igorbrain', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1357, '2937', 389, 'hween08_bed2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1358, '2938', 389, 'hween08_defibs', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1359, '2939', 389, 'hween08_defibs2', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1360, '2940', 389, 'hween08_sink2', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1361, '2941', 389, 'hween08_trll', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1362, '2942', 389, 'hween08_curtain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1363, '2943', 389, 'hween08_bbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1364, '2944', 389, 'hween08_sink', 10, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1365, '2945', 389, 'hween08_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1366, '2946', 389, 'hween08_manhole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1367, '2947', 389, 'hween08_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1368, '2948', 389, 'hween08_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1369, '2949', 389, 'hween08_curtain2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1370, '2950', 33, 'party_block2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1371, '2951', 33, 'party_tube_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1372, '2952', 33, 'party_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1373, '2953', 33, 'party_mic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1374, '2954', 621, 'party_djtable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1375, '2955', 33, 'party_tray', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1376, '2956', 33, 'party_table', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1377, '2957', 33, 'DEV party_barcorn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1378, '2958', 33, 'party_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1379, '2959', 33, 'party_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1380, '2960', 33, 'party_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1381, '2961', 33, 'party_beamer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1382, '2962', 33, 'DEV party_bardesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1383, '2963', 33, 'party_discol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1384, '2964', 33, 'party_ball', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1385, '2965', 33, 'party_ravel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1386, '2966', 33, 'party_tube_lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1387, '2967', 475, 'xmas08_icetree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1388, '2968', 475, 'xmas08_lantern', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1389, '2969', 724, 'penguin_robot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1390, '2970', 475, 'xmas08_dvdr2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1391, '2971', 724, 'penguin_elf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1392, '2972', 504, 'xmas08_trph1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1393, '2973', 724, 'penguin_skater', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1394, '2974', 475, 'campfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1395, '2975', 724, 'penguin_bunny', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1396, '2976', 724, 'penguin_ninja', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1397, '2977', 677, 'penguin_basic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1398, '2978', 475, 'xmas08_telep', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1399, '2979', 724, 'penguin_boxer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1400, '2980', 475, 'xmas08_hole', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1401, '2981', 724, 'penguin_ski', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1402, '2982', 475, 'xmas_snow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1403, '2983', 724, 'penguin_infected', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1404, '2984', 724, 'penguin_swim', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1405, '2985', 475, 'xmas08_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1406, '2986', 475, 'xmas08_hottub', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1407, '2987', 724, 'penguin_cowboy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1408, '2988', 724, 'penguin_icehockey', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1409, '2989', 724, 'penguin_clown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1410, '2990', 724, 'penguin_wrestler', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1411, '2991', 124, 'svnr_fi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1412, '2992', 475, 'xmas08_dvdr1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1413, '2993', 676, 'penguin_glow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1414, '2994', 724, 'penguin_sumo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1415, '2995', 724, 'penguin_musketeer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1416, '2996', 724, 'penguin_ballet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1417, '2997', 724, 'penguin_magician', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1418, '2998', 724, 'penguin_super', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1419, '2999', 724, 'penguin_pirate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1420, '3000', 46, 'sound_set_71', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1421, '3001', 475, 'xmas08_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1422, '3002', 475, 'xmas08_icerug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1423, '3003', 724, 'penguin_hunchback', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1424, '3004', 724, 'penguin_punk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1425, '3005', 475, 'xmas08_snowpl', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1426, '3006', 475, 'xmas08_cubetree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1427, '3007', 724, 'penguin_pilot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1428, '3008', 724, 'penguin_suit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1429, '3009', 475, 'xmas08_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1430, '3010', 724, 'penguin_rock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1431, '3011', 23, 'DEV fx_explosion', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1432, '3012', 23, 'fx_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1433, '3013', 23, 'DEV fx_flare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1434, '3014', 516, 'ads_cltele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1435, '3015', 500, 'xmas08_trph2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1436, '3016', 497, 'lostc_merdragon', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1437, '3017', 516, 'ads_cldesk', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1438, '3018', 529, 'ads_ob_pillow', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1439, '3019', 516, 'ads_clfloor', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1440, '3020', 119, 'ads_mall_tele', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1441, '3021', 516, 'ads_cllava2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1442, '3022', 37, 'bolly_lotus_pool', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1443, '3023', 197, 'kinkysofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1444, '3024', 302, 'china_moongt', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1445, '3025', 302, 'china_ox', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1446, '3026', 37, 'bolly_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1447, '3027', 37, 'bolly_tile2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1448, '3028', 37, 'bolly_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1449, '3029', 37, 'bolly_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1450, '3030', 37, 'bolly_pillow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1451, '3031', 37, 'DEV bolly_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1452, '3032', 37, 'bolly_drapec', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1453, '3033', 37, 'bolly_phant', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1454, '3034', 37, 'DEV bolly_desk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1455, '3035', 37, 'bolly_table', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1456, '3036', 37, 'bolly_monkey_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1457, '3037', 37, 'bolly_swing', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1458, '3038', 37, 'bolly_drapea', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1459, '3039', 37, 'bolly_palm', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1460, '3040', 37, 'bolly_drapeb', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1461, '3041', 37, 'bolly_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1462, '3042', 37, 'bolly_tree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1463, '3043', 37, 'bolly_vase', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1464, '3044', 39, 'planet_of_love', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1465, '3045', 58, 'ads_idol_floor1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1466, '3046', 121, 'ads_igor_flask', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1467, '3047', 58, 'ads_idol_floor2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1468, '3048', 58, 'ads_idol_drape', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1469, '3049', 121, 'ads_igor_dsk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1470, '3050', 58, 'ads_idol_desk', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1471, '3051', 58, 'ads_idol_ch', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1472, '3052', 497, 'lostc_octopus', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1473, '3053', 58, 'ads_idol_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1474, '3054', 58, 'ads_idol_mic', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1475, '3055', 58, 'ads_idol_trax', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1476, '3056', 58, 'ads_idol_pchair', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1477, '3057', 58, 'ads_idol_audChr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1478, '3058', 58, 'ads_idol_piano', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1479, '3059', 58, 'ads_idol_jukebox_1', 0, 5000, 5, 1, 0, 0, 66, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1480, '3060', 303, 'lc_glass_floor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1481, '3061', 303, 'lc_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1482, '3062', 303, 'lc_crab1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1483, '3063', 303, 'lc_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1484, '3064', 303, 'lc_medusa1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1485, '3065', 303, 'lc_tubes_straight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1486, '3066', 536, 'ads_711shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1487, '3067', 303, 'lc_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1488, '3068', 303, 'lc_crab2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1489, '3069', 303, 'lc_tile2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1490, '3070', 303, 'lc_desk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1491, '3071', 497, 'lostc_teleport', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1492, '3072', 303, 'lc_tubes_corners', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1493, '3073', 303, 'lc_medusa2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1494, '3074', 303, 'lc_anemone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1495, '3075', 303, 'lc_corner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1496, '3076', 303, 'lc_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1497, '3077', 303, 'lc_coral_divider_low', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1498, '3078', 303, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1499, '3079', 58, 'ads_idol_clRack', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1500, '3080', 58, 'ads_idol_hotspot', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1501, '3081', 58, 'ads_idol_voting_ch', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1502, '3082', 499, 'eco_light2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1503, '3083', 499, 'eco_cactus1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1504, '3084', 499, 'eco_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1505, '3085', 499, 'eco_cactus3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1506, '3086', 499, 'eco_table3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1507, '3087', 48, 'bump_tottero', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1508, '3088', 499, 'eco_sofa3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1509, '3089', 499, 'eco_table2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1510, '3090', 48, 'bump_signs', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1511, '3091', 499, 'eco_lamp3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1512, '3092', 499, 'eco_lamp2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1513, '3093', 499, 'eco_tree1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1514, '3094', 499, 'eco_chair3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1515, '3095', 261, 'ecotron_box', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1516, '3096', 499, 'eco_sofa1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1517, '3097', 499, 'eco_lamp1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1518, '3098', 499, 'eco_light1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1519, '3099', 499, 'eco_table1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1520, '3100', 499, 'eco_sofa2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1521, '3101', 48, 'bump_tires', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1522, '3102', 499, 'eco_fruits2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1523, '3103', 48, 'bump_lights', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1524, '3104', 499, 'eco_fruits3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1525, '3105', 499, 'eco_cactus2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1526, '3106', 499, 'eco_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1527, '3107', 499, 'eco_fruits1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1528, '3108', 499, 'eco_light3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1529, '3109', 499, 'eco_tree2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1530, '3110', 48, 'bump_road', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1531, '3111', 550, 'ads_frankb', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1532, '3112', 534, 'ads_grefusa_cactus', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1533, '3113', 497, 'totem_leg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1534, '3114', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1535, '3115', 282, 'env_bushes', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1536, '3116', 58, 'ads_idol_newsDsk', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1537, '3117', 282, 'env_tree1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1538, '3118', 282, 'env_tree4', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1539, '3119', 304, 'exe_gate', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1540, '3120', 58, 'ads_idol_cork', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1541, '3121', 304, 'exe_cubelight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1542, '3122', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1543, '3123', 282, 'env_tree2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1544, '3124', 58, 'ads_idol_ichair', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1545, '3125', 282, 'env_tree3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1546, '3126', 58, 'ads_idol_tube', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1547, '3127', 516, 'ads_cl_jukeb', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1548, '3128', 282, 'env_bushes_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1549, '3129', 282, 'env_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1550, '3130', 249, 'tray_glasstower', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1551, '3131', 531, 'ads_malaco_gu', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1552, '3132', 353, 'ads_reebok_block2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1553, '3133', 249, 'tray_cake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1554, '3134', 249, 'tray_champagne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1555, '3135', 531, 'ads_malaco_rug', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1556, '3136', 58, 'ads_idol_tblCloth', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1557, '3137', 516, 'ads_cl_sofa', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1558, '3138', 58, 'ads_idol_lamp', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1559, '3139', 516, 'ads_clcake', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1560, '3140', 58, 'ads_idol_carpet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1561, '3141', 282, 'country_fnc2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1562, '3142', 499, 'eco_mush1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1563, '3143', 282, 'country_rbw', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1564, '3144', 46, 'sound_set_72', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1565, '3145', 282, 'country_soil', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1566, '3146', 282, 'country_log', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1567, '3147', 282, 'country_trctr', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1568, '3148', 282, 'country_stage', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1569, '3149', 282, 'country_well', 10, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1570, '3150', 282, 'country_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1571, '3151', 313, 'ads_goldtabl', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1572, '3152', 282, 'country_fnc3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1573, '3153', 282, 'country_rain', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1574, '3154', 282, 'country_fnc1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1575, '3155', 499, 'eco_mush2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1576, '3156', 73, 'ads_calip_cola_1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1577, '3157', 73, 'ads_calip_cola_2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1578, '3158', 73, 'ads_calip_cola_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1579, '3159', 73, 'ads_calip_cola_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1580, '3160', 282, 'country_scarecrow', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1581, '3161', 282, 'env_telep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1582, '3162', 282, 'country_grass', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1583, '3163', 282, 'country wheat', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1584, '3164', 282, 'country corner', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1585, '3165', 282, 'country_ditch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1586, '3166', 282, 'country_patio', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1587, '3167', 497, 'totem_head', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1588, '3168', 73, 'ads_calip_chair', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1589, '3169', 58, 'ads_idol_trophy', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1590, '3170', 32, 'LT_pillar2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1591, '3171', 32, 'LT_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1592, '3172', 32, 'lt_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1593, '3173', 683, 'laptopdesk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1594, '3174', 32, 'lt_bughill', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1595, '3175', 32, 'lt_stage2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1596, '3176', 32, 'lt lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1597, '3177', 32, 'lt_stone2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1598, '3178', 32, 'lt_spider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1599, '3179', 683, 'audChr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1600, '3180', 32, 'lt lava corner', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1601, '3181', 39, 'saturn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1602, '3182', 73, 'ads_calip_pool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1603, '3183', 32, 'lt_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1604, '3184', 22, 'clrack', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1605, '3185', 32, 'lt_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1606, '3186', 22, 'noticeboard', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1607, '3187', 32, 'LT_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1608, '3188', 32, 'lt_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1609, '3189', 32, 'LT_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1610, '3190', 73, 'ads_calip_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1611, '3195', 73, 'ads_calip_parasol', 0, 3600, 5, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1612, '3196', 32, 'lt_stone1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1613, '3197', 73, 'ads_calip_lava', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1614, '3198', 73, 'ads_calip_fan', 0, 3600, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1615, '3199', 22, 'transparent_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1616, '3200', 497, 'totem_planet', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1617, '3201', 683, 'voting_ch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1618, '3202', 119, 'ads_mall_coffeem', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1619, '3203', 36, 'sf_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1620, '3204', 36, 'SF_crate_2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1621, '3205', 36, 'SF_crate_1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1622, '3206', 36, 'sf_stick', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1623, '3207', 36, 'SF_chair_blue', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1624, '3208', 36, 'SF_panel3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1625, '3209', 36, 'sf_roller', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1626, '3210', 670, 'SF_alien', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1627, '3211', 36, 'SF_floor_2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1628, '3212', 36, 'SF_reactor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1629, '3213', 36, 'sf_floor', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1630, '3214', 36, 'sf_tele', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1631, '3215', 36, 'SF_chair_green', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1632, '3216', 119, 'ads_mall_kiosk', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1633, '3217', 36, 'SF_panel1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1634, '3218', 36, 'SF_panel2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1635, '3219', 670, 'sf_pod', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1636, '3220', 36, 'SF_table', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1637, '3221', 36, 'sf_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1638, '3222', 36, 'SF_floor_1', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1639, '3223', 36, 'SF_chair_red', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1640, '3224', 36, 'SF_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1641, '3225', 590, 'prizetrophy_cool', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1642, '3226', 324, 'ads_elisa_gnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1643, '3227', 406, 'summer_raft2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1644, '3228', 406, 'summer_raft1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1645, '3229', 590, 'prizetrophy_hot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1646, '3230', 346, 'Soda Crush!', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1647, '3231', 406, 'summer_icebox', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1648, '3232', 6, 'a0 marsrug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1649, '3233', 34, 'rela_stone', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1650, '3234', 34, 'rela_candles1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1651, '3235', 34, 'rela_candle3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1652, '3236', 34, 'rela_candles3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1653, '3237', 39, 'pix_asteroid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1654, '3238', 34, 'rela_candle1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1655, '3239', 34, 'rela_orchid', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1656, '3240', 34, 'rela_stick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1657, '3241', 536, 'ads_711_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1658, '3242', 536, 'ads_711_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1659, '3243', 536, 'ads_711_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1660, '3244', 34, 'rela_candle2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1661, '3245', 34, 'rela_candles2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1662, '3246', 34, 'rela_plant', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1663, '3247', 34, 'rela_hchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1664, '3248', 34, 'rela_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1665, '3249', 59, 'ktchn_fridge', 10, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1666, '3250', 59, 'ktchn_inspctr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1667, '3251', 346, 'ads_1800tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1668, '3252', 59, 'ktchn_pots', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1669, '3253', 59, 'ktchn_countr_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1670, '3254', 59, 'ktchn_gate', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1671, '3255', 59, 'ktchn_bBlock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1672, '3256', 59, 'ktchn_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1673, '3257', 59, 'ktchn_cornr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1674, '3258', 59, 'ktchn_light', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1675, '3259', 59, 'ktchn_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1676, '3260', 59, 'ktchn_desk', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1677, '3261', 59, 'ktchn_countr_1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1678, '3262', 59, 'ktchn_sink', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1679, '3263', 59, 'ktchn_plates', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1680, '3264', 59, 'ktchn_trash', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1681, '3265', 272, 'urban_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1682, '3266', 272, 'urban_bin', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1683, '3267', 272, 'urban_fence', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1684, '3268', 272, 'urban_carsofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1685, '3269', 272, 'urban_bench', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1686, '3270', 272, 'urban_blocker', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1687, '3271', 272, 'urban_bsktbll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1688, '3272', 272, 'urban_wpost', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1689, '3273', 670, 'sf_mbar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1690, '3274', 272, 'urban_sidewalk', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1691, '3275', 272, 'urban_fence_corner', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1692, '3276', 58, 'ads_idol_l_carpet', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1693, '3277', 533, 'ads_gsArcade_1', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1694, '3278', 533, 'ads_gsArcade_2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1695, '3279', 530, 'ads_mtvtrophy_gold', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1696, '3280', 524, 'ads_spang_sleep', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1697, '3281', 530, 'ads_mtvtrophy_silver', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1698, '3282', 590, 'hween09_organ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1699, '3283', 58, 'ads_idol_chmpgn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1700, '3284', 272, 'urban_bench_plain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1701, '3285', 390, 'hween09_hatch', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1702, '3286', 390, 'hween09_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1703, '3287', 390, 'hween09_jar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1704, '3288', 390, 'hween09_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1705, '3289', 429, 'byesw_hotel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1706, '3290', 390, 'hween09_ghost', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1707, '3291', 429, 'byesw_hand', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1708, '3292', 390, 'hween09_tv', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1709, '3293', 390, 'hween09_mirror', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1710, '3294', 390, 'hween09_chandelier', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1711, '3295', 390, 'hween09_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1712, '3296', 44, 'ads_twi_toolbx', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1713, '3297', 44, 'ads_twi_table', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1714, '3298', 44, 'ads_twi_tower', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1715, '3299', 44, 'ads_twi_piano', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1716, '3300', 44, 'ads_twi_chair', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1717, '3301', 44, 'ads_twi_fountn', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1718, '3302', 44, 'ads_twi_dvdr2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1719, '3303', 44, 'ads_twi_dvdr1', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1720, '3304', 44, 'ads_twi_roses', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1721, '3305', 304, 'exe_elevator', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1722, '3306', 119, 'ads_mall_elevator', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1723, '3307', 59, 'ktchn_hlthNut', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1724, '3308', 44, 'ads_twi_mist', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1725, '3309', 115, 'nest_plow_bro', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1726, '3310', 115, 'nest_snug_grn', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (1727, '3311', 44, 'ads_twi_trophy', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1728, '3312', 28, 'arabian_tile', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1729, '3313', 729, 'xm09_lrgBauble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1730, '3314', 476, 'xm09_candyCane', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1731, '3315', 115, 'nest_snug_blu', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1732, '3316', 115, 'nest_plow_blu', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1733, '3317', 115, 'nest_snug_red', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1734, '3318', 115, 'nest_plow_reg', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1735, '3319', 115, 'nest_snug_yel', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1736, '3320', 115, 'nest_plow_red', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1737, '3321', 52, 'petfood7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1738, '3322', 52, 'petfood9', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1739, '3323', 52, 'petfood6', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1740, '3324', 52, 'petfood5', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1741, '3325', 52, 'petfood8', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1742, '3326', 52, 'petfood10', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1743, '3327', 471, 'party_lantern', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1744, '3328', 476, 'xm09_man_b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1745, '3329', 476, 'xm09_man_c', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1746, '3330', 476, 'xm09_man_a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1747, '3331', 115, 'nest_dirt', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1748, '3332', 115, 'nest_snug_prp', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1749, '3333', 115, 'nest_basket', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1750, '3334', 115, 'nest_nest', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1751, '3335', 476, 'xm09_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1752, '3336', 115, 'nest_nails', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1753, '3337', 476, 'xm09_cocoa', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1754, '3338', 115, 'nest_snug_bla', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1755, '3339', 115, 'nest_ice', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1756, '3340', 476, 'xm09_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1757, '3341', 115, 'nest_plow_skl', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1758, '3342', 516, 'ads_cl_moodi', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1759, '3343', 737, 'prizetrophy_nrj', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1760, '3344', 302, 'china_tiger', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1761, '3345', 51, 'org_chrblk', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1762, '3346', 302, 'china_tigrSeat', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1763, '3347', 51, 'org_tblblk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1764, '3348', 51, 'org_lamppnk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1765, '3349', 51, 'org_chairblk', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1766, '3350', 51, 'org_chrpnk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1767, '3351', 683, 'xm09_trophy', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1768, '3352', 51, 'org_tblpnk', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1769, '3353', 51, 'org_lampblk', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1770, '3354', 51, 'org_chairpnk', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1771, '3355', 302, 'china_plmTree', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1772, '3356', 51, 'org_table', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1773, '3357', 50, 'val09_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1774, '3358', 194, 'petfood11', 0, 5, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1775, '3359', 194, 'petfood13', 0, 5, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1776, '3360', 50, 'bling_chair_b', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1777, '3361', 50, 'bling_chair_c', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1778, '3362', 50, 'bling_toilet', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1779, '3363', 50, 'val09_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1780, '3364', 50, 'bling_bed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1781, '3365', 548, 'ads_droetker_paula', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1782, '3366', 50, 'bling_fridge', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1783, '3367', 305, 'ads_chups', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1784, '3368', 50, 'bling_chair_a', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1785, '3369', 50, 'bling_pool', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1786, '3370', 194, 'petfood12', 0, 5, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1787, '3371', 50, 'bling_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1788, '3372', 261, 'present_wrap_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1789, '3373', 261, 'present_wrap_10', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1790, '3374', 261, 'present_wrap_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1791, '3375', 261, 'present_wrap_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1792, '3376', 261, 'present_wrap_4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1793, '3377', 261, 'present_wrap_5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1794, '3378', 261, 'present_wrap_6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1795, '3379', 261, 'present_wrap_7', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1796, '3380', 261, 'present_wrap_8', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1797, '3381', 261, 'present_wrap_9', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1798, '3382', 452, 'val_basket', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1799, '3383', 452, 'teddy_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1800, '3384', 452, 'teddy_pendergrass', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1801, '3385', 452, 'teddy_bear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1802, '3386', 452, 'val_hSeat_1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1803, '3387', 452, 'val_hSeat_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1804, '3388', 452, 'val_hSeat_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1805, '3389', 452, 'val_hSeat_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1806, '3390', 452, 'val_hSeat_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1807, '3391', 452, 'val_hSeat_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1808, '3392', 452, 'val_hSeat_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1809, '3393', 452, 'teddy_basic', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1810, '3394', 50, 'bling_fridge_restricted', 10, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1811, '3395', 542, 'ads_percyrock', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1812, '3396', 50, 'bling_shwr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1813, '3397', 452, 'val_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1814, '3398', 590, 'rare_trex', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1815, '3399', 30, 'rare_ironmaiden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1816, '3400', 590, 'crystal_patch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1817, '3401', 590, 'beanstalk', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1818, '3402', 590, 'rare_mmmth', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1819, '3403', 590, 'rare_vdoll', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1820, '3404', 401, 'garden_mursu', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1821, '3405', 401, 'garden_jyrki', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1822, '3406', 401, 'garden_seed', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1823, '3407', 401, 'garden_lupin3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1824, '3408', 401, 'garden_mursu3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1825, '3409', 401, 'garden_flo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1826, '3410', 683, 'prizetrophy_thumb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1827, '3411', 401, 'garden_lupin5', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1828, '3412', 401, 'garden_mursu2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1829, '3413', 401, 'garden_orchtree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1830, '3414', 401, 'garden_mursu4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1831, '3415', 401, 'garden_flolamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1832, '3416', 401, 'garden_lupin2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1833, '3417', 401, 'garden_staringbush', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1834, '3418', 401, 'garden_flo1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1835, '3419', 401, 'garden_lupin4', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1836, '3420', 401, 'garden_flytrap', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1837, '3421', 401, 'garden_lupin1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1838, '3422', 401, 'garden_jungle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1839, '3423', 534, 'ads_grefusa_yum', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1840, '3424', 401, 'garden_volcano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1841, '3425', 401, 'garden_leaves', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1842, '3426', 401, 'garden_flo3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1843, '3427', 53, 'runway_bigchr_2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1844, '3428', 352, 'hc2_vase', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1845, '3429', 53, 'runway_chair_2', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1846, '3430', 352, 'hc2_cart', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1847, '3431', 352, 'hc3_divider', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1848, '3432', 53, 'runway_head', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1849, '3433', 53, 'runway_block_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1850, '3434', 352, 'hc2_sofatbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1851, '3435', 53, 'runway_bigchr_4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1852, '3436', 352, 'hc2_armchair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1853, '3437', 53, 'runway_manqn_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1854, '3438', 352, 'hc3_shelf', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1855, '3439', 352, 'hc2_barchair', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1856, '3440', 352, 'hc2_carpet', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1857, '3441', 352, 'hc3_sofa', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1858, '3442', 53, 'runway_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1859, '3443', 53, 'runway_block_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1860, '3444', 53, 'runway_table_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1861, '3445', 352, 'hc3_bard', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1862, '3446', 352, 'hc2_biglamp', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1863, '3447', 352, 'hc3_hugelamp', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1864, '3448', 352, 'hc3_stool', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1865, '3449', 352, 'hc2_divider', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1866, '3450', 352, 'hc2_coffee', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1867, '3451', 53, 'runway_chair_1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1868, '3452', 352, 'hc2_sofa', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1869, '3453', 553, 'ads_cheetos', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1870, '3454', 53, 'runway_bigchr_3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1871, '3455', 492, 'merger_chest', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1872, '3456', 53, 'runway_dvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1873, '3457', 53, 'runway_display', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1874, '3458', 352, 'hc2_frplc', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1875, '3459', 352, 'hc2_dvn', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1876, '3460', 53, 'runway_table_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1877, '3461', 352, 'hc3_dc', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1878, '3462', 53, 'runway_bigchr_1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1879, '3463', 53, 'runway_bigchr_5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1880, '3464', 53, 'runway_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1881, '3465', 352, 'hc3_light', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1882, '3466', 352, 'hc3_table', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1883, '3467', 53, 'runway_manqn_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1884, '3468', 492, 'cmp_fish_s', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1885, '3469', 492, 'cmp_fish_bk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1886, '3470', 352, 'hc3_stereo', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1887, '3471', 492, 'cmp_nobox_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1888, '3472', 492, 'cmp_fish_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1889, '3473', 492, 'cmp_nobox_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1890, '3474', 492, 'cmp_fish_gr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1891, '3475', 492, 'cmp_fish_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1892, '3476', 492, 'cmp_nobox', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1893, '3477', 492, 'cmp_fish_r', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1894, '3478', 492, 'cmp_sub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1895, '3479', 352, 'hc3_vase', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (1896, '3480', 33, 'party_crate2_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1897, '3481', 33, 'party_crate1_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1898, '3482', 249, 'wed_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1899, '3483', 249, 'wed_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1900, '3484', 33, 'party_djset', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1901, '3485', 33, 'party_crate1_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1902, '3486', 546, 'ads_chocapic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1903, '3487', 33, 'party_crate1_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1904, '3488', 249, 'wed_icesculp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1905, '3489', 33, 'party_crate1_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1906, '3490', 33, 'party_crate2_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1907, '3491', 33, 'party_crate2_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1908, '3492', 33, 'party_crate2_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1909, '3493', 249, 'wed_carsofa', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1910, '3494', 523, 'fball_bench', 1, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1911, '3495', 523, 'fball_fnc3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1912, '3496', 523, 'fball_score_b', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1913, '3497', 523, 'fball_ball3', 15, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1914, '3498', 523, 'fball_ptch5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1915, '3499', 523, 'fball_light', 6, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1916, '3500', 523, 'fball_audbench', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1917, '3501', 523, 'fball_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1918, '3502', 523, 'fball_ptch8', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1919, '3503', 523, 'fball_crnr', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1920, '3504', 523, 'fball_ptch4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1921, '3505', 465, 'fball_trophy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1922, '3506', 523, 'fball_score_y', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1923, '3507', 523, 'fball_cote', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1924, '3508', 523, 'fball_ball', 5, 200, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1925, '3509', 523, 'fball_ptch7', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1926, '3510', 523, 'fball_ball2', 15, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1927, '3511', 523, 'fball_ptch2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1928, '3512', 523, 'fball_score_g', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1929, '3513', 523, 'fball_ptch3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1930, '3514', 523, 'fball_goal_r', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1931, '3515', 523, 'fball_goal_b', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1932, '3516', 523, 'fball_gate', 15, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1933, '3517', 523, 'fball_ptch6', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1934, '3518', 465, 'fball_ball5', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1935, '3519', 523, 'fball_goal_g', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1936, '3520', 523, 'fball_ptch0', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1937, '3521', 523, 'fball_ball4', 15, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1938, '3522', 523, 'fball_score_r', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1939, '3523', 523, 'fball_goal_y', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1940, '3524', 523, 'fball_ptch1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1941, '3525', 523, 'fball_counter', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1942, '3526', 54, 'prison_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1943, '3527', 403, 'bw_boat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1944, '3528', 54, 'prison_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1945, '3529', 403, 'bw_lgchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1946, '3530', 403, 'bw_water_1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1947, '3531', 54, 'prison_tower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1948, '3532', 54, 'prison_dvdr2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1949, '3533', 403, 'bw_sofa', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1950, '3534', 54, 'prison_dvdr1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1951, '3535', 537, 'ads_capri_chair', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1952, '3536', 537, 'ads_capri_lava', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1953, '3537', 54, 'prison_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1954, '3538', 403, 'bw_fin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1955, '3539', 403, 'bw_ccnuts', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1956, '3540', 403, 'bw_shower', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1957, '3541', 403, 'bw_water_2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1958, '3542', 403, 'bw_croc', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1959, '3543', 403, 'bw_sboard', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1960, '3544', 403, 'bw_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1961, '3545', 403, 'bw_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1962, '3546', 537, 'ads_capri_tree', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1963, '3547', 403, 'bw_bball', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1964, '3548', 403, 'bw_mttrss', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1965, '3549', 403, 'bw_van', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1966, '3550', 403, 'bw_tele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1967, '3551', 403, 'bw_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1968, '3552', 403, 'bw_fnc', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1969, '3553', 537, 'ads_capri_arcade', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1970, '3554', 351, 'ads_pepsi0', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1971, '3555', 403, 'bw_boat_p', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1972, '3556', 403, 'bw_pool_a3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1973, '3557', 403, 'bw_fnc_g', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1974, '3558', 403, 'bw_mttrss_g', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1975, '3559', 403, 'bw_mttrss_p', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1976, '3560', 403, 'bw_pool_b1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1977, '3561', 403, 'bw_sofa_p', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1978, '3562', 403, 'bw_sboard_g', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1979, '3563', 403, 'bw_fnc_crnr_g', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1980, '3564', 403, 'bw_pool_a2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1981, '3565', 403, 'bw_pool_b2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1982, '3566', 403, 'bw_table_g', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1983, '3567', 403, 'bw_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1984, '3568', 403, 'bw_boat_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1985, '3569', 403, 'bw_fnc_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1986, '3570', 403, 'bw_van_p', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1987, '3571', 403, 'bw_sboard_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1988, '3572', 403, 'bw_chair_g', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1989, '3573', 403, 'bw_pool_b3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1990, '3574', 403, 'bw_van_g', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1991, '3575', 403, 'bw_sofa_g', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1992, '3576', 403, 'bw_fnc_crnr_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1993, '3577', 403, 'bw_pool_a1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1994, '3578', 403, 'bw_table_p', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1995, '3579', 68, 'african_fence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1996, '3580', 59, 'ktchn10_pot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1997, '3581', 59, 'ktchn10_stove', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1998, '3582', 66, 'easel_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (1999, '3583', 52, 'petfood15', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2000, '3584', 68, 'african_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2001, '3585', 553, 'ads_cheetos_hotdog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2002, '3586', 444, 'hosptl_cab1', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2003, '3587', 115, 'nest_lion2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2004, '3588', 444, 'hosptl_curtain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2005, '3589', 59, 'ktchn10_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2006, '3590', 444, 'hosptl_bed', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2007, '3591', 444, 'hosptl_bbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2008, '3592', 59, 'ktchn10_tea', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2009, '3593', 553, 'ads_cheetos_bath', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2010, '3594', 66, 'easel_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2011, '3595', 408, 'tiki_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2012, '3596', 66, 'easel_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2013, '3597', 115, 'nest_rhino', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2014, '3598', 346, 'ads_oc_soda_cherry', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2015, '3599', 52, 'petfood14', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2016, '3600', 66, 'easel_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2017, '3601', 115, 'nest_lion', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2018, '3602', 68, 'african_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2019, '3603', 66, 'easel_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2020, '3604', 444, 'hosptl_skele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2021, '3605', 68, 'african_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2022, '3606', 444, 'hosptl_defibs', 4, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2023, '3607', 68, 'african_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2024, '3608', 444, 'hosptl_cab2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2025, '3609', 68, 'african_bones', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2026, '3610', 444, 'hosptl_light', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2027, '3611', 444, 'hosptl_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2028, '3612', 59, 'ktchn10_sink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2029, '3613', 562, 'ads_disney_tv', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2030, '3614', 45, 'bb_crnr', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2031, '3615', 45, 'bb_score_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2032, '3616', 45, 'bb_robo', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2033, '3617', 45, 'bb_dragon', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2034, '3618', 45, 'bb_ducklight', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2035, '3619', 45, 'bb_caterhead', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2036, '3620', 45, 'bb_cargobox', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2037, '3621', 45, 'bb_gate_g', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2038, '3622', 45, 'bb_crchair3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2039, '3623', 45, 'bb_score_g', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2040, '3624', 45, 'bb_crchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2041, '3625', 45, 'bb_crchair2', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2042, '3626', 45, 'bb_score_y', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2043, '3627', 45, 'bb_knj1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2044, '3628', 45, 'bb_gate_r', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2045, '3629', 45, 'bb_tddhnd', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2046, '3630', 45, 'bb_lightdiv', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2047, '3631', 45, 'bb_tddhead', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2048, '3632', 45, 'bb_pyramid', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2049, '3633', 45, 'bb_patch1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2050, '3634', 45, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2051, '3635', 45, 'bb_gate_y', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2052, '3636', 391, 'hween10_zombie', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2053, '3637', 45, 'bb_apparatus', 8, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2054, '3638', 45, 'bb_caterbody', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2055, '3639', 45, 'bb_knj2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2056, '3640', 45, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2057, '3641', 45, 'bb_puck', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2058, '3642', 45, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2059, '3643', 45, 'bb_gate_b', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2060, '3644', 45, 'bb_score_r', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2061, '3645', 45, 'bb_counter', 3, 250, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2062, '3646', 391, 'hween10_tarot', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2063, '3647', 391, 'hween10_voodoo1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2064, '3648', 391, 'hween10_tree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2065, '3649', 391, 'hween10_swamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2066, '3650', 391, 'hween10_pond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2067, '3651', 391, 'hween10_jar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2068, '3652', 391, 'hween10_fog', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2069, '3653', 391, 'hween10_voodoo2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2070, '3654', 391, 'hween10_skullpost', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2071, '3655', 391, 'hween10_voodoo3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2072, '3656', 391, 'hween10_logs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2073, '3657', 391, 'hween10_ffly', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2074, '3658', 391, 'hween10_chicken', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2075, '3659', 391, 'hween10_tele', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2076, '3660', 391, 'hween10_throne', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2077, '3661', 391, 'hween10_portch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2078, '3662', 391, 'hween10_bat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2079, '3663', 64, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2080, '3664', 211, 'wf_wire2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2081, '3665', 65, 'wf_cnd_time_more_than', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2082, '3666', 211, 'wf_colortile', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2083, '3667', 211, 'wf_floor_switch2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2084, '3668', 63, 'wf_trg_state_changed', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2085, '3669', 64, 'wf_xtra_random', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2086, '3670', 64, 'wf_xtra_unseen', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2087, '3671', 63, 'wf_trg_periodically', 6, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2088, '3672', 211, 'wf_pyramid', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2089, '3673', 63, 'wf_trg_score_achieved', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2090, '3674', 64, 'Product_wf_promo10', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2091, '3675', 63, 'wf_trg_says_something', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2092, '3676', 211, 'wf_colorwheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2093, '3677', 211, 'wf_wire4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2094, '3678', 63, 'wf_trg_walks_off_furni', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2095, '3679', 63, 'wf_trg_game_starts', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2096, '3680', 63, 'wf_trg_game_ends', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2097, '3681', 64, 'wf_act_show_message', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2098, '3682', 65, 'wf_cnd_time_less_than', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2099, '3683', 63, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2100, '3684', 346, 'ads_hh_safe', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2101, '3685', 64, 'Product_wf_promo5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2102, '3686', 211, 'wf_firegate', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2103, '3687', 211, 'wf_ringplate', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2104, '3688', 211, 'wf_pressureplate', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2105, '3689', 211, 'wf_glowball', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2106, '3690', 361, 'bb_lightstrip', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2107, '3691', 64, 'wf_act_reset_timers', 6, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2108, '3692', 65, 'wf_cnd_furnis_hv_avtrs', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2109, '3693', 211, 'wf_arrowplate', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2110, '3694', 65, 'wf_cnd_trggrer_on_frn', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2111, '3695', 65, 'wf_cnd_match_snapshot', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2112, '3696', 211, 'wf_wire1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2113, '3697', 64, 'wf_act_give_score', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2114, '3698', 211, 'wf_wire3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2115, '3699', 211, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2116, '3700', 64, 'wf_act_match_to_sshot', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2117, '3701', 211, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2118, '3702', 63, '', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2119, '3703', 63, 'wf_trg_walks_on_furni', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2120, '3704', 304, 'exe_copier', 4, 0, 0, 1, 0, 0, 9, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2121, '3705', 304, 'exe_wrkdesk', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2122, '3706', 304, 'exe_glassdvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2123, '3707', 304, 'exe_seccam', 4, 0, 0, 1, 0, 0, 15, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2124, '3708', 504, 'qt_penguin_icehockey', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2125, '3709', 724, 'duck_vip', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2126, '3710', 239, 'duck_hc', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2127, '3711', 504, 'qt_penguin_ballet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2128, '3712', 477, 'es_bench', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2129, '3713', 477, 'es_icestar', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2130, '3714', 477, 'es_fnc_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2131, '3715', 478, 'qt_xm10_monkey_lamp', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2132, '3716', 477, 'es_sidewalk', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2133, '3717', 477, 'es_statue', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2134, '3718', 478, 'qt_xm10_iceclubsofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2135, '3719', 724, 'qt_xm10_xmduck', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2136, '3720', 478, 'qt_xm10_palm_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2137, '3721', 477, 'es_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2138, '3722', 478, 'qt_xm10_trex', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2139, '3723', 477, 'es_epictree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2140, '3724', 478, 'qt_xm10_elephant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2141, '3725', 477, 'es_wpost', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2142, '3726', 478, 'qt_xm10_gnome', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2143, '3727', 676, 'qt_xm10_iceduck', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2144, '3728', 478, 'qt_xm10_icetiger', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2145, '3729', 477, 'es_fnc_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2146, '3730', 478, 'Jifin tuoli', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2147, '3731', 477, 'es_icestar_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2148, '3732', 478, 'qt_xm10_icelupin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2149, '3733', 737, 'prizetrophy_nrj_2011', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2150, '3734', 478, 'qt_xm10_iceteddy', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2151, '3735', 477, 'es_lmppst', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2152, '3736', 415, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2153, '3737', 368, 'qt_xm10_icepillar', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2154, '3738', 477, 'es_roaster', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2155, '3739', 415, 'es_puck', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2156, '3740', 729, 'es_santa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2157, '3741', 415, 'es_tagging', 3, 250, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2158, '3742', 478, 'qt_xm10_nest', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2159, '3743', 478, 'qt_xm10_icesilotable', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2160, '3744', 52, 'petfood16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2161, '3745', 477, 'es_icestar_r', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2162, '3746', 368, 'qt_xm10_icedragon', 0, 3600, 5, 1, 0, 1, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2163, '3747', 478, 'qt_xm10_stone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2164, '3748', 478, 'qt_xm10_ice_fish', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2165, '3749', 477, 'es_icestar_y', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2166, '3750', 478, 'qt_xm10_bench', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2167, '3751', 477, 'xmas10_surprise', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2168, '3752', 477, 'xmas10_fireplace', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2169, '3753', 38, 'es_geysir', 0, 150, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2170, '3754', 669, 'xmas10_present', 7, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2171, '3755', 368, 'qt_xm10_iceelephant', 0, 3600, 5, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2172, '3756', 38, 'es_score_b', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2173, '3757', 38, 'es_tile', 1, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2174, '3758', 38, 'es_box', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2175, '3759', 38, 'es_exit', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2176, '3760', 38, 'es_gate_r', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2177, '3761', 38, 'es_gate_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2178, '3762', 38, 'es_gate_b', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2179, '3763', 38, 'es_gate_y', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2180, '3764', 38, 'es_counter', 3, 250, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2181, '3765', 38, 'es_score_r', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2182, '3766', 38, 'es_score_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2183, '3767', 38, 'es_score_y', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2184, '3768', 469, 'year2011_waver_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2185, '3769', 737, 'prizetrophy_2011_w', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2186, '3770', 477, 'prizetrophy_2011_r', 0, 1, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2187, '3771', 477, 'prizetrophy_2011_y', 0, 1, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2188, '3772', 469, 's', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2189, '3773', 477, 'prizetrophy_2011_b', 0, 1, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2190, '3774', 469, 'fireworks_03', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2191, '3775', 477, 'prizetrophy_2011_p', 0, 1, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2192, '3776', 469, 'fireworks_02', 4, 0, 0, 1, 0, 0, 2, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2193, '3777', 469, 'year2011_waver_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2194, '3778', 477, 'prizetrophy_2011_g', 0, 1, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2195, '3779', 469, 'fireworks_05', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2196, '3780', 469, 'year2011_waver_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2197, '3781', 469, 'year2011_waver_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2198, '3782', 469, 'fireworks_07', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2199, '3783', 469, 'fireworks_06', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2200, '3784', 469, 'fireworks_04', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2201, '3785', 50, 'bling11_statue2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2202, '3786', 50, 'bling11_slot', 4, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2203, '3787', 50, 'bling11_towels', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2204, '3788', 50, 'bling11_rug1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2205, '3789', 50, 'bling11_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2206, '3790', 50, 'bling11_sofa', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2207, '3791', 50, 'bling11_statue1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2208, '3792', 460, 'val11_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2209, '3793', 50, 'bling11_dvd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2210, '3794', 50, 'bling11_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2211, '3795', 50, 'bling11_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2212, '3796', 302, 'china_rabbit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2213, '3797', 50, 'bling11_rug2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2214, '3798', 50, 'bling11_dvn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2215, '3799', 50, 'bling11_seat2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2216, '3800', 50, 'bling11_seat1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2217, '3801', 50, 'bling11_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2218, '3802', 50, 'bling11_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2219, '3803', 635, 'qt_val11_holoduck', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2220, '3804', 460, 'val11_playa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2221, '3805', 459, 'qt_val11_discoball', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2222, '3806', 460, 'val11_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2223, '3807', 459, 'qt_val11_nest', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2224, '3808', 115, 'nest_terrarium', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2225, '3809', 459, 'qt_val11_duckformer', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2226, '3810', 459, 'qt_val11_jellychair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2227, '3811', 459, 'qt_val11_jellyheart', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2228, '3812', 460, 'val11_rail', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2229, '3813', 635, 'qt_val11_holoheart', 0, 3600, 5, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2230, '3814', 346, 'ads_leaf_teleport', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2231, '3815', 543, 'ads_sunnyvend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2232, '3816', 52, 'petfood18', 1, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2233, '3817', 52, 'petfood17', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2234, '3819', 280, 'limo_w_mid', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2235, '3820', 280, 'limo_w_mid2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2236, '3821', 52, 'petfood19', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2237, '3822', 280, 'limo_w_back', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2238, '3823', 280, 'limo_w_front', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2239, '3824', 30, 'gothic_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2240, '3825', 30, 'gothic_candles', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2241, '3826', 30, 'gothic_desk', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2242, '3827', 534, 'ads_grefu_trophy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2243, '3828', 30, 'gothic_bowl', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2244, '3830', 115, 'nest_frog', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2245, '3831', 115, 'pond', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2246, '3832', 635, 'val11_present', 7, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2247, '3833', 225, 'prizetrophy_cine', 6, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2248, '3834', 280, 'cine_vipsign', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2249, '3835', 50, 'limo_b_mid3', 10, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2250, '3836', 50, 'limo_b_mid2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2251, '3837', 50, 'limo_b_front', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2252, '3838', 50, 'limo_b_mid', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2253, '3839', 225, 'cine_star', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2254, '3840', 50, 'limo_b_back', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2255, '3841', 280, 'cine_curtain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2256, '3842', 280, 'cine_screen', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2257, '3843', 280, 'theatre_seat_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2258, '3844', 280, 'cine_tile', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2259, '3845', 280, 'cine_bench_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2260, '3846', 280, 'theatre_seat_b', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2261, '3847', 280, 'cine_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2262, '3848', 280, 'cine_popcorn', 10, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2263, '3849', 280, 'cine_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2264, '3850', 280, 'cine_bench_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2265, '3851', 280, 'cine_ticket_booth', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2266, '3852', 280, 'cine_projector', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2267, '3853', 211, 'wf_box', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2268, '3854', 211, 'wf_maze', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2269, '3855', 549, 'ads_rangocactus', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2270, '3856', 280, 'cine_glass', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2271, '3857', 65, 'wf_cnd_has_furni_on', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2272, '3858', 56, 'cubie_lamp_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2273, '3859', 56, 'cubie_chair_b', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2274, '3860', 56, 'cubie_rug_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2275, '3861', 56, 'cubie_bigtable_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2276, '3862', 56, 'cubie_beanbag_p', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2277, '3863', 56, 'cubie_lamp_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2278, '3864', 56, 'cubie_sofaseat_p', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2279, '3865', 56, 'cubie_shelf_0_b', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2280, '3866', 56, 'cubie_shelf_4_p', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2281, '3867', 56, 'cubie_shelf_2_p', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2282, '3868', 56, 'cubie_bed_p', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2283, '3869', 56, 'cubie_stool_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2284, '3870', 56, 'cubie_rug_p', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2285, '3871', 56, 'cubie_bed_b', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2286, '3872', 56, 'cubie_shelf_3_b', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2287, '3873', 56, 'cubie_shelf_3_p', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2288, '3874', 56, 'cubie_shelf_1_p', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2289, '3875', 56, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2290, '3876', 56, 'cubie_bigtable_p', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2291, '3877', 56, 'cubie_beanbag_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2292, '3878', 56, 'cubie_stool_p', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2293, '3879', 56, 'cubie_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2294, '3880', 56, 'cubie_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2295, '3881', 56, 'cubie_sofaseat_b', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2296, '3882', 56, 'cubie_shelf_4_b', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2297, '3883', 56, 'cubie_shelf_2_b', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2298, '3884', 56, 'cubie_shelf_0_p', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2299, '3885', 683, 'newbie_present', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2300, '3886', 22, 'tv_flat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2301, '3887', 57, 'waasa_table2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2302, '3888', 22, 'computer_flatscreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2303, '3889', 57, 'waasa_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2304, '3890', 57, 'waasa_ship2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2305, '3891', 57, 'waasa_ship1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2306, '3892', 57, 'waasa_bunk_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2307, '3893', 22, 'computer_laptop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2308, '3894', 22, 'computer_old', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2309, '3895', 57, 'waasa_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2310, '3896', 57, 'waasa_desk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2311, '3897', 632, 'newbie_nest', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2312, '3898', 57, 'waasa_rug5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2313, '3899', 57, 'waasa_rug1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2314, '3900', 57, 'waasa_rug3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2315, '3901', 57, 'waasa_aquarium', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2316, '3902', 57, 'waasa_rug4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2317, '3903', 57, 'waasa_chair_wood', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2318, '3904', 57, 'waasa_rug2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2319, '3905', 253, 'jukebox_big', 9, 10, 5, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2320, '3906', 115, 'milkbowl', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2321, '3907', 115, 'petfood21', 0, 5, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2322, '3908', 386, 'easter11_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2323, '3909', 386, 'easter11_grasspatch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2324, '3910', 562, 'ads_wowpball', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2325, '3911', 52, 'pet_food_corn', 1, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2326, '3912', 115, 'pet_toy_trampoline', 2, 0, 0, 1, 0, 0, 43, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2327, '3913', 115, 'nest_chick', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2328, '3914', 386, 'easter11_tag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2329, '3915', 379, 'easter11_tuip_g', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2330, '3916', 379, 'easter11_tuip_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2331, '3917', 379, 'easter11_mushroom4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2332, '3918', 379, 'easter11_mushroom1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2333, '3919', 555, 'kuurna_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2334, '3920', 379, 'easter11_mushroom3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2335, '3921', 379, 'easter11_mushroom2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2336, '3922', 555, 'kuurna_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2337, '3923', 555, 'kuurna_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2338, '3924', 555, 'kuurna_mat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2339, '3925', 555, 'kuurna_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2340, '3926', 555, 'kuurna_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2341, '3927', 382, 'ads_suun', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2342, '3928', 555, 'kuurna_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2343, '3929', 379, 'easter11_tuip_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2344, '3930', 69, 'anna_divider_1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2345, '3931', 69, 'anna_divider_2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2346, '3932', 69, 'anna_divider_3', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2347, '3933', 69, 'anna_divider_4', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2348, '3934', 69, 'anna_divider_5', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2349, '3935', 69, 'anna_div_gate_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2350, '3936', 69, 'anna_div_gate_2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2351, '3937', 69, 'anna_div_gate_3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2352, '3938', 69, 'anna_div_gate_4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2353, '3939', 69, 'anna_div_gate_5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2354, '3940', 69, 'anna_chair_1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2355, '3941', 69, 'anna_chair_2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2356, '3942', 69, 'anna_chair_3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2357, '3943', 69, 'anna_chair_4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2358, '3944', 69, 'anna_chair_5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2359, '3945', 69, 'anna_stool_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2360, '3946', 69, 'anna_stool_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2361, '3947', 69, 'anna_stool_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2362, '3948', 69, 'anna_stool_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2363, '3949', 69, 'anna_stool_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2364, '3950', 69, 'anna_table_1', 5, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2365, '3951', 69, 'anna_table_2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2366, '3952', 69, 'anna_table_3', 5, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2367, '3953', 69, 'anna_table_4', 5, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2368, '3954', 69, 'anna_table_5', 5, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2369, '3955', 69, 'anna_rug_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2370, '3956', 69, 'anna_rug_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2371, '3957', 69, 'anna_rug_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2372, '3958', 69, 'anna_rug_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2373, '3959', 69, 'anna_rug_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2374, '3960', 69, 'anna_sofa_1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2375, '3961', 69, 'anna_sofa_2', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2376, '3962', 69, 'anna_sofa_3', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2377, '3963', 69, 'anna_sofa_4', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2378, '3964', 69, 'anna_sofa_5', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2379, '3965', 69, 'anna_pill_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2380, '3966', 69, 'anna_pill_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2381, '3967', 69, 'anna_pill_3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2382, '3968', 69, 'anna_pill_4', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2383, '3969', 69, 'anna_pill_5', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2384, '3970', 69, 'anna_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2385, '3971', 69, 'anna_lamp_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2386, '3972', 69, 'anna_lamp_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2387, '3973', 69, 'anna_lamp_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2388, '3974', 69, 'anna_lamp_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2389, '3975', 69, 'anna_div_crnr_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2390, '3976', 69, 'anna_div_crnr_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2391, '3977', 69, 'anna_div_crnr_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2392, '3978', 69, 'anna_div_crnr_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2393, '3979', 69, 'anna_div_crnr_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2394, '3980', 282, 'picnic_blanket_yel', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2395, '3981', 282, 'picnic_pillow_yel', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2396, '3982', 282, 'picnic_food1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2397, '3983', 22, 'note_tag', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2398, '3984', 282, 'picnic_wfall', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2399, '3985', 282, 'picnic_blanket_blu', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2400, '3986', 282, 'picnic_food3', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2401, '3987', 282, 'picnic_blanket', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2402, '3988', 282, 'picnic_pillow_blu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2403, '3989', 282, 'picnic_food2', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2404, '3990', 282, 'picnic_tele', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2405, '3991', 282, 'picnic_basket', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2406, '3992', 282, 'picnic_pillow', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2407, '3993', 282, 'picnic_chair', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2408, '3994', 282, 'picnic_3brds', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2409, '3995', 52, 'petfood23', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2410, '3996', 40, 'ads_background', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2411, '3997', 451, 'ads_kelloggs_statue', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2412, '3998', 480, 'race_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2413, '3999', 185, 'ads_kfp2statue', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2414, '4000', 52, 'petfood22', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2415, '4001', 115, 'nest_dragon', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2416, '4002', 115, 'ashtree', 2, 0, 0, 1, 0, 0, 45, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2417, '4003', 115, 'grail_water', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2418, '4004', 115, 'grail_nectar', 2, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2419, '4005', 104, 'dng_cube', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2420, '4006', 104, 'dng_ground', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2421, '4007', 104, 'dng_pillar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2422, '4008', 104, 'dng_treasure2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2423, '4009', 104, 'dng_floor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2424, '4010', 104, 'dng_stairs', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2425, '4011', 104, 'dng_treasure', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2426, '4012', 702, 'dng_throne', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2427, '4013', 104, 'dng_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2428, '4014', 52, 'petfood_19', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2429, '4015', 463, 'mm_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2430, '4016', 463, 'mm_lemon_drink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2431, '4017', 431, 'qt_sum11_shell1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2432, '4018', 431, 'qt_sum11_ictrolley', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2433, '4019', 431, 'qt_sum11_petfood', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2434, '4020', 431, 'qt_sum11_shell4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2435, '4021', 431, 'qt_sum11_shell3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2436, '4022', 431, 'qt_sum11_platfrm', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2437, '4023', 431, 'qt_sum11_shell2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2438, '4024', 431, 'qt_sum11_shell5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2439, '4025', 431, 'qt_sum11_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2440, '4026', 463, 'mm_tub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2441, '4027', 225, 'prizetrophy_skate_g', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2442, '4028', 225, 'prizetrophy_skate_s', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2443, '4029', 225, 'prizetrophy_skate_b', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2444, '4030', 272, 'sb_rail', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2445, '4031', 272, 'sb_ramp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2446, '4032', 272, 'sb_block', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2447, '4033', 272, 'sb_cans', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2448, '4034', 272, 'sb_tile', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2449, '4035', 115, 'nest_turtle', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2450, '4036', 40, 'ads_mpu_720', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2451, '4037', 52, 'petfood24', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2452, '4039', 404, 'coco_stool_c2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2453, '4040', 404, 'coco_divan_c4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2454, '4041', 404, 'coco_throne_c3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2455, '4042', 404, 'coco_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2456, '4043', 404, 'coco_throne__c2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2457, '4044', 404, 'coco_stool_c4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2458, '4045', 404, 'coco_patch', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2459, '4046', 404, 'coco_divan_c2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2460, '4047', 404, 'coco_sofatable_c3', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2461, '4048', 404, 'coco_stool_c3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2462, '4049', 404, 'coco_sofatable_c4', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2463, '4050', 404, 'coco_sofa_c3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2464, '4051', 404, 'coco_table', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2465, '4052', 404, 'coco_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2466, '4053', 404, 'coco_chair_c2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2467, '4054', 404, 'coco_stick', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2468, '4055', 404, 'coco_throne', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2469, '4056', 404, 'coco_table2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2470, '4057', 404, 'coco_sofa_c2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2471, '4058', 404, 'coco_chair_c4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2472, '4059', 404, 'coco_chair_c3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2473, '4060', 404, 'coco_divan', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2474, '4061', 404, 'coco_divan_c3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2475, '4062', 404, 'coco_sofatable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2476, '4063', 404, 'coco_sofa_c4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2477, '4064', 404, 'coco_sofatable_c2', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2478, '4065', 404, 'coco_throne_c4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2479, '4066', 404, 'coco_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2480, '4067', 235, 'lm_crystal_skull', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2481, '4068', 235, 'lm_bananadrink', 18, 20, 5, 1, 0, 0, 4, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2482, '4069', 40, 'ads_mpu_300', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2483, '4070', 52, 'petfood25', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2484, '4071', 215, 'hole', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2485, '4073', 235, 'lm_jackbox', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2486, '4074', 554, 'ads_durex_vend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2487, '4075', 554, 'ads_durex_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2488, '4076', 235, 'lm_pond', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2489, '4077', 115, 'nest_with_statue', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2490, '4078', 115, 'nest_monkey', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2491, '4079', 530, 'ads_mtv_floor', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2492, '4080', 55, 'studio_monitor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2493, '4081', 55, 'studio_stool', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2494, '4082', 55, 'studio_fencecr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2495, '4083', 55, 'studio_guitar', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2496, '4084', 55, 'studio_amp2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2497, '4085', 55, 'studio_fence', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2498, '4086', 55, 'studio_amp1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2499, '4087', 55, 'studio_floorlight', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2500, '4088', 55, 'studio_mixingdesk', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2501, '4089', 55, 'studio_camera', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2502, '4090', 55, 'studio_tv', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2503, '4091', 55, 'studio_lights3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2504, '4092', 55, 'studio_lights2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2505, '4093', 55, 'studio_drums', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2506, '4094', 55, 'studio_lights1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2507, '4095', 55, 'studio_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2508, '4096', 46, 'sound_set_73', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2509, '4097', 46, 'sound_set_74', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2510, '4098', 46, 'sound_set_76', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2511, '4099', 46, 'sound_set_75', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2512, '4100', 407, 'summer_blaster', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2513, '4101', 407, 's12_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2514, '4102', 235, 'lm_bigrock', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2515, '4103', 235, 'lm_palm1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2516, '4104', 235, 'lm_totem', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2517, '4105', 429, 'hole2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2518, '4106', 235, 'lm_palm2', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2519, '4107', 590, 'qt_sum11_dragon', 0, 3600, 5, 1, 0, 1, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2520, '4108', 165, 'usva3_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2521, '4109', 167, 'isokakka', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2522, '4110', 166, 'kakka', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2523, '4111', 165, 'usva3_shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2524, '4112', 168, 'usva_rug', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2525, '4113', 164, 'usva2_table', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2526, '4114', 168, 'usva_shelf2', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2527, '4115', 166, 'usva4_sofa', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2528, '4116', 168, 'usva_table', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2529, '4117', 167, 'usva5_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2530, '4118', 168, 'usva_lamble', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2531, '4119', 164, 'usva2_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2532, '4120', 164, 'usva2_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2533, '4121', 168, 'usva_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2534, '4122', 164, 'usva2_shelf2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2535, '4123', 168, 'usva_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2536, '4124', 167, 'usva5_lamble', 4, 0, 0, 1, 0, 0, 55, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2537, '4125', 164, 'usva2_lamp', 4, 0, 0, 1, 0, 0, 56, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2538, '4126', 166, 'usva4_chair', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2539, '4127', 165, 'usva3_shelf2', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2540, '4128', 165, 'usva3_table', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2541, '4129', 164, 'usva2_rug', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2542, '4130', 166, 'usva4_table', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2543, '4131', 167, 'usva5_lamp', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2544, '4132', 165, 'usva3_chair', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2545, '4133', 165, 'usva3_lamble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2546, '4134', 168, 'usva_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2547, '4135', 168, 'usva_shelf', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2548, '4136', 166, 'usva4_lamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2549, '4137', 164, 'usva2_lamble', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2550, '4138', 165, 'usva3_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2551, '4139', 166, 'usva4_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2552, '4140', 164, 'usva2_shelf', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2553, '4141', 165, 'usva3_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2554, '4142', 167, 'usva5_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2555, '4143', 167, 'usva5_chair', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2556, '4144', 429, 'uservoice_soapbox', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2557, '4145', 467, 'school_platform', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2558, '4146', 467, 'school_locker_b', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2559, '4147', 467, 'school_locker_r_nosale', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2560, '4148', 467, 'school_toilet_stall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2561, '4149', 467, 'school_stuff_06', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2562, '4150', 467, 'school_locker_r', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2563, '4151', 467, 'school_bus', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2564, '4152', 467, 'school_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2565, '4153', 467, 'school_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2566, '4154', 467, 'school_console', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2567, '4155', 467, 'school_stuff_01', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2568, '4156', 467, 'school_stuff_05', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2569, '4157', 467, 'school_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2570, '4158', 467, 'school_locker_b_nosale', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2571, '4159', 467, 'school_stuff_02', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2572, '4160', 467, 'school_stuff_04', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2573, '4161', 467, 'school_stuff_03', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2574, '4162', 467, 'school_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2575, '4163', 52, 'petfood26', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2576, '4164', 106, 'boutique_floor1a', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2577, '4165', 106, 'boutique_table1', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2578, '4166', 106, 'boutique_clothingpile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2579, '4167', 106, 'boutique_changing1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2580, '4168', 106, 'boutique_changing3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2581, '4169', 106, 'boutique_sofa2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2582, '4170', 106, 'boutique_mannequin1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2583, '4171', 106, 'boutique_sofa1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2584, '4172', 106, 'boutique_table2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2585, '4173', 106, 'boutique_cashreg', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2586, '4174', 106, 'boutique_changing2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2587, '4175', 106, 'boutique_plant1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2588, '4176', 106, 'boutique_plant2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2589, '4177', 106, 'boutique_counter', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2590, '4178', 106, 'boutique_floor2b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2591, '4179', 106, 'boutique_floor1b', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2592, '4180', 106, 'boutique_floor2a', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2593, '4181', 115, 'waterbowl_basic_1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2594, '4182', 115, 'waterbowl_basic_2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2595, '4183', 115, 'waterbowl_basic_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2596, '4184', 115, 'waterbowl_basic_4', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2597, '4185', 115, 'waterbowl_basic_5', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2598, '4186', 106, 'boutique_hcsign', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2599, '4187', 106, 'boutique_vipsign', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2600, '4188', 181, 'bubble_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2601, '4189', 176, 'pura_roundpad8', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2602, '4190', 181, 'pura_block_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2603, '4191', 177, 'pura_roundpad9', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2604, '4192', 170, 'eleblock2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2605, '4193', 172, 'eleblock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2606, '4194', 174, 'pura_roundpad6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2607, '4195', 175, 'eleblock7', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2608, '4196', 171, 'pura_roundpad3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2609, '4197', 172, 'pura_roundpad4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2610, '4198', 173, 'eleblock5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2611, '4199', 171, 'eleblock3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2612, '4200', 179, 'eleblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2613, '4201', 179, 'pura_roundpad1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2614, '4202', 170, 'pura_roundpad2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2615, '4203', 176, 'eleblock8', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2616, '4204', 173, 'pura_roundpad5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2617, '4205', 177, 'eleblock9', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2618, '4206', 175, 'pura_roundpad7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2619, '4207', 174, 'eleblock6', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2620, '4208', 243, 'horse_dye_08', 1, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2621, '4209', 245, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2622, '4210', 243, 'horse_dye_11', 1, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2623, '4211', 243, 'horse_hairdye_06', 1, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2624, '4212', 243, 'horse_dye_02', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2625, '4213', 245, 'horse_stable_gate', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2626, '4214', 243, 'horse_hairdye_09', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2627, '4215', 243, 'horse_hairdye_07', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2628, '4216', 243, 'horse_dye_12', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2629, '4217', 243, 'horse_dye_03', 1, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2630, '4218', 243, 'horse_dye_05', 1, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2631, '4219', 243, 'horse_hairdye_11', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2632, '4220', 243, 'horse_hairdye_12', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2633, '4221', 242, 'horse_saddle1', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2634, '4222', 245, 'horse_stable_fence_w', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2635, '4223', 115, 'horse_stable_gate_w', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2636, '4224', 243, 'horse_dye_04', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2637, '4225', 243, 'horse_hairdye_10', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2638, '4226', 243, 'horse_hairdye_01', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2639, '4227', 243, 'horse_hairdye_02', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2640, '4228', 243, 'horse_dye_13', 1, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2641, '4229', 115, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2642, '4230', 243, 'horse_hairdye_05', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2643, '4231', 243, 'horse_hairdye_04', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2644, '4232', 243, 'horse_hairdye_00', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2645, '4233', 245, 'horse_stable_fence', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2646, '4234', 243, 'horse_dye_09', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2647, '4235', 243, 'horse_dye_10', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2648, '4236', 115, 'horse_stbl_fnc_corn_w', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2649, '4237', 243, 'horse_dye_06', 1, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2650, '4238', 243, 'horse_hairdye_03', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2651, '4239', 115, 'horse_hay', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2652, '4240', 115, 'horse_stbl_fnc_corner', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2653, '4241', 243, 'horse_dye_07', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2654, '4242', 243, 'horse_dye_14', 1, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2655, '4243', 243, 'horse_hairdye_08', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2656, '4244', 243, 'horse_dye_01', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2657, '4245', 243, 'horse_dye_00', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2658, '4246', 245, 'horse_poop', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2659, '4247', 115, 'horse_trough', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2660, '4248', 108, 'gld_carpet', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2661, '4249', 108, 'gld_badgewall_tall', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2662, '4250', 108, 'gld_stool2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2663, '4251', 108, 'gld_stool1', 0, 25, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2664, '4252', 108, 'gld_wall_tall', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2665, '4253', 108, 'gld_pennant', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2666, '4254', 108, 'gld_sofa1', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2667, '4255', 550, 'ads_frank_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2668, '4256', 244, 'horse_hairstyle_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2669, '4257', 244, 'horse_hairstyle_5', 5, 200, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2670, '4258', 243, 'horse_dye_15', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2671, '4259', 244, 'horse_hairstyle_1', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2672, '4260', 244, 'horse_hairstyle_0', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2673, '4261', 244, 'horse_hairstyle_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2674, '4262', 243, 'horse_dye_16', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2675, '4263', 244, 'horse_hairstyle_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2676, '4264', 225, 'prizetrophy_hween11', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2677, '4265', 392, 'hween11_disflo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2678, '4266', 392, 'hween11_punch', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2679, '4267', 392, 'hween11_dish2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2680, '4268', 392, 'hween11_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2681, '4269', 392, 'hween11_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2682, '4270', 392, 'hween11_dish3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2683, '4271', 392, 'hween11_dish4', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2684, '4272', 392, 'hween11_disflo', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2685, '4273', 392, 'hween11_dish1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2686, '4274', 235, 'lm_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2687, '4275', 245, 'horse_poop_luxus', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2688, '4276', 40, 'ads_mpu_160', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2689, '4277', 346, 'ads_liisu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2690, '4278', 392, 'hween11_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2691, '4279', 20, 'plant_rose_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2692, '4280', 346, 'ads_pib', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2693, '4281', 65, 'wf_cnd_actor_in_group', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2694, '4282', 479, 'xmas11_sofatable', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2695, '4283', 479, 'xmas11_comfy_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2696, '4284', 479, 'xmas2011_aurora1', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2697, '4285', 479, 'xmas11_stonedivider', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2698, '4286', 479, 'xmas11_yetifeet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2699, '4287', 729, 'xmas2011_tree2', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2700, '4288', 479, 'xmas11_woodfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2701, '4289', 479, 'xmas11_footstool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2702, '4290', 479, 'xmas11_flag', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2703, '4291', 729, 'xmas2011_tree1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2704, '4292', 479, 'xmas11_firewood', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2705, '4293', 729, 'xmas11_stool', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2706, '4294', 479, 'xmas11_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2707, '4295', 479, 'xmas2011_snowlog', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2708, '4296', 479, 'xmas11_stonefloor', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2709, '4297', 479, 'xmas11_comfy_bench', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2710, '4298', 479, 'xmas2011_icefall', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2711, '4299', 479, 'xmas11_throne', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2712, '4300', 479, 'xmas11_petfood', 0, 5, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2713, '4301', 479, 'xmas2011_aurora2', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2714, '4302', 479, 'xmas11_nghtstnd', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2715, '4303', 479, 'xmas11_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2716, '4304', 729, 'xmas2011_rock1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2717, '4305', 479, 'xmas2011_balrail', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2718, '4306', 479, 'xmas2011_tree4', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2719, '4307', 479, 'xmas2011_rock2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2720, '4308', 479, 'xmas2011_tree3', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2721, '4309', 479, 'xmas11_elewood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2722, '4310', 244, 'horse_hairstyle_6', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2723, '4313', 479, 'xmas_giftbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2724, '4314', 473, 'joulutahti_notrd', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2725, '4315', 729, 'xmas11_comfy_chair_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2726, '4316', 479, 'xmas11_stool_2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2727, '4317', 479, 'xmas11_stool_4', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2728, '4318', 479, 'xmas11_stool_3', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2729, '4319', 479, 'xmas11_footstool_4', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2730, '4320', 479, 'xmas11_comfy_chair_2', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2731, '4321', 479, 'xmas11_chair_2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2732, '4322', 478, 'xmas11_btlr', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2733, '4323', 479, 'xmas11_comfy_bench_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2734, '4324', 479, 'xmas11_comfy_chair_4', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2735, '4325', 479, 'xmas11_comfy_bench_4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2736, '4326', 479, 'xmas11_chair_4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2737, '4327', 479, 'xmas11_comfy_bench_3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2738, '4328', 479, 'xmas11_chair_3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2739, '4329', 479, 'xmas11_footstool_2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2740, '4330', 729, 'xmas11_footstool_3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2741, '4331', 683, 'books_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2742, '4332', 467, 'homework', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2743, '4333', 480, 'gift_mdlcar0', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2744, '4334', 480, 'gift_manlystatue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2745, '4335', 480, 'gift_joystick', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2746, '4336', 480, 'gift_thing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2747, '4337', 467, 'pstack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2748, '4338', 467, 'pwad', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2749, '4339', 480, 'gift_incense', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2750, '4340', 480, 'pencils', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2751, '4341', 480, 'pframe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2752, '4342', 480, 'toaster', 10, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2753, '4343', 480, 'gift_pbank', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2754, '4344', 480, 'console', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2755, '4345', 480, 'gift_vase', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2756, '4346', 480, 'gift_mypod', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2757, '4347', 467, 'trapkeep', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2758, '4348', 480, 'gift_coal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2759, '4349', 480, 'gift_handbag0', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2760, '4350', 480, 'gift_jewel0', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2761, '4351', 509, 'books_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2762, '4352', 632, 'bed_silo_two_notrd', 4, 0, 0, 1, 0, 0, 61, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2763, '4353', 414, 'snst_ballpile', 4, 0, 0, 1, 0, 0, 62, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2764, '4354', 414, 'starting_position', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2765, '4355', 414, 'snst_tree1_d', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2766, '4356', 414, 'snst_fence', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2767, '4357', 414, 'snst_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2768, '4358', 414, 'snst_iceblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2769, '4359', 414, 'hole1x1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2770, '4360', 414, 'snst_block1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2771, '4361', 414, 'snst_fireplace', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2772, '4362', 414, 's_snowball_machine', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2773, '4363', 350, 'ads_honeymonster', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2774, '4364', 532, 'ads_m6_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2775, '4365', 724, 'duck_vipwhite', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2776, '4366', 414, 'snst_fireplace_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2777, '4368', 479, 'xmas11_balloon2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2778, '4369', 479, 'xmas11_luxfloor2', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2779, '4370', 479, 'xmas11_balloon1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2780, '4371', 470, 'fireworks_09', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2781, '4372', 479, 'xmas11_luxtable', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2782, '4373', 470, 'fireworks_08', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2783, '4374', 479, 'xmas11_luxsofa1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2784, '4375', 479, 'xmas11_luxfloor1', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2785, '4376', 479, 'xmas11_balloon', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2786, '4377', 479, 'xmas11_balloon3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2787, '4378', 479, 'xmas11_luxchair1', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2788, '4379', 479, 'xmas11_luxdish2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2789, '4380', 470, 'fireworks_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2790, '4381', 479, 'xmas11_luxsofa2', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2791, '4382', 479, 'xmas11_luxdish3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2792, '4383', 479, 'xmas11_luxchair3', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2793, '4384', 470, 'fireworks_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2794, '4385', 479, 'xmas11_luxsofa3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2795, '4386', 479, 'xmas11_luxchair2', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2796, '4387', 470, 'fireworks_11', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2797, '4388', 479, 'xmas11_luxdish1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2798, '4389', 108, 'gld_gate', 7, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2799, '4390', 412, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2800, '4391', 412, 'snowb_jump', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2801, '4392', 412, 'snowb_light1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2802, '4393', 412, 'snowb_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2803, '4394', 412, 'snowb_snowpuff', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2804, '4395', 412, 'snowb_rail', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2805, '4402', 421, 'sfx_lazer', 1, 150, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2806, '4403', 421, 'sfx_onetwo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2807, '4404', 421, 'Ääniefekti-paketti', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2808, '4405', 421, 'sfx_whistle', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2809, '4406', 421, 'sfx_bells', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2810, '4407', 421, 'sfx_glass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2811, '4408', 737, 'prizetrophy_niko2', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2812, '4409', 737, 'prizetrophy_niko1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2813, '4410', 468, 'china_lantern', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2814, '4411', 468, 'fireworks_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2815, '4412', 590, 'rare_fountain_niko', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2816, '4413', 468, 'teleport_dragon', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2817, '4414', 590, 'sfx_rare_lazer', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2818, '4415', 590, 'sfx_rare_duck', 4, 0, 0, 1, 0, 0, 67, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2819, '4416', 447, 'val12_kbooth', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2820, '4417', 447, 'val12_flower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2821, '4418', 446, 'val12_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2822, '4419', 447, 'val12_vines', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2823, '4420', 447, 'val12_shocker', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2824, '4421', 446, 'val12_hopper1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2825, '4422', 446, 'val12_pillar2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2826, '4423', 447, 'val12_xray', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2827, '4424', 446, 'val12_marble2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2828, '4425', 447, 'val12_elevine', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2829, '4426', 446, 'val12_marble1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2830, '4427', 447, 'val12_hopper2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2831, '4428', 635, 'edice_val12_therm', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2832, '4429', 447, 'val12_therm_nfs', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2833, '4430', 447, 'val12_sofa', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2834, '4431', 447, 'val12_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2835, '4432', 446, 'val12_pillar1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2836, '4433', 446, 'val12_table', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2837, '4434', 545, 'ads_antena3_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2838, '4435', 215, 'hole3', 0, 100, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (2839, '4436', 115, 'water_bowl1_1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2840, '4437', 115, 'water_bowl1_2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2841, '4438', 115, 'water_bowl1_3', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2842, '4439', 115, 'water_bowl1_4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2843, '4440', 115, 'water_bowl1_5', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2844, '4441', 683, 'nest_with_egg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2845, '4442', 429, 'present_firework', 4, 0, 0, 1, 0, 0, 68, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2846, '4443', 446, 'val12_hopper_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2847, '4444', 523, 'cine_platform', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2848, '4445', 22, 'magazines', 4, 0, 0, 1, 0, 0, 69, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2849, '4446', 22, 'desk_junk', 5, 0, 0, 1, 0, 0, 70, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2850, '4447', 22, 'coffee_cup', 4, 0, 0, 1, 0, 0, 71, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2851, '4448', 22, 'bowl', 4, 0, 0, 1, 0, 0, 72, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2852, '4449', 480, 'bookpile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2853, '4450', 242, 'horse_saddle2', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2854, '4451', 245, 'horse_fin_flag', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2855, '4452', 245, 'horse_track_fence_cor', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2856, '4453', 245, 'obstacle_oxer', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2857, '4454', 245, 'horse_track1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2858, '4455', 245, 'horse_track_fence', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2859, '4456', 429, 'elmeri', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2860, '4457', 52, 'petfood20', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2861, '4458', 282, 'elegrass1', 4, 0, 0, 1, 0, 0, 73, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2862, '4459', 120, 'elerock1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2863, '4460', 455, 'bling_sofa_mu', 3, 0, 0, 1, 0, 0, 74, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2864, '4461', 245, 'obstacle_bush', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2865, '4462', 245, 'obstacle_fring', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2866, '4463', 245, 'horse_fin_poster', 0, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2867, '4464', 52, 'petfood27', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2868, '4465', 244, 'horse_hairstyle_7', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2869, '4466', 245, 'horse_track_gate', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2870, '4467', 245, 'horse_fin_poster2', 0, 150, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2871, '4468', 245, 'horse_fin_flag2', 0, 75, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2872, '4469', 245, 'horse_fin_poster3', 0, 300, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2873, '4470', 245, 'horse_hopper', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2874, '4471', 245, 'obstacle_water3', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2875, '4472', 245, 'obstacle_water', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2876, '4473', 245, 'obstacle_oxer3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2877, '4474', 245, 'obstacle_oxer2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2878, '4475', 245, 'horse_fin_flag3', 0, 150, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2879, '4476', 245, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2880, '4477', 243, 'horse_hairdye_04_horsesho', 1, 0, 0, 1, 0, 0, 75, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2881, '4478', 346, 'ads_ag_crate', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2882, '4479', 244, 'horse_hairstyle_4_hs', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2883, '4480', 115, 'petfood7_horseshoe', 2, 0, 0, 1, 0, 0, 76, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2884, '4481', 738, 'bolly_cherry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2885, '4482', 31, 'jp_ceiling_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2886, '4483', 31, 'jp_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2887, '4484', 738, 'exe_drinks_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2888, '4485', 738, 'cine_curtain_red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2889, '4486', 738, 'sf_pod_dark', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2890, '4487', 738, 'dark_merdragon', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2891, '4488', 35, 'a4 romantique_divider', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2892, '4489', 738, 'black_dino_egg', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2893, '4490', 307, 'CF_500_platinum_bar', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2894, '4491', 41, 'theatre_stage', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2895, '4492', 41, 'theatre_mask', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2896, '4493', 41, 'theatre_carpet', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2897, '4494', 41, 'theatre_lights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2898, '4495', 41, 'theatre_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2899, '4496', 41, 'theatre_stool', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2900, '4497', 41, 'theatre_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2901, '4498', 41, 'theatre_switch', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2902, '4499', 41, 'theatre_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2903, '4500', 41, 'theatre_curtain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2904, '4501', 41, 'theatre_floor', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2905, '4502', 41, 'theatre_plant', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2906, '4503', 41, 'theatre_edge', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2907, '4504', 41, 'theatre_spotlight', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2908, '4505', 255, 'wf_act_give_reward', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2909, '4506', 52, 'petfood28', 1, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2910, '4507', 115, 'toy2', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2911, '4508', 115, 'nest_bunny', 2, 0, 0, 1, 0, 0, 78, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2912, '4509', 115, 'nest_bunny_green', 2, 0, 0, 1, 0, 0, 79, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2913, '4510', 115, 'nest_bunny_blue', 2, 0, 0, 1, 0, 0, 80, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2914, '4511', 369, 'lido_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2915, '4512', 369, 'lidowall3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2916, '4513', 369, 'lido_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2917, '4514', 369, 'lidowall1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2918, '4515', 369, 'lidofence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2919, '4516', 369, 'lido_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2920, '4517', 369, 'lido_kiosk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2921, '4518', 369, 'lido_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2922, '4519', 369, 'lidotree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2923, '4520', 369, 'lidodoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2924, '4521', 369, 'lidotile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2925, '4522', 369, 'lido_kiosk_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2926, '4523', 369, 'lidostairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2927, '4524', 369, 'lidostage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2928, '4525', 369, 'lidowall2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2929, '4526', 371, 'wl_wall2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2930, '4527', 371, 'wl_table2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2931, '4528', 371, 'wl_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2932, '4529', 371, 'wl_wall1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2933, '4530', 371, 'wl_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2934, '4531', 371, 'wl_rdesk', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2935, '4532', 371, 'wl_shelf', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2936, '4533', 371, 'wl_chair', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2937, '4534', 371, 'wl_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2938, '4535', 370, 'pcnc_tilegrass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2939, '4536', 370, 'pcnc_dvdrtile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2940, '4537', 370, 'pcnc_wtable', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2941, '4538', 370, 'pcnc_shrub', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2942, '4539', 370, 'pcnc_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2943, '4540', 370, 'pcnc_tiledirt', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2944, '4541', 370, 'pcnc_gazebohack', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2945, '4542', 370, 'pcnc_wall1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2946, '4543', 370, 'pcnc_carp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2947, '4544', 370, 'pcnc_door', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2948, '4545', 370, 'pcnc_wood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2949, '4546', 370, 'pcnc_redbench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2950, '4547', 370, 'pcnc_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2951, '4548', 370, 'pcnc_swing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2952, '4549', 370, 'pcnc_bbq', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2953, '4550', 370, 'pcnc_tilestone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2954, '4551', 370, 'pcnc_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2955, '4552', 370, 'pcnc_carrot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2956, '4553', 370, 'pcnc_gazebo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2957, '4554', 370, 'pcnc_wbench', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2958, '4555', 738, 'nest_bunny_evil', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2959, '4556', 115, 'nest_bunny_dep', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2960, '4557', 115, 'nest_bunny_love', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2961, '4558', 566, 'ads_dfrisss', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (2962, '4559', 512, 'table_plasto_round_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2963, '4560', 513, 'chair_plasty2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2964, '4561', 513, 'table_plasto2_sq', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2965, '4562', 515, 'chair_plasto3', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2966, '4563', 515, 'table_plasto3_4leg', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2967, '4564', 515, 'chair_plasty3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2968, '4565', 512, 'table_plasto_sq_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2969, '4566', 512, 'chair_plasty_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2970, '4567', 515, 'table_plasto3_bigsq', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2971, '4568', 515, 'table_plasto3_sq', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2972, '4569', 512, 'table_plasto_bigsq_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2973, '4570', 513, 'table_plasto2_bigsq', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2974, '4571', 513, 'table_plasto2_4leg', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2975, '4572', 513, 'table_plasto2_round', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2976, '4573', 512, 'table_plasto_4leg_lm1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2977, '4574', 513, 'chair_plasto2', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2978, '4575', 512, 'chair_plasto_lm1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2979, '4576', 515, 'table_plasto3_round', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2980, '4577', 66, 'easel_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2981, '4578', 248, 'mnstr_revival', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2982, '4579', 411, 'gh_div_wall', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2983, '4580', 411, 'watering_can', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2984, '4581', 411, 'gh_div_cor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2985, '4582', 247, 'mnstr_seed', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2986, '4583', 411, 'gardening_box', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2987, '4584', 411, 'stone_platform', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2988, '4585', 411, 'stone_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2989, '4586', 514, 'chair_plasty4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2990, '4587', 514, 'table_plasto4_4leg', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2991, '4588', 514, 'table_plasto4_sq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2992, '4589', 514, 'table_plasto4_bigsq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2993, '4590', 514, 'chair_plasto4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2994, '4591', 514, 'table_plasto4_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2995, '4592', 248, 'mnstr_rebreed', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2996, '4593', 248, 'mnstr_fert', 3, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2997, '4594', 738, 'dragonlamp_shinobi', 0, 3600, 5, 1, 0, 1, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2998, '4595', 31, 'jp_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (2999, '4596', 31, 'jp_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3000, '4597', 736, 'prizetrophy_breed_g', 0, 75, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3001, '4598', 736, 'prizetrophy_breed_s', 0, 75, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3002, '4599', 736, 'prizetrophy_breed_b', 0, 75, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3003, '4600', 736, 'prizetrophy_nurture_g', 0, 75, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3004, '4601', 736, 'prizetrophy_nurture_s', 0, 75, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3005, '4602', 736, 'prizetrophy_nurture_b', 0, 75, 0, 1, 0, 0, 45, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3006, '4603', 411, 'stone_flowerbed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3007, '4604', 247, 'mnstr_seed_rare', 155, 50, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3008, '4605', 551, 'ads_mad3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3009, '4606', 738, 'mnstr_waterfall', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3010, '4607', 248, 'mnstr_rebreed_2', 30, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3011, '4608', 248, 'mnstr_rebreed_3', 80, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3012, '4609', 738, 'garden_caterpillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3013, '4610', 552, 'ads_cp_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3014, '4611', 474, 'ads_ontour', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3015, '4612', 307, 'CF_75_ruby_small', 75, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3016, '4613', 307, 'CF_200_ruby', 200, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3017, '4614', 737, 'prizetrophy_habboway', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3018, '4615', 271, 'patch_cloud', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3019, '4616', 401, 'garden_bfly', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3020, '4617', 188, 'kuurna_red_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3021, '4618', 188, 'kuurna_red_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3022, '4619', 188, 'kuurna_red_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3023, '4620', 188, 'kuurna_red_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3024, '4621', 188, 'kuurna_red_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3025, '4622', 188, 'kuurna_red_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3026, '4623', 188, 'pixel_memorial', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3027, '4624', 737, 'trophy_torch', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3028, '4625', 701, 'js_exe_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3029, '4626', 701, 'js_exe_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3030, '4627', 701, 'js_exe_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3031, '4628', 701, 'js_exe_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3032, '4629', 701, 'js_exe_corner', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3033, '4630', 701, 'js_exe_rug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3034, '4631', 701, 'js_exe_chair2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3035, '4632', 701, 'js_exe_s_table', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3036, '4633', 120, 'anc_pharaoh_tele', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3037, '4634', 120, 'anc_artifact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3038, '4635', 120, 'anc_trophy_obsidian', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3039, '4636', 120, 'anc_pyramid_block', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3040, '4637', 120, 'anc_trophy_marble', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3041, '4638', 120, 'anc_trophy_sstone', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3042, '4639', 120, 'anc_hot_sands', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3043, '4640', 738, 'sp_statue', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3044, '4641', 737, 'prizetrophy_frank', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3045, '4642', 120, 'anc_ele_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3046, '4643', 120, 'shallow', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3047, '4644', 120, 'anc_ele_grass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3048, '4645', 120, 'anc_sun', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3049, '4646', 120, 'pink_flamingo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3050, '4647', 120, 'anc_bones', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3051, '4648', 120, 'anc_artifact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3052, '4649', 120, 'anc_jngl_patch', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3053, '4650', 120, 'anc_talltree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3054, '4651', 120, 'anc_waterfall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3055, '4652', 120, 'anc_mossyrock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3056, '4653', 120, 'anc_comfy_tree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3057, '4654', 120, 'gate_of_eternity', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3058, '4655', 120, 'anc_artifact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3059, '4656', 697, 'track12_circle', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3060, '4657', 697, 'track12_hurdle', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3061, '4658', 697, 'track12_ele_podium2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3062, '4659', 695, 'track12_tea_mother', 10, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3063, '4660', 697, 'track12_hammer', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3064, '4661', 697, 'track12_mini_torch', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3065, '4662', 697, 'track12_ele_podium1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3066, '4663', 695, 'track12_ujack_sofa', 3, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3067, '4664', 697, 'track12_weight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3068, '4665', 225, 'prizetrophy_track12_g', 15, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3069, '4666', 225, 'prizetrophy_track12_s', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3070, '4667', 225, 'prizetrophy_track12_b', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3071, '4668', 738, 'track12_javstatue', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3072, '4669', 738, 'track12_hcauldron', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3073, '4670', 686, 'lon_block2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3074, '4671', 686, 'lon_base', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3075, '4672', 686, 'lon_window', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3076, '4673', 697, 'lon_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3077, '4674', 686, 'lon_roof', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3078, '4675', 686, 'lon_block1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3079, '4676', 429, 'hof_parameter_test', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3080, '4677', 6, 'matic_walkway_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3081, '4678', 6, 'matic_tree_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3082, '4679', 6, 'matic_walkway_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3083, '4680', 6, 'matic_cont_duck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3084, '4681', 6, 'matic_tree_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3085, '4682', 6, 'matic_tree_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3086, '4683', 6, 'matic_cont_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3087, '4684', 6, 'matic_cont_alien', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3088, '4685', 6, 'matic_tree_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3089, '4686', 6, 'matic_probe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3090, '4687', 6, 'matic_walkway_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3091, '4688', 6, 'matic_tree_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3092, '4689', 6, 'matic_walkway_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3093, '4690', 6, 'matic_walkway_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3094, '4691', 560, 'ads_spiderman_trophy', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3095, '4692', 261, 'matic_box', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3096, '4693', 6, 'matic_wirerig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3097, '4694', 6, 'matic_dispenser', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3098, '4695', 36, 'matic_mech', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3099, '4696', 551, 'ads_mad3_edit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3100, '4697', 223, 'roombg_color', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3101, '4698', 271, 'roombg_mountains1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3102, '4699', 223, 'roombg_cloud_dark', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3103, '4700', 223, 'roombg_cloud', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3104, '4701', 590, 'cloud_egg', 0, 3600, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3105, '4702', 738, 'cloud_throne', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3106, '4703', 279, 'jetset_yacht_front', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3107, '4704', 279, 'js_jetski', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3108, '4705', 279, 'vip_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3109, '4706', 279, 'jetset_yacht_mid_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3110, '4707', 279, 'jetset_landhigh', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3111, '4708', 279, 'jetset_landlow', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3112, '4709', 279, 'jetset_yacht_back', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3113, '4710', 279, 'jetset_yacht_mid_2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3114, '4711', 279, 'jetset_vipscreen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3115, '4712', 279, 'jetset_yacht_mid_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3116, '4713', 279, 'js_jetski2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3117, '4714', 279, 'jetset_tent', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3118, '4715', 279, 'jetset_stonejetty', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3119, '4716', 279, 'vip_hopper', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3120, '4717', 737, 'prizetrophy_room_1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3121, '4718', 279, 'js_bouncer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3122, '4719', 279, 'jetset_vault_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3123, '4720', 279, 'jetset_vault_crnr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3124, '4721', 279, 'jetset_moneypatch', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3125, '4722', 279, 'jetset_vault_door', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3126, '4723', 590, 'diamond_dragon', 0, 3600, 5, 1, 0, 2, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3127, '4724', 590, 'diamond_throne', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3128, '4725', 279, 'roombg_jetset', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3129, '4726', 279, 'jetset_vipscreencr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3130, '4727', 738, 'jetset_tub', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3131, '4728', 279, 'js_coins', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3132, '4729', 393, 'hween12_cart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3133, '4730', 393, 'hween12_entry', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3134, '4731', 393, 'hween12_track', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3135, '4732', 393, 'hween12_orb', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3136, '4733', 393, 'hween12_scarecrow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3137, '4734', 393, 'roombg_hween12', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3138, '4735', 393, 'hween12_costume_hopper', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3139, '4736', 393, 'hween12_track_crl', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3140, '4737', 393, 'hween12_shedskin', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3141, '4738', 676, 'hween12_guillotine', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3142, '4739', 393, 'hween12_track_crr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3143, '4740', 393, 'hween12_moon', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3144, '4741', 393, 'hween12_coffin', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3145, '4742', 393, 'hween12_lantern', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3146, '4743', 393, 'hween12_mirror', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3147, '4744', 393, 'cannon', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3148, '4745', 724, 'hween12_duck', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3149, '4746', 393, 'hween12_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3150, '4747', 393, 'hween12_wall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3151, '4748', 393, 'costume_gate', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3152, '4749', 393, 'hween12_fortune', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3153, '4750', 393, 'hween12_cage', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3154, '4751', 393, 'hween12_grabby', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3155, '4752', 393, 'hween12_wolf', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3156, '4753', 393, 'hween12_strengthtest', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3157, '4754', 74, 'hs_stage_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3158, '4755', 74, 'hs_smoke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3159, '4756', 74, 'hs_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3160, '4757', 74, 'hs_circstage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3161, '4758', 74, 'hs_stage_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3162, '4759', 74, 'hs_stage_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3163, '4760', 74, 'hs_prop', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3164, '4761', 74, 'hs_dnctile_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3165, '4762', 74, 'hs_lightstrip_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3166, '4763', 74, 'hs_stage_long_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3167, '4764', 74, 'hs_carpet_blk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3168, '4765', 74, 'hs_stage_long_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3169, '4766', 74, 'hs_stairs_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3170, '4767', 74, 'hs_stage_long_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3171, '4768', 74, 'hs_bpass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3172, '4769', 74, 'hs_stairs_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3173, '4770', 74, 'hs_stairs_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3174, '4771', 74, 'hs_lightstrip_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3175, '4772', 74, 'hs_marswalk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3176, '4773', 74, 'hs_balcony', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3177, '4774', 74, 'hs_box', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3178, '4775', 74, 'hs_chair', 2, 0, 0, 1, 0, 0, 84, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3179, '4776', 421, 'sfx_xylo', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3180, '4777', 421, 'sfx_dubstep3_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3181, '4778', 421, 'sfx_dubstep3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3182, '4779', 421, 'sfx_xylo_high', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3183, '4780', 421, 'sfx_bigfinish_jamesbrown', 4, 0, 0, 1, 0, 0, 85, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3184, '4781', 421, 'sfx_funkhorn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3185, '4782', 421, 'sfx_dubstep1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3186, '4783', 421, 'sfx_xylo2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3187, '4784', 421, 'sfx_dubstep2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3188, '4785', 421, 'sfx_highhatintro', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3189, '4786', 421, 'sfx_jamesbrown_hey', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3190, '4787', 421, 'sfx_drumloop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3191, '4788', 421, 'sfx_pad3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3192, '4789', 421, 'sfx_xylopattern', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3193, '4790', 421, 'sfx_pad1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3194, '4791', 421, 'sfx_pad2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3195, '4792', 46, 'sound_set_77', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3196, '4793', 46, 'sound_set_78', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3197, '4794', 590, 'dia_uplink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3198, '4795', 590, 'dia_podium', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3199, '4796', 278, 'pet_breeding_bear', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (3200, '4797', 683, 'mystery_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3201, '4798', 421, 'sfx_strange_echoes_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3202, '4799', 421, 'sfx_bass1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3203, '4800', 421, 'sfx_sqrpad_dbldotted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3204, '4801', 421, 'sfx_bass_dbl', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3205, '4802', 421, 'sfx_strange_echoes_1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3206, '4803', 421, 'sfx_strange_echoes_3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3207, '4804', 481, 'xmas12_floortile', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3208, '4805', 481, 'xmas12_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3209, '4806', 481, 'xmas12_pork', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3210, '4807', 481, 'xmas12_nutcracker', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3211, '4808', 481, 'xmas12_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3212, '4809', 738, 'xmas12_santathrone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3213, '4810', 481, 'xmas12_npole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3214, '4811', 481, 'xmas12_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3215, '4812', 481, 'xmas12_fireplace', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3216, '4813', 481, 'xmas12_pillar2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3217, '4814', 481, 'xmas12_barrel', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3218, '4815', 481, 'xmas12_pillar1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3219, '4816', 481, 'xmas12_pillar3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3220, '4817', 481, 'xmas12_snack', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3221, '4818', 481, 'xmas12_floortile2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3222, '4819', 481, 'xmas12_cfloor', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3223, '4820', 738, 'xmas12_worktable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3224, '4821', 481, 'xmas12_cfloorbig', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3225, '4822', 481, 'roombg_aurora', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3226, '4823', 115, 'pet_toy_ball', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3227, '4824', 115, 'pet_waterbottle', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3228, '4825', 278, 'pet_breeding_terrier', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (3229, '4826', 115, 'pet_blanket_pink', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3230, '4827', 115, 'pet_basket_blue', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3231, '4828', 115, 'pet_basket_pink', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3232, '4829', 115, 'pet_blanket_blue', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3233, '4830', 411, 'mnstr_compost', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3234, '4831', 471, 'ny2013_res', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3235, '4832', 471, 'ny2013_extrares', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3236, '4833', 590, 'holo_dragon', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3237, '4834', 64, 'wf_act_call_stacks', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3238, '4835', 471, 'fireworks_15', 4, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3239, '4836', 67, 'ny2013_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3240, '4837', 481, 'reef_aquarium', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3241, '4838', 67, 'ny2013_calendar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3242, '4839', 67, 'ny2013_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3243, '4840', 471, 'fireworks_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3244, '4841', 67, 'ny2013_aftermath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3245, '4842', 67, 'ny2013_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3246, '4843', 67, 'ny2013_clock', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3247, '4844', 676, 'ny2013_cup', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3248, '4845', 349, 'hc_roundchair', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3249, '4846', 349, 'hc_bigvase', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3250, '4847', 229, 'hc_knight_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3251, '4848', 349, 'hc_roundtable', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3252, '4849', 349, 'hc_cab', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3253, '4850', 349, 'hc_radio', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3254, '4851', 349, 'hc_luggage', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3255, '4852', 739, 'rare_dragonlamp_pink', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3256, '4853', 347, 'pillow_silver', 0, 3600, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3257, '4854', 347, 'pillow_bronze', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3258, '4855', 736, 'prizetrophy_cake_g', 0, 75, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3259, '4856', 736, 'prizetrophy_cake_s', 0, 75, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3260, '4857', 736, 'prizetrophy_cake_b', 0, 75, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3261, '4858', 302, 'china_snake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3262, '4859', 330, 'a11 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3263, '4860', 454, 'val13_build_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3264, '4861', 454, 'val13_gond_post', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3265, '4862', 454, 'val13_gond_mid1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3266, '4863', 454, 'val13_water', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3267, '4864', 454, 'val13_div_2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3268, '4865', 454, 'val13_gond_front', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3269, '4866', 454, 'val13_build_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3270, '4867', 454, 'val13_build_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3271, '4868', 454, 'val13_gond_back', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3272, '4869', 454, 'val13_gond_mid2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3273, '4870', 454, 'val13_div_1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3274, '4871', 24, 'pixel_plantred', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3275, '4872', 24, 'pixel_plantpink', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3276, '4873', 24, 'pixel_light_red', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3277, '4874', 24, 'pixel_plantblue', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3278, '4875', 24, 'pixel_plantgreen', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3279, '4876', 24, 'pixel_light_green', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3280, '4877', 24, 'pixel_light_pink', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3281, '4878', 24, 'pixel_plantblack', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3282, '4879', 24, 'pixel_light_blue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3283, '4880', 24, 'pixel_carpet_red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3284, '4881', 24, 'pixel_carpet_blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3285, '4882', 24, 'pixel_carpet_pink', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3286, '4883', 24, 'pixel_light_black', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3287, '4884', 24, 'pixel_carpet_black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3288, '4885', 240, 'valentines_lovelock', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3289, '4886', 24, 'pixel_bed_blue', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3290, '4887', 24, 'pixel_smalltable_blue', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3291, '4888', 24, 'pixel_smalltable_red', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3292, '4889', 24, 'pixel_smalltable_pink', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3293, '4890', 24, 'pixel_smalltable_black', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3294, '4891', 24, 'pixel_smalltable_green', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3295, '4892', 240, 'valentines_lovelock9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3296, '4893', 24, 'pixel_table_red', 5, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3297, '4894', 24, 'pixel_chair_blue', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3298, '4895', 24, 'pixel_floor_pink', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3299, '4896', 24, 'pixel_floor_brown', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3300, '4897', 24, 'pixel_floor_yellow', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3301, '4898', 24, 'pixel_bed_red', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3302, '4899', 24, 'pixel_chair_green', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3303, '4900', 24, 'pixel_table_black', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3304, '4901', 24, 'pixel_bed_black', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3305, '4902', 24, 'pixel_table_blue', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3306, '4903', 24, 'pixel_floor_green', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3307, '4904', 24, 'pixel_floor_silver', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3308, '4905', 24, 'pixel_table_pink', 5, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3309, '4906', 24, 'pixel_chair_pink', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3310, '4907', 24, 'pixel_table_green', 5, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3311, '4908', 24, 'pixel_bed_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3312, '4909', 24, 'pixel_bed_green', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3313, '4910', 24, 'pixel_chair_red', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3314, '4911', 24, 'pixel_chair_black', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3315, '4912', 24, 'pixel_floor_blue', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3316, '4913', 240, 'valentines_lovelock8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3317, '4914', 240, 'valentines_lovelock7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3318, '4915', 240, 'valentines_lovelock3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3319, '4916', 240, 'valentines_lovelock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3320, '4917', 240, 'valentines_lovelock6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3321, '4918', 240, 'valentines_lovelock5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3322, '4919', 240, 'valentines_lovelock2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3323, '4920', 240, 'valentines_lovelock10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3324, '4921', 450, 'val13_div_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3325, '4922', 450, 'val13_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3326, '4923', 450, 'val13_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3327, '4924', 450, 'val13_pillar', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3328, '4925', 450, 'val13_floor1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3329, '4926', 450, 'val13_gazebo', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3330, '4927', 450, 'val13_div_3_crnr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3331, '4928', 450, 'val13_roses', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3332, '4929', 450, 'val13_table', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3333, '4930', 450, 'val13_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3334, '4931', 450, 'val13_flower', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3335, '4932', 450, 'val13_div_3_crnr2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3336, '4933', 450, 'val13_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3337, '4934', 450, 'val13_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3338, '4935', 450, 'val13_shrub_circ', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3339, '4936', 450, 'val13_shrub_duck', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3340, '4937', 24, 'pixel_carpet_green', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3341, '4938', 24, 'pixel_couch_blue', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3342, '4939', 739, 'val13_easel_4', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3343, '4940', 739, 'val13_easel_3', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3344, '4941', 739, 'val13_easel_1', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3345, '4942', 739, 'val13_easel_2', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3346, '4943', 739, 'val13_easel_5', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3347, '4944', 450, 'val13_statue', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3348, '4945', 307, 'CF_120_sapphire_small', 120, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3349, '4946', 307, 'CF_240_sapphire', 240, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3350, '4947', 64, 'wf_act_kick_user', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3351, '4948', 70, 'steampunk_table_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3352, '4949', 70, 'steampunk_pillar_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3353, '4950', 70, 'steampunk_rack', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3354, '4951', 70, 'steampunk_pillar_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3355, '4952', 70, 'steampunk_chand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3356, '4953', 70, 'steampunk_floor1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3357, '4954', 70, 'steampunk_sofachair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3358, '4955', 70, 'steampunk_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3359, '4956', 70, 'steampunk_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3360, '4957', 70, 'steampunk_table_2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3361, '4958', 70, 'steampunk_gear_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3362, '4959', 70, 'steampunk_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3363, '4960', 70, 'steampunk_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3364, '4961', 70, 'steampunk_computer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3365, '4962', 70, 'steampunk_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3366, '4963', 70, 'steampunk_globe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3367, '4964', 70, 'steampunk_gear_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3368, '4965', 70, 'steampunk_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3369, '4966', 714, 'steampunk_gramophone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3370, '4967', 714, 'steampunk_timemach', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3371, '4968', 714, 'steampunk_zep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3372, '4969', 243, 'horse_hairdye_17', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3373, '4970', 243, 'horse_dye_17', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3374, '4971', 243, 'horse_hairdye_15', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3375, '4972', 243, 'horse_hairdye_14', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3376, '4973', 243, 'horse_hairdye_13', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3377, '4974', 243, 'horse_hairdye_16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3378, '4975', 380, 'easter13_flower_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3379, '4976', 380, 'easter13_flower_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3380, '4977', 380, 'easter13_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3381, '4978', 380, 'easter13_floor_1', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3382, '4979', 380, 'easter13_teleport', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3383, '4980', 380, 'easter13_bulbs', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3384, '4981', 380, 'easter13_stage_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3385, '4982', 380, 'easter13_sshrooms', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3386, '4983', 380, 'easter13_stage_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3387, '4984', 380, 'easter13_flower_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3388, '4985', 52, 'petfood29', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3389, '4986', 667, 'easter13_egg_0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3390, '4987', 667, 'easter13_egg_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3391, '4988', 667, 'easter13_egg_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3392, '4989', 667, 'easter13_egg_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3393, '4990', 322, 'table_silo_med*10', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3394, '4991', 322, 'sofa_silo*10', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3395, '4992', 322, 'safe_silo*10', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3396, '4993', 322, 'iced_c16_sofa', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3397, '4994', 322, 'divider_silo3*10', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3398, '4995', 322, 'chair_silo*10', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3399, '4996', 322, 'barchair_silo*10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3400, '4997', 322, 'divider_silo1*10', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3401, '4998', 322, 'table_silo_small*10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3402, '4999', 380, 'easter13_globe', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3403, '5000', 724, 'easter13_stonefrank', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3404, '5001', 380, 'duck_scuba', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3405, '5002', 380, 'duck_afro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3406, '5003', 380, 'duck_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3407, '5004', 504, 'penguin_frank', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3408, '5005', 504, 'penguin_tribal', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3409, '5006', 724, 'easter13_stonehead', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3410, '5007', 380, 'duck_zombie', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3411, '5008', 504, 'penguin_wip', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3412, '5009', 724, 'easter13_sub', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3413, '5010', 504, 'penguin_skele', 4, 0, 0, 1, 0, 0, 95, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3414, '5011', 739, 'easter13_dinoegg', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3415, '5012', 380, 'easter13_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3416, '5013', 25, 'badge_display2', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3417, '5014', 25, 'badge_display', 2, 10, 0, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3418, '5015', 25, 'badge_display4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3419, '5016', 25, 'badge_display3', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3420, '5017', 25, 'badge_display5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3421, '5018', 699, 'exe_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3422, '5019', 736, 'prizetrophy_hockey_g', 0, 75, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3423, '5020', 736, 'prizetrophy_hockey_s', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3424, '5021', 736, 'prizetrophy_hockey_b', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3425, '5022', 736, 'prizetrophy_football_g', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3426, '5023', 736, 'prizetrophy_football_s', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3427, '5024', 736, 'prizetrophy_football_b', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3428, '5025', 736, 'prizetrophy_freeze_g', 0, 75, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3429, '5026', 736, 'prizetrophy_freeze_s', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3430, '5027', 736, 'prizetrophy_freeze_b', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3431, '5028', 736, 'prizetrophy_bb_g', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3432, '5029', 736, 'prizetrophy_bb_s', 0, 75, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3433, '5030', 736, 'prizetrophy_bb_b', 0, 75, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3434, '5031', 736, 'prizetrophy_snow_g', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3435, '5032', 736, 'prizetrophy_snow_s', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3436, '5033', 736, 'prizetrophy_snow_b', 0, 75, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3437, '5034', 736, 'prizetrophy_roller_g', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3438, '5035', 736, 'prizetrophy_roller_s', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3439, '5036', 736, 'prizetrophy_roller_b', 0, 75, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3440, '5037', 108, 'gld_hangflag2', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3441, '5038', 108, 'gld_tile2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3442, '5039', 108, 'gld_hangflag1', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3443, '5040', 108, 'gld_tile1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3444, '5041', 108, 'gld_table1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3445, '5042', 63, 'wf_trg_period_long', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3446, '5043', 64, 'wf_act_give_score_tm', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3447, '5044', 256, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3448, '5045', 256, 'highscore_classic_daily', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3449, '5046', 256, 'highscore_classic_monthly', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3450, '5047', 256, 'highscore_classic', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3451, '5048', 64, 'wf_act_move_to_dir', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3452, '5049', 64, 'wf_act_leave_team', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3453, '5050', 63, 'wf_trg_collision', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3454, '5051', 256, 'highscore_classic_weekly', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3455, '5052', 256, 'highscore_mostwin_daily', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3456, '5053', 256, 'highscore_mostwin_monthly', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3457, '5054', 256, 'highscore_mostwin', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3458, '5055', 64, 'wf_act_chase', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3459, '5056', 65, 'wf_cnd_actor_in_team', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3460, '5057', 256, 'highscore_mostwin_weekly', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3461, '5058', 256, 'highscore_perteam_alltime', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3462, '5059', 256, 'highscore_perteam_daily', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3463, '5060', 256, 'highscore_perteam_monthly', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3464, '5061', 64, 'wf_act_flee', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3465, '5062', 64, 'wf_act_join_team', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3466, '5063', 739, 'arcade_cab', 4, 0, 0, 1, 0, 0, 96, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3467, '5064', 590, 'bb_tddhead_rc1', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3468, '5065', 590, 'bb_robo_rc1', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3469, '5066', 590, 'bb_apparatus_rc1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3470, '5067', 211, 'wf_blob', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3471, '5068', 211, 'wf_blob2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3472, '5069', 122, 'loyalty_toad', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3473, '5070', 122, 'statue_dragon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3474, '5071', 122, 'statue_griffin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3475, '5072', 122, 'loyalty_mouse', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3476, '5073', 122, 'statue_elk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3477, '5074', 62, 'mystics_gstool', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3478, '5075', 62, 'mystics_bspike2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3479, '5076', 62, 'mystics_bbench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3480, '5077', 62, 'mystics_gblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3481, '5078', 62, 'mystics_bfloor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3482, '5079', 62, 'mystics_bstool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3483, '5080', 62, 'mystics_gbench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3484, '5081', 62, 'mystics_garch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3485, '5082', 62, 'mystics_gblock2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3486, '5083', 62, 'mystics_gfloor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3487, '5084', 62, 'mystics_barch', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3488, '5085', 62, 'mystics_gtile1', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3489, '5086', 62, 'mystics_bbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3490, '5087', 62, 'mystics_btile2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3491, '5088', 62, 'mystics_bspike1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3492, '5089', 62, 'mystics_btile1', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3493, '5090', 62, 'mystics_btable', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3494, '5091', 62, 'mystics_gtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3495, '5092', 62, 'mystics_gbed', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3496, '5093', 62, 'mystics_gtree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3497, '5094', 255, 'wf_cnd_wearing_badge', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3498, '5095', 255, 'wf_cnd_wearing_effect', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3499, '5096', 682, 'mystics_gthrone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3500, '5097', 682, 'mystics_bthrone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3501, '5098', 62, 'mystics_ltstatue', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3502, '5099', 590, 'mystics_crystal_s', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3503, '5100', 590, 'mystics_crystal_m', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3504, '5101', 725, 'mystics_duck', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3505, '5102', 590, 'mystics_crystal_l', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3506, '5103', 215, 'tile_stackmagic', 2, 225, 0, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3507, '5104', 739, 'mystics_rfountain', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3508, '5105', 739, 'mystics_rpillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3509, '5106', 739, 'holo_nelly', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3510, '5107', 40, 'ads_woz_mpu', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3511, '5108', 627, 'mint diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 100, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3512, '5109', 627, 'mint diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 101, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3513, '5110', 627, 'mint diner_sofa_1', 4, 0, 0, 1, 0, 0, 102, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3514, '5111', 627, 'mint diner_bardesk', 5, 0, 0, 1, 0, 0, 103, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3515, '5112', 627, 'mint diner_table_1', 5, 0, 0, 1, 0, 0, 104, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3516, '5113', 627, 'mint diner_gumvendor', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3517, '5114', 627, 'mint diner_sofa_2', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3518, '5115', 627, 'mint diner_table_2', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3519, '5116', 627, 'mint diner_chair', 2, 0, 0, 1, 0, 0, 108, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3520, '5117', 627, 'mint diner_cashreg', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3521, '5118', 122, 'loyalty_dolphin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3522, '5119', 535, 'ads_clearasil_tile1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3523, '5120', 535, 'ads_clearasil_vend', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3524, '5121', 71, 'tent_orange', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3525, '5122', 111, 'hblooza_bbq', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3526, '5123', 71, 'foldabletable_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3527, '5124', 71, 'foldabletable_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3528, '5125', 111, 'hblooza_icecream', 10, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3529, '5126', 111, 'hblooza_stage2_1', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3530, '5127', 111, 'hblooza_stage2_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3531, '5128', 111, 'hblooza_stage2_3', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3532, '5129', 111, 'hblooza_stage2_4', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3533, '5130', 276, 'hblooza_popcorn', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3534, '5131', 111, 'hblooza_dirtfloor', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3535, '5132', 111, 'hblooza_tfnc_1', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3536, '5133', 71, 'tent_beige', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3537, '5134', 267, 'hblooza_spacerent3x4', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3538, '5135', 111, 'hblooza_sfnc_crnr_1', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3539, '5136', 111, 'hblooza_sfnc_crnr_2', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3540, '5137', 111, 'hblooza_sfnc_crnr_3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3541, '5138', 111, 'hblooza_sfnc_crnr_4', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3542, '5139', 111, 'hblooza_stage1_1', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3543, '5140', 111, 'hblooza_stage1_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3544, '5141', 111, 'hblooza_stage1_3', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3545, '5142', 111, 'hblooza_stage1_4', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3546, '5143', 71, 'tent_camo', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3547, '5144', 111, 'hblooza_fnc_crnr', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3548, '5145', 276, 'hblooza_bubblejuice', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3549, '5146', 111, 'hblooza_tfnc_2_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3550, '5147', 111, 'hblooza_tfnc_2_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3551, '5148', 111, 'hblooza_tfnc_2_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3552, '5149', 111, 'hblooza_tfnc_2_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3553, '5150', 111, 'hblooza_pillar1', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3554, '5151', 71, 'bigtent_beige', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3555, '5152', 71, 'foldablechair_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3556, '5153', 111, 'hblooza_candyfloss', 10, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3557, '5154', 111, 'hblooza_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3558, '5155', 267, 'hblooza_spacerent6x6', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3559, '5156', 276, 'hblooza_hotdog', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3560, '5157', 71, 'bigtent_camo', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3561, '5158', 111, 'hblooza_sfnc_1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3562, '5159', 111, 'hblooza_sfnc_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3563, '5160', 111, 'hblooza_sfnc_3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3564, '5161', 111, 'hblooza_sfnc_4', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3565, '5162', 71, 'foldablechair_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3566, '5163', 71, 'tent_blue', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3567, '5164', 739, 'hblooza_kiosk', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3568, '5165', 111, 'hblooza_tgate_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3569, '5166', 111, 'hblooza_tgate_2', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3570, '5167', 111, 'hblooza_tgate_3', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3571, '5168', 111, 'hblooza_tgate_4', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3572, '5169', 111, 'hblooza_chicken', 10, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3573, '5170', 111, 'hblooza_sign', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3574, '5171', 267, 'hblooza_spacerent7x7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3575, '5172', 267, 'hblooza_spacerent5x5', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3576, '5173', 109, 'yttv3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3577, '5174', 109, 'yttv2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3578, '5175', 109, 'yttv1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3579, '5176', 109, 'yttv2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3580, '5177', 736, 'prizetrophy_hblooza_g', 0, 75, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3581, '5178', 736, 'prizetrophy_hblooza_s', 0, 75, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3582, '5179', 736, 'prizetrophy_hblooza_b', 0, 75, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3583, '5180', 215, 'tile_stackmagic1', 12, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3584, '5181', 215, 'tile_stackmagic2', 15, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3585, '5182', 266, 'hblooza_guitar3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3586, '5183', 266, 'hblooza_guitar1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3587, '5184', 266, 'hblooza_guitar11', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3588, '5185', 266, 'hblooza_guitar7', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3589, '5186', 266, 'hblooza_guitar9', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3590, '5187', 266, 'hblooza_guitar8', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3591, '5188', 266, 'hblooza_guitar6', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3592, '5189', 266, 'hblooza_guitar10', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3593, '5190', 266, 'hblooza_guitar5', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3594, '5191', 266, 'hblooza_guitar4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3595, '5192', 266, 'hblooza_guitar2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3596, '5193', 600, 'hblooza_pinata2', 25, 25, 5, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3597, '5194', 600, 'hblooza_pinata1', 12, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3598, '5195', 547, 'ads_vpiggy_flag', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3599, '5196', 547, 'ads_vpiggy_pig', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3600, '5197', 710, 'pirate_bottle_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3601, '5198', 72, 'pirate_dvdr3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3602, '5199', 710, 'pirate_bottle_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3603, '5200', 710, 'pirate_bottle_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3604, '5201', 72, 'pirate_chest1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3605, '5202', 72, 'pirate_barrel1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3606, '5203', 72, 'pirate_cannonballs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3607, '5204', 72, 'pirate_mast2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3608, '5205', 108, 'pirate_mast2grp', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3609, '5206', 710, 'pirate_bottle_8', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3610, '5207', 710, 'pirate_bottle_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3611, '5208', 72, 'pirate_dvdr2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3612, '5209', 72, 'pirate_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3613, '5210', 72, 'pirate_parrot', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3614, '5211', 108, 'pirate_mast3grp', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3615, '5212', 72, 'pirate_swordrack', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3616, '5213', 710, 'pirate_bottle_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3617, '5214', 72, 'pirate_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3618, '5215', 72, 'pirate_side1', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3619, '5216', 72, 'pirate_roombg', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3620, '5217', 72, 'pirate_stage3', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3621, '5218', 710, 'pirate_bottle_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3622, '5219', 710, 'pirate_bottle_9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3623, '5220', 72, 'pirate_stage2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3624, '5221', 72, 'pirate_mast1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3625, '5222', 72, 'pirate_cannon', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3626, '5223', 72, 'pirate_stairs', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3627, '5224', 267, 'spacerent_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3628, '5225', 108, 'pirate_mast4grp', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3629, '5226', 72, 'pirate_grate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3630, '5227', 72, 'ship_wheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3631, '5228', 710, 'pirate_bottle_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3632, '5229', 72, 'pirate_mast3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3633, '5230', 72, 'pirate_stage', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3634, '5231', 710, 'pirate_bottle_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3635, '5232', 72, 'pirate_flag', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3636, '5233', 72, 'pirate_barrel2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3637, '5234', 72, 'pirate_plank', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3638, '5235', 72, 'pirate_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3639, '5236', 72, 'pirate_gunrack', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3640, '5237', 72, 'pirate_sandtrap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3641, '5238', 72, 'pirate_barrel3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3642, '5239', 72, 'pirate_mast4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3643, '5240', 72, 'pirate_dvdr1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3644, '5241', 72, 'pirate_teleport', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3645, '5242', 707, 'pirate_poseidon', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3646, '5243', 707, 'pirate_kraken', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3647, '5244', 707, 'pirate_navdesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3648, '5245', 709, 'Aavelaivan osat', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3649, '5246', 709, 'pirate_stage_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3650, '5247', 709, 'pirate_stage3_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3651, '5248', 709, 'pirate_stairs_g', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3652, '5249', 709, 'pirate_plank_g', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3653, '5250', 709, 'pirate_flag_g', 4, 0, 0, 1, 0, 0, 112, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3654, '5251', 709, 'pirate_mast_g', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3655, '5252', 709, 'pirate_gate_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3656, '5253', 709, 'pirate_stage2_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3657, '5254', 709, 'ship_wheel_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3658, '5255', 709, 'pirate_dvdr3_g', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3659, '5256', 709, 'pirate_dvdr2_g', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3660, '5257;59969', 713, 'school_chairgold', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3661, '5258', 467, 'school_coatrack_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3662, '5259', 467, 'school_locker_g_notele', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3663, '5260', 467, 'school_coatrack_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3664, '5261', 467, 'school_locker_b_notele', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3665, '5262', 467, 'school_chair_b', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3666, '5263', 467, 'school_locker_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3667, '5264;59970', 713, 'school_consolegold', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3668, '5265', 467, 'school_chair_g', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3669, '5266', 467, 'school_fountain', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3670, '5267', 467, 'school_locker_r_notele', 4, 0, 0, 1, 0, 0, 116, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3671, '5268', 467, 'school_console_g', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3672, '5269', 467, 'school_console_b', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3673, '5270', 467, 'school_coatrack_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3674, '5271;59971', 713, 'school_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3675, '5272', 467, 'school_cafe', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3676, '5273', 272, 'grungelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3677, '5274', 535, 'ads_clearasil_vend2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3678, '5275', 739, 'golden_apple', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3679, '5276', 467, 'trophy_display', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3680, '5277', 394, 'hween13_sheep', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3681, '5278', 394, 'hween13_rose', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3682, '5279', 394, 'hween13_book', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3683, '5280', 394, 'hween13_castleturret3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3684, '5281', 394, 'hween13_castleturret1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3685, '5282', 394, 'hween13_castleturret2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3686, '5283', 394, 'hween13_castleblock2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3687, '5284', 394, 'hween13_bridgeend', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3688, '5285', 394, 'hween13_thorndiv2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3689, '5286', 394, 'hween13_thorndiv1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3690, '5287', 394, 'hween13_gutsfloor', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3691, '5288', 394, 'hween13_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3692, '5289', 394, 'hween13_castlespike', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3693, '5290', 394, 'hween13_castleblock1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3694, '5291', 394, 'hween13_floor2', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3695, '5292', 394, 'hween13_roombg', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3696, '5293', 394, 'hween13_bridgemid', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3697, '5294', 394, 'hween13_fence_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3698, '5295', 394, 'hween13_stage_s', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3699, '5296', 394, 'hween13_crnr_1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3700, '5297', 394, 'hween13_cardtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3701, '5298', 394, 'hween13_gate_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3702, '5299', 394, 'hween13_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3703, '5300', 676, 'hween13_bldtrail', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3704, '5301', 394, 'hween13_teacup', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3705, '5302', 394, 'hween13_tile1', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3706, '5303', 394, 'hween13_stage_l', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3707, '5304', 394, 'hween13_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3708, '5305', 394, 'hween13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3709, '5306', 394, 'hween13_tile2', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3710, '5307', 394, 'hween13_mirror', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3711, '5308', 394, 'hween13_candle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3712, '5309', 394, 'hween13_piglamp', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3713, '5310', 394, 'hween13_castlegarg', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3714, '5311', 394, 'hween13_castledoor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3715, '5312', 394, 'hween13_teaset', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3716, '5313', 394, 'hween13_dwarfdiv', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3717, '5314', 394, 'hween13_dwarfcrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3718, '5315', 683, 'info_terminal', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3719, '5316', 429, 'button_green', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3720, '5317', 394, 'hween13_bed', 4, 0, 0, 1, 0, 0, 118, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3721, '5318', 122, 'loyalty_pig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3722, '5319', 394, 'hween13_monsterpea', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3723, '5320', 739, 'hween13_sheepdemon', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3724, '5321', 394, 'hween13_throne', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3725, '5322', 109, 'yttv2n', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3726, '5323', 280, 'cine_teleport4', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3727, '5324', 590, 'cine_starchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3728, '5325', 280, 'cine_pillarlight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3729, '5326', 280, 'cine_teleport2', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3730, '5327', 280, 'cine_bigcorn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3731, '5328', 280, 'cine_teleport1', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3732, '5329', 280, 'cine_soda', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3733, '5330', 280, 'cine_teleport3', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3734, '5331', 538, 'ads_dtlrare', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3735, '5332', 429, 'mystics_crystal', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3736, '5333', 421, 'sfx_taperec_breakbeat', 4, 0, 0, 1, 0, 0, 120, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3737, '5334', 421, 'sfx_taperec', 4, 0, 0, 1, 0, 0, 121, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3738, '5335', 421, 'sfx_taperec_bassline', 4, 0, 0, 1, 0, 0, 122, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3739, '5336', 46, 'sound_set_79', 4, 0, 0, 1, 0, 0, 123, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3740, '5337', 429, 'background_color', 4, 0, 0, 1, 0, 0, 124, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3741, '5338', 24, 'pixel_couch_pink', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3742, '5339', 24, 'pixel_couch_green', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3743, '5340', 24, 'pixel_couch_black', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3744, '5341', 24, 'pixel_couch_red', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3745, '5342', 483, 'xmas13_block2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3746, '5343', 482, 'xmas13_snowflake10', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3747, '5344', 482, 'xmas13_snowflake2', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3748, '5345', 483, 'xmas13_table', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3749, '5346', 482, 'xmas13_snowflake5', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3750, '5347', 483, 'xmas13_snack', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3751, '5348', 482, 'xmas13_snowflake9', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3752, '5349', 482, 'xmas13_snowflake3', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3753, '5350', 483, 'xmas13_block1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3754, '5351', 482, 'xmas13_snowflake6', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3755, '5352', 482, 'xmas13_snowflake1', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3756, '5353', 482, 'xmas13_snowflake7', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3757, '5354', 482, 'xmas13_snowflake4', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3758, '5355', 482, 'xmas13_snowflake8', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3759, '5356', 483, 'xmas13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3760, '5357', 483, 'xmas13_floor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3761, '5358', 455, 'js_bling_chair_w', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3762, '5359', 455, 'js_bling_bed', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3763, '5360', 279, 'js_chandelier', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3764, '5361', 455, 'js_bling11_seat1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3765, '5362', 455, 'js_bling_fridge', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3766, '5363', 455, 'js_bling11_seat2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3767, '5364', 455, 'js_bling11_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3768, '5365', 455, 'js_bling11_dvn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3769, '5366', 369, 'lidotower', 4, 0, 0, 1, 0, 0, 125, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3770, '5367', 429, 'test_tent', 4, 0, 0, 1, 0, 0, 126, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3771, '5368', 429, 'test_cnd_not_stuff_is', 4, 0, 0, 1, 0, 0, 127, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3772, '5369', 429, 'test_cnd_not_furni_on', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3773, '5370', 429, 'info_terminal_test', 4, 0, 0, 1, 0, 0, 129, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3774, '5371', 429, 'talking_fridge', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3775, '5372', 429, 'telescopetest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3776, '5373', 429, 'test_spacerent', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3777, '5374', 429, 'guild_customized', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3778, '5375', 429, 'test_effectswitch', 4, 0, 0, 1, 0, 0, 134, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3779, '5376', 429, 'test_cnd_not_hv_avtrs', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3780, '5377', 429, 'vimeo_cubie', 4, 0, 0, 1, 0, 0, 136, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3781, '5378', 429, 'vote_majority', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3782, '5379', 429, 'test_cnd_not_in_group', 4, 0, 0, 1, 0, 0, 137, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3783, '5380', 109, 'ytprojector', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3784, '5381', 429, 'test_cnd_not_match_snap', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3785, '5382', 429, 'testbot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3786, '5383', 429, 'ach_resolution_test', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3787, '5384', 429, 'test_bigtent', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3788, '5385', 429, 'test_cnd_not_in_team', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3789, '5386', 429, 'icecream_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3790, '5387', 429, 'test_candyfloss', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3791, '5388', 429, 'test_cnd_not_wearing_b', 4, 0, 0, 1, 0, 0, 142, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3792, '5389', 429, 'shallow_test', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3793, '5390', 429, 'test_cnd_not_wearing_f', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3794, '5391', 429, 'test_builder_placeholder', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3795, '5392', 429, 'test_cnd_not_trggrer_on', 4, 0, 0, 1, 0, 0, 144, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3796, '5393', 429, 'change_state_on_step', 4, 0, 0, 1, 0, 0, 145, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3797, '5394', 429, 'test_highscore_1', 4, 0, 0, 1, 0, 0, 146, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3798, '5395', 429, 'test_highscore_2', 4, 0, 0, 1, 0, 0, 147, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3799, '5396', 429, 'test_highscore_3', 4, 0, 0, 1, 0, 0, 148, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3800, '5397', 429, 'test_highscore_4', 4, 0, 0, 1, 0, 0, 149, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3801, '5398', 429, 'testtubetv2', 4, 0, 0, 1, 0, 0, 150, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3802, '5399', 429, 'vimeo_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3803, '5400', 429, 'action_link_furni_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3804, '5401', 429, 'test_highscore_wins_1', 4, 0, 0, 1, 0, 0, 151, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3805, '5402', 429, 'test_highscore_wins_2', 4, 0, 0, 1, 0, 0, 152, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3806, '5403', 429, 'test_highscore_wins_3', 4, 0, 0, 1, 0, 0, 153, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3807, '5404', 429, 'test_highscore_wins_4', 4, 0, 0, 1, 0, 0, 154, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3808, '5405', 429, 'cr_tree_basic_01', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3809, '5406', 429, 'handitem_tester', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3810, '5407', 429, 'random_tele_1', 4, 0, 0, 1, 0, 0, 155, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3811, '5408', 429, 'builder_exp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3812, '5409', 429, 'cameraproto', 4, 0, 0, 1, 0, 0, 156, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3813, '5410', 429, 'test_shipside', 4, 0, 0, 1, 0, 0, 157, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3814, '5411', 429, 'lovelock_test', 4, 0, 0, 1, 0, 0, 158, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3815, '5412', 429, 'testing_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3816, '5413', 429, 'royal_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3817, '5414', 429, 'test_ltd_handitem', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3818, '5415', 429, 'testing_yt', 4, 0, 0, 1, 0, 0, 159, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3819, '5416', 429, 'vote_machine', 4, 0, 0, 1, 0, 0, 160, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3820, '5417', 429, 'badge_display_case', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3821, '5418', 429, 'testtubetv1', 4, 0, 0, 1, 0, 0, 161, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3822, '5419', 429, 'royal_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3823, '5420', 429, 'random_tele_2', 4, 0, 0, 1, 0, 0, 162, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3824, '5421', 429, 'statestoragetesting_1', 4, 0, 0, 1, 0, 0, 163, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3825, '5422', 429, 'statestoragetesting_2', 4, 0, 0, 1, 0, 0, 164, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3826, '5423', 429, 'statestoragetesting_3', 4, 0, 0, 1, 0, 0, 165, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3827, '5424', 429, 'statestoragetesting_4', 4, 0, 0, 1, 0, 0, 166, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3828, '5425', 429, 'statestoragetesting_5', 4, 0, 0, 1, 0, 0, 167, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3829, '5426', 429, 'statestoragetesting_6', 4, 0, 0, 1, 0, 0, 168, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3830, '5427', 429, 'statestoragetesting_7', 4, 0, 0, 1, 0, 0, 169, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3831, '5428', 429, 'statestoragetesting_8', 4, 0, 0, 1, 0, 0, 170, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3832, '5429', 429, 'statestoragetesting_9', 4, 0, 0, 1, 0, 0, 171, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3833, '5430', 429, 'test_cnd_not_user_count', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3834, '5431', 429, 'soundblock', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3835, '5432', 429, 'testing_rentablespace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3836, '5433', 429, 'test_festhotdog', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3837, '5434', 429, 'random_teleport', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3838, '5435', 429, 'soundblock_breakbeat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3839, '5436', 429, 'stackable_water', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3840, '5437', 40, 'water_backdrop', 3, 0, 0, 1, 0, 0, 172, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3841, '5438', 65, 'wf_cnd_not_trggrer_on', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3842, '5439', 65, 'wf_cnd_not_in_team', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3843, '5440', 65, 'wf_cnd_not_furni_on', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3844, '5441', 65, 'wf_cnd_not_hv_avtrs', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3845, '5442', 63, 'wf_trg_at_time_long', 4, 0, 0, 1, 0, 0, 173, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3846, '5443', 65, 'wf_cnd_not_user_count', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3847, '5444', 255, 'wf_cnd_not_wearing_fx', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3848, '5445', 65, 'wf_cnd_user_count_in', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3849, '5446', 255, 'wf_cnd_not_wearing_b', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3850, '5447', 65, 'wf_cnd_stuff_is', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3851, '5448', 65, 'wf_cnd_not_in_group', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3852, '5449', 65, 'wf_cnd_not_stuff_is', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3853, '5450', 64, 'wf_act_move_furni_to', 4, 0, 0, 1, 0, 0, 174, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3854, '5451', 429, 'wf_act_toggle_to_rnd', 4, 0, 0, 1, 0, 0, 175, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3855, '5452', 65, 'wf_cnd_not_match_snap', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3856, '5453', 590, 'crystal_dragon', 4, 0, 0, 1, 0, 0, 176, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3857, '5454', 590, 'crystal_throne', 4, 0, 0, 1, 0, 0, 177, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3858, '5455', 738, 'white_dino_egg', 4, 0, 0, 1, 0, 0, 178, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3859, '5456', 40, 'bg_cloud', 3, 0, 0, 1, 0, 0, 179, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3860, '5457', 429, 'hole4', 4, 0, 0, 1, 0, 0, 180, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3861, '5458', 429, 'hole1x1test', 4, 0, 0, 1, 0, 0, 181, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3862, '5459', 429, 'teleport_random', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3863, '5460', 429, 'teleport_random_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3864, '5461', 307, 'CF_5000_suitcase', 5000, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3865, '5462', 139, 'bc_block_0_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3866, '5463', 139, 'bc_block_0_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3867, '5464', 139, 'bc_block_0_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3868, '5465', 139, 'bc_block_0_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3869, '5466', 139, 'bc_block_0_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3870, '5467', 139, 'bc_block_0_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3871, '5468', 139, 'bc_block_0_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3872, '5469', 139, 'bc_block_0_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3873, '5470', 139, 'bc_block_0_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3874, '5471', 139, 'bc_block_0_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3875, '5472', 139, 'bc_block_0_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3876, '5473', 139, 'bc_block_0_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3877, '5474', 139, 'bc_block_0_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3878, '5475', 139, 'bc_block_0_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3879, '5476', 140, 'bc_block_1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3880, '5477', 140, 'bc_block_1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3881, '5478', 140, 'bc_block_1_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3882, '5479', 140, 'bc_block_1_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3883, '5480', 140, 'bc_block_1_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3884, '5481', 140, 'bc_block_1_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3885, '5482', 140, 'bc_block_1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3886, '5483', 140, 'bc_block_1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3887, '5484', 140, 'bc_block_1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3888, '5485', 140, 'bc_block_1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3889, '5486', 140, 'bc_block_1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3890, '5487', 140, 'bc_block_1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3891, '5488', 140, 'bc_block_1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3892, '5489', 140, 'bc_block_1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3893, '5490', 483, 'xmas13_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3894, '5491', 483, 'xmas13_shelves', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3895, '5492', 483, 'xmas13_pillar', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3896, '5493', 483, 'xmas13_toyhorse', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3897, '5494', 483, 'xmas13_tools1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3898, '5495', 483, 'xmas13_paintsplat1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3899, '5496', 729, 'xmas13_gingerbread', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3900, '5497', 483, 'xmas13_light', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3901, '5498', 483, 'xmas13_candycane1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3902, '5499', 483, 'xmas13_paintsplat3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3903, '5500', 483, 'xmas13_paintsplat4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3904, '5501', 483, 'xmas13_paintsplat2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3905, '5502', 483, 'xmas13_candycane2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3906, '5503', 483, 'xmas13_bucket1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3907, '5504', 483, 'xmas13_toyblock2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3908, '5505', 483, 'xmas13_toyblock4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3909, '5506', 483, 'xmas13_toyblock3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3910, '5507', 483, 'xmas13_toyblock1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3911, '5508', 354, 'hc_exe_seccam', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3912, '5509', 354, 'hc_exe_wrkdesk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3913, '5510', 354, 'hc_exe_glassdvdr', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3914, '5511', 354, 'hc_exe_sofa', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3915, '5512', 354, 'hc_exe_s_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3916, '5513', 354, 'hc_exe_light', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3917, '5514', 354, 'hc_exe_chair2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3918, '5515', 354, 'hc_exe_table', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3919, '5516', 354, 'hc_exe_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3920, '5517', 354, 'hc_exe_elevator', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3921, '5518', 354, 'hc_exe_cubelight', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (3922, '5519', 683, 'mutearea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3923, '5520', 683, 'buildarea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3924, '5521', 483, 'xmas13_mincepies', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3925, '5522', 483, 'xmas13_eggnogbowl', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3926, '5523', 483, 'xmas13_eggnogglass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3927, '5524', 483, 'xmas13_machine1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3928, '5525', 483, 'xmas13_jack', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3929, '5526', 740, 'xmas13_throne', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3930, '5527', 483, 'xmas13_toolbox', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3931, '5528', 483, 'xmas13_workdesk', 5, 0, 0, 1, 0, 0, 182, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3932, '5529', 483, 'xmas13_robotdino', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3933, '5530', 238, 'gnome_box', 0, 1500, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (3934, '5531', 307, 'CF_750_duck', 750, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3935, '5532', 307, 'CF_350_duck', 350, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3936, '5533', 483, 'xmas13_terminal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3937, '5534', 368, 'habbo15_icm', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3938, '5535', 470, 'roombg_stars', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3939, '5536', 470, 'roombg_city1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3940, '5537', 470, 'roombg_city2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3941, '5538', 302, 'rare_chinahorse', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3942, '5539', 146, 'bc_block_redbrick_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3943, '5540', 146, 'bc_block_redbrick_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3944, '5541', 146, 'bc_block_redbrick_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3945, '5542', 146, 'bc_block_redbrick_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3946, '5543', 146, 'bc_block_redbrick_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3947, '5544', 146, 'bc_block_redbrick_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3948, '5545', 146, 'bc_block_redbrick_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3949, '5546', 146, 'bc_block_redbrick_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3950, '5547', 146, 'bc_block_redbrick_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3951, '5548', 146, 'bc_block_redbrick_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3952, '5549', 146, 'bc_block_redbrick_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3953, '5550', 146, 'bc_block_redbrick_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3954, '5551', 146, 'bc_block_redbrick_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3955, '5552', 146, 'bc_block_redbrick_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3956, '5553', 150, 'bc_block_artdeco1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3957, '5554', 150, 'bc_block_artdeco1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3958, '5555', 150, 'bc_block_artdeco1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3959, '5556', 150, 'bc_block_artdeco1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3960, '5557', 150, 'bc_block_artdeco1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3961, '5558', 151, 'bc_block_industrial_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3962, '5559', 151, 'bc_block_industrial_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3963, '5560', 151, 'bc_block_industrial_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3964, '5561', 151, 'bc_block_industrial_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3965, '5562', 151, 'bc_block_industrial_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3966, '5563', 148, 'bc_lavarock_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3967, '5564', 148, 'bc_lavarock_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3968, '5565', 148, 'bc_lavarock_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3969, '5566', 148, 'bc_lavarock_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3970, '5567', 148, 'bc_lavarock_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3971, '5568', 148, 'bc_lavarock_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3972, '5569', 148, 'bc_lavarock_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3973, '5570', 148, 'bc_lavarock_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3974, '5571', 148, 'bc_lavarock_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3975, '5572', 148, 'bc_lavarock_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3976, '5573', 148, 'bc_lavarock_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3977, '5574', 148, 'bc_lavarock_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3978, '5575', 148, 'bc_lavarock_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3979, '5576', 148, 'bc_lavarock_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3980, '5577', 153, 'bc_block_metalgrip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3981, '5578', 153, 'bc_block_metalgrip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3982, '5579', 153, 'bc_block_metalgrip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3983, '5580', 153, 'bc_block_metalgrip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3984, '5581', 153, 'bc_block_metalgrip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3985, '5582', 157, 'bc_block_grass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3986, '5583', 157, 'bc_block_grass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3987, '5584', 157, 'bc_block_grass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3988, '5585', 157, 'bc_block_grass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3989, '5586', 157, 'bc_block_grass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3990, '5587', 157, 'bc_block_grass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3991, '5588', 157, 'bc_block_grass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3992, '5589', 149, 'bc_block_marble_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3993, '5590', 149, 'bc_block_marble_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3994, '5591', 149, 'bc_block_marble_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3995, '5592', 149, 'bc_block_marble_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3996, '5593', 149, 'bc_block_marble_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3997, '5594', 149, 'bc_block_marble_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3998, '5595', 149, 'bc_block_marble_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (3999, '5596', 149, 'bc_block_marble_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4000, '5597', 149, 'bc_block_marble_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4001, '5598', 149, 'bc_block_marble_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4002, '5599', 149, 'bc_block_marble_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4003, '5600', 149, 'bc_block_marble_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4004, '5601', 149, 'bc_block_marble_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4005, '5602', 149, 'bc_block_marble_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4006, '5603', 152, 'bc_block_sand_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4007, '5604', 152, 'bc_block_sand_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4008, '5605', 152, 'bc_block_sand_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4009, '5606', 152, 'bc_block_sand_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4010, '5607', 152, 'bc_block_sand_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4011, '5608', 152, 'bc_block_sand_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4012, '5609', 152, 'bc_block_sand_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4013, '5610', 147, 'bc_block_glass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4014, '5611', 147, 'bc_block_glass_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4015, '5612', 147, 'bc_block_glass_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4016, '5613', 147, 'bc_block_glass_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4017, '5614', 147, 'bc_block_glass_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4018, '5615', 147, 'bc_block_glass_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4019, '5616', 147, 'bc_block_glass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4020, '5617', 147, 'bc_block_glass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4021, '5618', 147, 'bc_block_glass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4022, '5619', 147, 'bc_block_glass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4023, '5620', 147, 'bc_block_glass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4024, '5621', 147, 'bc_block_glass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4025, '5622', 147, 'bc_block_glass_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4026, '5623', 147, 'bc_block_glass_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4027, '5624', 138, 'bc_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4028, '5625', 138, 'bc_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4029, '5626', 138, 'bc_round_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4030, '5627', 138, 'bc_round_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4031, '5628', 138, 'bc_round_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4032, '5629', 138, 'bc_round_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4033, '5630', 138, 'bc_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4034, '5631', 138, 'bc_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4035, '5632', 138, 'bc_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4036, '5633', 138, 'bc_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4037, '5634', 138, 'bc_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4038, '5635', 138, 'bc_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4039, '5636', 138, 'bc_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4040, '5637', 138, 'bc_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4041, '5638', 156, 'bc_block_wool_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4042, '5639', 156, 'bc_block_wool_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4043, '5640', 156, 'bc_block_wool_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4044, '5641', 156, 'bc_block_wool_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4045, '5642', 156, 'bc_block_wool_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4046, '5643', 156, 'bc_block_wool_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4047, '5644', 156, 'bc_block_wool_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4048, '5645', 156, 'bc_block_wool_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4049, '5646', 156, 'bc_block_wool_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4050, '5647', 156, 'bc_block_wool_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4051, '5648', 156, 'bc_block_wool_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4052, '5649', 156, 'bc_block_wool_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4053, '5650', 156, 'bc_block_wool_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4054, '5651', 156, 'bc_block_wool_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4055, '5652', 155, 'bc_stone_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4056, '5653', 155, 'bc_stone_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4057, '5654', 155, 'bc_stone_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4058, '5655', 155, 'bc_stone_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4059, '5656', 155, 'bc_stone_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4060, '5657', 155, 'bc_stone_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4061, '5658', 155, 'bc_stone_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4062, '5659', 155, 'bc_stone_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4063, '5660', 155, 'bc_stone_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4064, '5661', 155, 'bc_stone_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4065, '5662', 155, 'bc_stone_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4066, '5663', 155, 'bc_stone_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4067, '5664', 155, 'bc_stone_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4068, '5665', 155, 'bc_stone_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4069, '5666', 154, 'bc_metalcrate_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4070, '5667', 154, 'bc_metalcrate_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4071, '5668', 154, 'bc_metalcrate_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4072, '5669', 154, 'bc_metalcrate_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4073, '5670', 154, 'bc_metalcrate_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4074, '5671', 154, 'bc_metalcrate_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4075, '5672', 154, 'bc_metalcrate_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4076, '5673', 154, 'bc_metalcrate_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4077, '5674', 154, 'bc_metalcrate_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4078, '5675', 154, 'bc_metalcrate_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4079, '5676', 154, 'bc_metalcrate_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4080, '5677', 154, 'bc_metalcrate_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4081, '5678', 154, 'bc_metalcrate_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4082, '5679', 154, 'bc_metalcrate_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4083, '5680', 302, 'china_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4084, '5681', 493, 'prizetrophy_storieshero', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4085, '5682', 312, 'book_rare_0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4086, '5683', 312, 'book_rare_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4087, '5684', 312, 'book_rare_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4088, '5685', 312, 'book_rare_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4089, '5686', 312, 'book_rare_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4090, '5687', 312, 'book_rare_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4091, '5688', 312, 'book_rare_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4092, '5689', 312, 'book_rare_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4093, '5690', 312, 'book_rare_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4094, '5691', 312, 'book_rare_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4095, '5692', 299, 'val14_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4096, '5693', 299, 'val14_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4097, '5694', 299, 'val14_rosebook', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4098, '5695', 299, 'val14_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4099, '5696', 299, 'val14_bed_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4100, '5697', 299, 'val14_b_roof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4101, '5698', 299, 'val14_gate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4102, '5699', 299, 'val14_tile2', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4103, '5700', 299, 'val14_bed_o', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4104, '5701', 299, 'val14_wchair', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4105, '5702', 299, 'val14_tile3', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4106, '5703', 299, 'val14_g_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4107, '5704', 299, 'val14_bigplant1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4108, '5705', 299, 'val14_pot1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4109, '5706', 299, 'val14_fbath', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4110, '5707', 299, 'val14_largetile', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4111, '5708', 299, 'val14_tile1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4112, '5709', 299, 'val14_y_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4113, '5710', 299, 'val14_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4114, '5711', 299, 'val14_door', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4115, '5712', 299, 'val14_recchair', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4116, '5713', 299, 'val14_bed_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4117, '5714', 299, 'val14_bigplant2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4118, '5715', 299, 'val14_b_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4119, '5716', 299, 'val14_g_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4120, '5717', 299, 'val14_y_wall', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4121, '5718', 241, 'val14_lovelock1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4122, '5719', 241, 'val14_lovelock2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4123, '5720', 736, 'prizetrophy_room2_g', 0, 75, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4124, '5721', 736, 'prizetrophy_room2_s', 0, 75, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4125, '5722', 736, 'prizetrophy_room2_b', 0, 75, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4126, '5723', 736, 'prizetrophy_hotel1_g', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4127, '5724', 736, 'prizetrophy_hotel1_s', 0, 75, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4128, '5725', 736, 'prizetrophy_hotel1_b', 0, 75, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4129, '5726', 601, 'rare_pbag_7', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4130, '5727', 601, 'rare_pbag_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4131, '5728', 601, 'rare_pbag_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4132, '5729', 601, 'rare_pbag_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4133, '5730', 601, 'rare_pbag_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4134, '5731', 601, 'rare_pbag_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4135, '5732', 601, 'rare_pbag_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4136, '5733', 590, 'br_phoenix', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4137, '5734', 299, 'val14_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4138, '5735', 507, 'stories_shakespeare_tree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4139, '5736', 507, 'stories_shakespeare_swing', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4140, '5737', 507, 'stories_shakespeare_bench', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4141, '5738', 507, 'stories_shakespeare_fairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4142, '5739', 697, 'hlympic_bear', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4143, '5740', 299, 'val14_fountain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4144, '5741', 590, 'portabandeira', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4145, '5742', 241, 'val14_lock3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4146, '5743', 53, 'runway_camera', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4147, '5744', 528, 'ads_nick_geyeser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4148, '5745', 528, 'ads_nick_faketile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4149, '5746', 53, 'runway_hangingb', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4150, '5747', 53, 'runway_umbrellalight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4151, '5748', 53, 'runway_fan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4152, '5749', 53, 'runway_changing', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4153, '5750', 683, 'rare_sage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4154, '5751', 53, 'runway_oldecamera', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4155, '5752', 53, 'runway_changingrare', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4156, '5753', 590, 'rare_stpat14', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4157, '5754', 115, 'nest_leprechaun', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4158, '5755', 115, 'nest_gnome', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4159, '5756', 426, 'leprechaun_box', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4160, '5757', 632, 'newbie_stairs_pink', 4, 0, 0, 1, 0, 0, 183, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4161, '5758', 632, 'newbie_stairs_black', 4, 0, 0, 1, 0, 0, 184, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4162, '5759', 590, 'newbie_present_2014', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4163, '5760', 632, 'newbie_eleblock5', 4, 0, 0, 1, 0, 0, 185, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4164, '5761', 632, 'newbie_eleblock1', 4, 0, 0, 1, 0, 0, 186, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4165, '5762', 509, 'stories_sch_book', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4166, '5763', 509, 'stories_sch_hourglass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4167, '5764', 740, 'LTD_fashionistam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4168, '5765', 740, 'LTD_fashionistaf', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4169, '5766', 429, 'effect_faketile', 4, 0, 0, 1, 0, 0, 187, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4170, '5767', 143, 'bc_block_water_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4171, '5768', 143, 'bc_block_water_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4172, '5769', 143, 'bc_block_water_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4173, '5770', 143, 'bc_block_water_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4174, '5771', 143, 'bc_block_water_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4175, '5772', 143, 'bc_block_water_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4176, '5773', 141, 'bc_tile_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4177, '5774', 141, 'bc_tile_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4178, '5775', 141, 'bc_tile_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4179, '5776', 141, 'bc_tile_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4180, '5777', 141, 'bc_tile_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4181, '5778', 141, 'bc_tile_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4182, '5779', 141, 'bc_tile_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4183, '5780', 141, 'bc_tile_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4184, '5781', 141, 'bc_tile_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4185, '5782', 141, 'bc_tile_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4186, '5783', 141, 'bc_tile_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4187, '5784', 141, 'bc_tile_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4188, '5785', 141, 'bc_tile_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4189, '5786', 141, 'bc_tile_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4190, '5787', 145, 'bc_terra_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4191, '5788', 145, 'bc_terra_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4192, '5789', 145, 'bc_terra_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4193, '5790', 145, 'bc_terra_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4194, '5791', 145, 'bc_terra_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4195, '5792', 145, 'bc_terra_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4196, '5793', 145, 'bc_terra_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4197, '5794', 145, 'bc_terra_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4198, '5795', 145, 'bc_terra_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4199, '5796', 145, 'bc_terra_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4200, '5797', 145, 'bc_terra_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4201, '5798', 145, 'bc_terra_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4202, '5799', 145, 'bc_terra_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4203, '5800', 145, 'bc_terra_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4204, '5801', 142, 'bc_flowerhedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4205, '5802', 142, 'bc_flowerhedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4206, '5803', 142, 'bc_flowerhedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4207, '5804', 142, 'bc_flowerhedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4208, '5805', 142, 'bc_flowerhedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4209, '5806', 142, 'bc_flowerhedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4210, '5807', 142, 'bc_flowerhedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4211, '5808', 142, 'bc_flowerhedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4212, '5809', 142, 'bc_flowerhedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4213, '5810', 142, 'bc_flowerhedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4214, '5811', 142, 'bc_flowerhedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4215, '5812', 142, 'bc_flowerhedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4216, '5813', 142, 'bc_flowerhedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4217, '5814', 142, 'bc_flowerhedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4218, '5815', 509, 'stories_sch_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4219, '5816', 509, 'stories_sch_bookshelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4220, '5817', 381, 'easter14_chocchestrare', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4221, '5818', 429, 'free_placement_room', 4, 0, 0, 1, 0, 0, 188, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4222, '5819', 381, 'easter14_plant', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4223, '5820', 381, 'easter14_elecdivdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4224, '5821', 381, 'easter14_jar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4225, '5822', 381, 'easter14_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4226, '5823', 381, 'easter14_block3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4227, '5824', 381, 'easter14_block1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4228, '5825', 381, 'easter14_metalfloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4229, '5826', 381, 'easter14_lamp', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4230, '5827', 381, 'easter14_roombg', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4231, '5828', 381, 'easter14_corner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4232, '5829', 381, 'easter14_captainchr', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4233, '5830', 381, 'easter14_flower', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4234, '5831', 381, 'easter14_palmtree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4235, '5832', 381, 'easter14_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4236, '5833', 381, 'easter14_eggplant', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4237, '5834', 381, 'easter14_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4238, '5835', 381, 'easter14_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4239, '5836', 381, 'easter14_block2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4240, '5837', 381, 'easter14_block4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4241, '5838', 381, 'easter14_techtreebrkn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4242, '5839', 381, 'easter14_sandfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4243, '5840', 381, 'easter14_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4244, '5841', 381, 'easter14_grasspatch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4245, '5842', 381, 'easter14_techstump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4246, '5843', 381, 'easter14_table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4247, '5844', 381, 'easter14_effectgiver', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4248, '5845', 381, 'easter14_eleccrn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4249, '5846', 381, 'easter14_screen', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4250, '5847', 381, 'easter14_statue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4251, '5848', 381, 'easter14_bunnysphinx', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4252, '5849', 381, 'easter14_eggstar', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4253, '5850', 740, 'ltd_habberge3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4254, '5851', 740, 'ltd_habberge2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4255, '5852', 739, 'ltd_habberge4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4256, '5853', 740, 'ltd_habberge5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4257, '5854', 255, 'wf_act_mute_triggerer', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4258, '5855', 740, 'ltd_habberge1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4259, '5856', 381, 'easter14_habberge6', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4260, '5857', 508, 'stories_oldmusic_neon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4261, '5858', 508, 'stories_oldmusic_vinyl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4262, '5859', 508, 'stories_oldmusic_guitarcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4263, '5860', 508, 'stories_oldmusic_mike', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4264, '5861', 255, 'wf_cnd_date_rng_active', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4265, '5862', 590, 'rare_venusstatue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4266, '5863', 163, 'guild_forum', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4267, '5864', 110, 'vikings_table_r', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4268, '5865', 110, 'vikings_chair_g', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4269, '5866', 110, 'vikings_torch', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4270, '5867', 110, 'vikings_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4271, '5868', 110, 'vikings_house', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4272, '5869', 110, 'vikings_spike', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4273, '5870', 110, 'vikings_wooddivdr', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4274, '5871', 110, 'vikings_floor', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4275, '5872', 110, 'vikings_woodgate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4276, '5873', 110, 'vikings_flag_r', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4277, '5874', 110, 'vikings_stonecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4278, '5875', 110, 'vikings_animal_r', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4279, '5876', 110, 'vikings_basket1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4280, '5877', 110, 'vikings_stonedivdr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4281, '5878', 110, 'vikings_outdoorstove', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4282, '5879', 110, 'vikings_weapon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4283, '5880', 110, 'vikings_animal_g', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4284, '5881', 110, 'vikings_indoorstove', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4285, '5882', 110, 'vikings_roof_r', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4286, '5883', 110, 'vikings_gondola1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4287, '5884', 110, 'vikings_basket2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4288, '5885', 110, 'vikings_table_g', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4289, '5886', 110, 'vikings_gondola2b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4290, '5887', 110, 'vikings_woodcrn', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4291, '5888', 110, 'vikings_gondola3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4292, '5889', 110, 'vikings_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4293, '5890', 110, 'vikings_flag_g', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4294, '5891', 110, 'vikings_gondola2c', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4295, '5892', 110, 'vikings_roof_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4296, '5893', 110, 'vikings_chair_r', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4297, '5894', 110, 'vikings_tombstone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4298, '5895', 110, 'vikings_stonegate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4299, '5896', 110, 'vikings_stool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4300, '5897', 110, 'vikings_gondola2a', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4301, '5898', 110, 'vikings_stove', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4302, '5899', 110, 'vikings_pillar', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4303, '5900', 144, 'bc_wood_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4304, '5901', 144, 'bc_wood_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4305, '5902', 144, 'bc_wood_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4306, '5903', 144, 'bc_wood_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4307, '5904', 144, 'bc_wood_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4308, '5905', 144, 'bc_wood_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4309, '5906', 590, 'vikings_runestone', 4, 0, 0, 1, 0, 0, 189, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4310, '5907', 113, 'room_noob_walltl', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4311, '5908', 113, 'room_noob_bar', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4312, '5909', 113, 'room_noob_walltr1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4313, '5910', 113, 'room_noob_table1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4314, '5911', 113, 'room_noob_carpet1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4315, '5912', 113, 'room_noob_fxremove', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4316, '5913', 113, 'room_noob_barchair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4317, '5914', 113, 'room_noob_fx1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4318, '5915', 113, 'room_noob_table2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4319, '5916', 113, 'room_noob_stairside', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4320, '5917', 113, 'room_noob_walltr2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4321, '5918', 113, 'room_noob_tallfloor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4322, '5919', 113, 'room_noob_floor1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4323, '5920', 113, 'room_noob_stairs', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4324, '5921', 113, 'room_noob_fx2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4325, '5922', 113, 'room_noob_barside', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4326, '5923', 113, 'room_noob_sofa', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4327, '5924', 113, 'room_noob_glow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4328, '5925', 113, 'room_noob_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4329, '5926', 113, 'room_noob_wallcrnr', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4330, '5927', 113, 'room_noob_wallbl3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4331, '5928', 113, 'room_noob_hanglight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4332, '5929', 113, 'room_noob_wallbl1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4333, '5930', 113, 'room_noob_div', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4334, '5931', 113, 'room_noob_floor2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4335, '5932', 113, 'room_noob_floor3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4336, '5933', 113, 'room_noob_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4337, '5934', 113, 'room_noob_bargate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4338, '5935', 113, 'room_noob_wallbl2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4339, '5936', 113, 'room_noob_pool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4340, '5937', 113, 'room_noob_fx4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4341, '5938', 113, 'room_noob_fx3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4342, '5939', 255, 'wf_blob_invis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4343, '5940', 255, 'wf_blob2_vis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4344, '5941', 740, 'vikings_throne', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4345, '5942', 110, 'vikings_yggdrasil', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4346, '5943', 110, 'vikings_thor', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4347, '5944', 110, 'vikings_chesspiece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4348, '5945', 339, 'tablet_vendor', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4349, '5946', 307, 'CF_500_vikings', 500, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4350, '5947', 538, 'ads_dtlrare_rc', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4351, '5948', 429, 'room_noob_exit', 4, 0, 0, 1, 0, 0, 190, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4352, '5949', 465, 'fball_goldenboot', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4353, '5950', 108, 'fball_grp_crnr', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4354, '5951', 465, 'fball_trophybrasil_silver', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4355, '5952', 523, 'fball_ball6', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4356, '5953', 465, 'fball_trophybrasil_bronze', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4357, '5954', 465, 'fball_trophybrasil_gold', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4358, '5955', 108, 'fball_grp_fnc1', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4359, '5956', 108, 'fball_grp_cote', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4360, '5957', 108, 'fball_grp_bench', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4361, '5958', 108, 'fball_grp_fnc3', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4362, '5959', 523, 'fball_audbench2', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4363, '5960', 510, 'stories_football_board', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4364, '5961', 510, 'stories_football_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4365, '5962', 108, 'fball_flag_grp', 2, 300, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4366, '5963', 465, 'fball_goldenboot2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4367, '5964', 465, 'fball_mascot', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4368, '5965', 523, 'fball_scales', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4369, '5966', 12, 'CF_diamond_1000', 0, 10000, 5, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4370, '5967', 12, 'CF_diamond_500', 0, 5000, 5, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4371, '5968', 12, 'CF_diamond_250', 0, 2500, 5, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4372, '5969', 12, 'CF_diamond_100', 0, 1000, 5, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4373, '5970', 12, 'CF_diamond_2500', 0, 25000, 5, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4374, '5971', 510, 'stories_football_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4375, '5972', 740, 'fball_ltd14', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4376, '5973', 736, 'prizetrophy_fballbrazil_1', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4377, '5974', 736, 'prizetrophy_fballbrazil_s', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4378, '5975', 736, 'prizetrophy_fballbrazil_b', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4379, '5976', 261, 'gift_mysterytrophy', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4380, '5977', 567, 'hblooza14_hotair_b', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4381, '5978', 567, 'hblooza14_hotair_y', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4382, '5979', 257, 'hblooza14_bundkiosk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4383, '5980', 567, 'hblooza14_hotair_p', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4384, '5981', 257, 'hblooza14_tent', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4385, '5982', 257, 'hblooza14_drinkstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4386, '5983', 257, 'hblooza14_shotgall', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4387, '5984', 257, 'hblooza14_duckhook', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4388, '5985', 600, 'hblooza14_pinata2', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4389, '5986', 257, 'hblooza14_hedgediv', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4390, '5987', 257, 'hblooza14_duckgate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4391, '5988', 257, 'hblooza14_tele', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4392, '5989', 567, 'hblooza14_duck_balloon_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4393, '5990', 600, 'hblooza14_pinata1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4394, '5991', 257, 'hblooza14_flowerlight', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4395, '5992', 257, 'hblooza14_flagpole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4396, '5993', 257, 'hblooza14_hctele', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4397, '5994', 257, 'hblooza14_rollercost', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4398, '5995', 257, 'hblooza14_duckdvdr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4399, '5996', 567, 'hblooza14_cafe_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4400, '5997', 257, 'hblooza14_duckhookhc', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4401, '5998', 257, 'hblooza14_flagpole_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4402, '5999', 567, 'hblooza14_horsecarop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4403, '6000', 257, 'hblooza14_candystall', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4404, '6001', 600, 'hblooza14_pinata3', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4405, '6002', 257, 'hblooza14_ballsign', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4406, '6003', 567, 'hblooza14_horsecaroy', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4407, '6004', 257, 'hblooza14_planepadr', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4408, '6005', 567, 'hblooza14_duck_balloon_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4409, '6006', 567, 'hblooza14_cafe_b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4410, '6007', 567, 'hblooza14_duck_balloon_b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4411, '6008', 257, 'hblooza14_flag_p', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4412, '6009', 257, 'hblooza14_flag_y', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4413, '6010', 257, 'hblooza14_arrowsign', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4414, '6011', 257, 'hblooza14_dance', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4415, '6012', 257, 'hblooza14_table', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4416, '6013', 257, 'hblooza14_hedgecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4417, '6014', 257, 'hblooza14_duckcrn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4418, '6015', 257, 'hblooza14_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4419, '6016', 257, 'hblooza14_flag_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4420, '6017', 567, 'hblooza14_cafe_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4421, '6018', 257, 'hblooza14_mud', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4422, '6019', 257, 'hblooza14_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4423, '6020', 257, 'hblooza14_planepadb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4424, '6021', 567, 'hblooza14_horsecarob', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4425, '6022', 257, 'st_palooza_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4426, '6023', 257, 'st_palooza_unicorn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4427, '6024', 726, 'st_palooza_cupcakes', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4428, '6025', 257, 'hblooza14_track_crl', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4429, '6026', 257, 'hblooza14_track', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4430, '6027', 257, 'hblooza14_track_crr', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4431, '6028', 600, 'hblooza14_pinata4', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4432, '6029', 257, 'st_palooza_screen', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4433, '6030', 257, 'st_palooza_balloons', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4434, '6031', 257, 'st_palooza_pool', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4435, '6032', 112, 'wildwest_minecart', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4436, '6033', 112, 'wildwest_teleport', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4437, '6034', 740, 'wildwest_piano', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4438, '6035', 112, 'wildwest_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4439, '6036', 112, 'wildwest_milkcan', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4440, '6037', 112, 'wildwest_bank', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4441, '6038', 112, 'wildwest_sofa', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4442, '6039', 112, 'wildwest_desk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4443, '6040', 112, 'wildwest_pump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4444, '6041', 112, 'wildwest_vulture', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4445, '6042', 112, 'wildwest_salooncrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4446, '6043', 112, 'wildwest_floor2', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4447, '6044', 112, 'wildwest_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4448, '6045', 112, 'wildwest_cactus1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4449, '6046', 112, 'wildwest_stagew2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4450, '6047', 112, 'wildwest_cactus2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4451, '6048', 718, 'wildwest_wagon', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4452, '6049', 112, 'wildwest_roofr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4453, '6050', 112, 'wildwest_stager2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4454, '6051', 112, 'wildwest_spittoon2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4455, '6052', 112, 'wildwest_roofw', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4456, '6053', 112, 'wildwest_store', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4457, '6054', 112, 'wildwest_bench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4458, '6055', 112, 'wildwest_saloondr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4459, '6056', 112, 'wildwest_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4460, '6057', 112, 'wildwest_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4461, '6058', 112, 'wildwest_wanted_poster', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4462, '6059', 718, 'wildwest_till', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4463, '6060', 112, 'wildwest_spittoon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4464, '6061', 112, 'wildwest_stocks', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4465, '6062', 112, 'wildwest_light', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4466, '6063', 112, 'wildwest_tarbucket', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4467, '6064', 112, 'wildwest_tree', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4468, '6065', 112, 'wildwest_saloon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4469, '6066', 112, 'wildwest_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4470, '6067', 112, 'wildwest_stageb', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4471, '6068', 112, 'wildwest_crn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4472, '6069', 112, 'wildwest_longhorn', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4473, '6070', 112, 'wildwest_clothesline', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4474, '6071', 112, 'wildwest_bgland', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4475, '6072', 112, 'wildwest_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4476, '6073', 112, 'wildwest_weed', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4477, '6074', 112, 'wildwest_bgland2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4478, '6075', 112, 'wildwest_bgtrain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4479, '6076', 112, 'wildwest_roofb', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4480, '6077', 112, 'wildwest_saloonwall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4481, '6078', 112, 'wildwest_sheriff', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4482, '6079', 112, 'wildwest_snake', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4483, '6080', 112, 'wildwest_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4484, '6081', 112, 'wildwest_stageb2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4485, '6082', 112, 'wildwest_stager', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4486, '6083', 112, 'wildwest_stagew', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4487, '6084', 718, 'wildwest_gallows', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4488, '6085', 112, 'st_wildwest_buffalo', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4489, '6086', 112, 'st_wildwest_cards', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4490, '6087', 112, 'st_wildwest_barrel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4491, '6088', 112, 'st_wildwest_tnt', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4492, '6089', 112, 'st_wildwest_goldpick', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4493, '6090', 112, 'st_wildwest_canteen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4494, '6091', 6, 'matic_light_cam_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4495, '6092', 6, 'matic_light_cam_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4496, '6093', 6, 'matic_light_cam_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4497, '6094', 6, 'matic_sanitizer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4498, '6095', 6, 'matic_light_cam_orange', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4499, '6096', 114, 'uni_messwardrobe', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4500, '6097', 114, 'uni_plush1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4501, '6098', 114, 'uni_owl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4502, '6099', 114, 'uni_ottoman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4503, '6100', 114, 'uni_drinks', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4504, '6101', 114, 'uni_brotein', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4505, '6102', 114, 'uni_games', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4506, '6103', 114, 'uni_girlchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4507, '6104', 114, 'uni_gamershelf', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4508, '6105', 114, 'uni_dumbells', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4509, '6106', 114, 'uni_doorhanging', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4510, '6107', 114, 'uni_wardrobe', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4511, '6108', 114, 'uni_jewellery', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4512, '6109', 114, 'uni_plush2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4513, '6110', 114, 'uni_cafeterie', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4514, '6111', 210, 'uni_projector', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4515, '6112', 114, 'uni_rubik', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4516, '6113', 114, 'uni_hipbed', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4517, '6114', 114, 'uni_laptop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4518, '6115', 114, 'uni_wobench', 3, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4519, '6116', 114, 'uni_fridge', 10, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4520, '6117', 114, 'uni_bed', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4521, '6118', 114, 'uni_snacks', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4522, '6119', 114, 'uni_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4523, '6120', 114, 'uni_messbed', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4524, '6121', 114, 'uni_gamerdesk', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4525, '6122', 114, 'uni_pizza', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4526, '6123', 114, 'uni_manga', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4527, '6124', 114, 'uni_nstand', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4528, '6125', 114, 'uni_plushpile', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4529, '6126', 114, 'uni_bookshelf', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4530, '6127', 114, 'uni_gamerbed', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4531, '6128', 114, 'uni_hipbookcase', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4532, '6129', 114, 'uni_desk', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4533, '6130', 114, 'uni_girlbed', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4534, '6131', 114, 'uni_alarm', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4535, '6132', 740, 'uni_lectern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4536, '6133', 114, 'uni_catrug', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4537, '6134', 114, 'uni_trashcan', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4538, '6135', 182, 'bathroom_bath3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4539, '6136', 182, 'bathroom_sinkmodule3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4540, '6137', 182, 'bathroom_tablemodule4', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4541, '6138', 182, 'bathroom_sinkmodule2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4542, '6139', 182, 'bathroom_toilet4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4543, '6140', 182, 'bathroom_tablemodule1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4544, '6141', 182, 'bathroom_toilet1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4545, '6142', 182, 'bathroom_sinkmodule4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4546, '6143', 182, 'bathroom_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4547, '6144', 182, 'bathroom_floortile2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4548, '6145', 182, 'bathroom_toilet3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4549, '6146', 182, 'bathroom_floortile4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4550, '6147', 182, 'bathroom_bath4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4551, '6148', 182, 'bathroom_shower1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4552, '6149', 182, 'bathroom_floortile3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4553, '6150', 182, 'bathroom_bath1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4554, '6151', 182, 'bathroom_toilet2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4555, '6152', 182, 'bathroom_toiletroll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4556, '6153', 182, 'bathroom_shampoo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4557, '6154', 182, 'bathroom_floortile1', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4558, '6155', 182, 'bathroom_shower2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4559, '6156', 182, 'bathroom_poop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4560, '6157', 182, 'bathroom_shower4', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4561, '6158', 182, 'bathroom_chamberpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4562, '6159', 182, 'bathroom_tablemodule2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4563, '6160', 182, 'bathroom_shower3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4564, '6161', 182, 'bathroom_tablemodule3', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4565, '6162', 182, 'bathroom_sinkmodule1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4566, '6163', 114, 'st_uni_dnamodel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4567, '6164', 114, 'st_uni_testtubes', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4568, '6165', 114, 'st_uni_labtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4569, '6166', 114, 'st_uni_ooze', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4570, '6167', 210, 'uni_einstein', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4571, '6168', 114, 'st_uni_solarsystem', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4572, '6169', 36, 'matic_water_dispenser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4573, '6170', 6, 'matic_chair', 4, 0, 0, 1, 0, 0, 194, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4574, '6171', 6, 'matic_brainjar', 4, 0, 0, 1, 0, 0, 195, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4575, '6172', 6, 'matic_slime_duck', 4, 0, 0, 1, 0, 0, 196, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4576, '6173', 6, 'matic_door', 4, 0, 0, 1, 0, 0, 197, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4577, '6174', 395, 'hween14_crn', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4578, '6175', 395, 'hween14_floor', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4579, '6176', 395, 'hween14_catrina', 4, 0, 0, 1, 0, 0, -21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4580, '6177', 395, 'hween14_hccoffin', 4, 0, 0, 1, 0, 0, -15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4581, '6178', 676, 'hween14_skelepieces', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4582, '6179', 676, 'hween14_mariachi', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4583, '6180', 395, 'hween14_table', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4584, '6181', 395, 'hween14_bench', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4585, '6182', 395, 'hween14_doll5', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4586, '6183', 395, 'hween14_carpet', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4587, '6184', 395, 'hween14_lovelock', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4588, '6185', 395, 'hween14_candletrail', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4589, '6186', 395, 'hween14_doll2', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4590, '6187', 395, 'hween14_doll8', 4, 0, 0, 1, 0, 0, -12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4591, '6188', 395, 'hween14_doll6', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4592, '6189', 395, 'hween14_doll1', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4593, '6190', 395, 'hween14_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4594, '6191', 395, 'hween14_goat', 4, 0, 0, 1, 0, 0, -18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4595, '6192', 395, 'hween14_doll7', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4596, '6193', 395, 'hween14_grossfood', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4597, '6194', 395, 'hween14_hctele', 4, 0, 0, 1, 0, 0, -17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4598, '6195', 395, 'hween14_flowertrail', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4599, '6196', 395, 'hween14_doll10', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4600, '6197', 395, 'hween14_hangskull', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4601, '6198', 395, 'hween14_skullcandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4602, '6199', 395, 'hween14_rare2', 4, 0, 0, 1, 0, 0, -19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4603, '6200', 395, 'hween14_altarpieces1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4604, '6201', 395, 'hween14_teleport', 4, 0, 0, 1, 0, 0, -16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4605, '6202', 395, 'hween14_doll9', 4, 0, 0, 1, 0, 0, -13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4606, '6203', 676, 'hween14_doll3', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4607, '6204', 676, 'hween14_doll4', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4608, '6205', 395, 'hween14_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4609, '6206', 395, 'hween14_food', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4610, '6207', 395, 'hween14_bed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4611, '6208', 395, 'hween14_altarpieces2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4612, '6209', 395, 'hween14_mirror', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4613, '6210', 395, 'hween14_flowerpot', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4614, '6211', 395, 'hween14_altarpieces3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4615, '6212', 395, 'hween14_divdr', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4616, '6213', 395, 'hween14_skulllight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4617, '6214', 395, 'hween14_demon', 4, 0, 0, 1, 0, 0, 198, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4618, '6215', 395, 'st_hween14_jack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4619, '6216', 395, 'st_hween14_skulls', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4620, '6217', 395, 'hween14_carnivalbg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4621, '6218', 395, 'st_hween14_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4622, '6219', 395, 'st_hween14_mbox', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4623, '6220', 395, 'st_hween14_fireplace', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4624, '6221', 395, 'st_hween14_closet', 4, 0, 0, 1, 0, 0, 199, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (4625, '6222', 307, 'CF_350_skull', 350, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4626, '6223', 395, 'hween14_rare1', 4, 0, 0, 1, 0, 0, -20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4627, '6224', 280, 'limo_r_front', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4628, '6225', 280, 'limo_r_back', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4629, '6226', 280, 'limo_r_mid2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4630, '6227', 280, 'limo_r_mid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4631, '6228', 740, 'hween14_ltdalter', 4, 0, 0, 1, 0, 0, -22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4632, '6229', 737, 'prizetrophy_mastercard', 0, 75, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4633, '6230', 484, 'xmas14_recliner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4634, '6231', 484, 'xmas14_corner2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4635, '6232', 484, 'xmas14_stages1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4636, '6233', 484, 'xmas14_tikibar2', 10, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4637, '6234', 484, 'xmas14_beachhut', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4638, '6235', 484, 'xmas14_divider', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4639, '6236', 484, 'xmas14_tikibar', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4640, '6237', 484, 'xmas14_stages2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4641, '6238', 484, 'xmas14_snowman', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4642, '6239', 484, 'xmas14_tele', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4643, '6240', 484, 'xmas14_corner1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4644, '6241', 484, 'xmas14_table', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4645, '6242', 484, 'xmas14_sunbeams', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4646, '6243', 484, 'xmas14_sand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4647, '6244', 484, 'xmas14_gate1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4648, '6245', 484, 'xmas14_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4649, '6246', 484, 'xmas14_gate2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4650, '6247', 484, 'xmas14_lights1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4651, '6248', 484, 'xmas14_lights2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4652, '6249', 484, 'xmas14_starfish', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4653, '6250', 484, 'xmas14_inflatabletree', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4654, '6251', 484, 'xmas14_palm', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4655, '6252', 484, 'xmas14_mermaid', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4656, '6253', 729, 'xmas14_lobsterdin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4657, '6254', 484, 'xmas14_festivehut', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4658, '6255', 484, 'xmas14_octosanta', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4659, '6256', 484, 'xmas14_sharkthrone', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4660, '6257', 484, 'xmas14_boomboxman', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4661, '6258', 484, 'xmas14_rudolph_ring', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4662, '6259', 740, 'xmas14_snowglobe', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4663, '6260', 484, 'xmas14_tubeman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4664, '6261', 484, 'xmas14_elf8', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4665, '6262', 484, 'xmas14_elf7', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4666, '6263', 484, 'xmas14_elf3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4667, '6264', 484, 'xmas14_elf1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4668, '6265', 484, 'xmas14_elf5', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4669, '6266', 484, 'xmas14_elf10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4670, '6267', 484, 'xmas14_elf2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4671, '6268', 484, 'xmas14_elf9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4672, '6269', 484, 'xmas14_elf4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4673, '6270', 484, 'xmas14_elf6', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4674, '6271', 355, 'hc_arab_tetbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4675, '6272', 355, 'hc_arab_bigtb', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4676, '6273', 484, 'xmas14_santateller', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4677, '6274', 49, 'memorial_size', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4678, '6275', 495, 'bc_blocktrophy_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4679, '6276', 484, 'xmas14_hammock', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4680, '6277', 484, 'xmas14_santastuck', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4681, '6278', 581, 'clothing_party1', 0, 500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4682, '6279', 207, 'clothing_geometricskirt', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4683, '6280', 205, 'clothing_waistcoatsuit', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4684, '6281', 200, 'clothing_meowtfit', 18, 20, 5, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4685, '6282', 201, 'clothing_gatsby', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4686, '6283', 310, 'clothing_bow', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4687, '6284', 202, 'clothing_squid', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4688, '6285', 201, 'clothing_baldy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4689, '6286', 676, 'clothing_wavy2', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4690, '6287', 201, 'clothing_mutton1', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4691, '6288', 202, 'clothing_straw2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4692, '6289', 202, 'clothing_fishhat', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4693, '6290', 206, 'clothing_rolled_jeans', 1, 225, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4694, '6291', 208, 'clothing_birdshoes', 1, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4695, '6292', 200, 'clothing_mermaidoutfit', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4696, '6293', 204, 'clothing_droopycollar', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4697, '6294', 310, 'clothing_headband', 6, 0, 0, 1, 0, 0, 36, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4698, '6295', 202, 'clothing_flowercrown', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4699, '6296', 310, 'clothing_hheadphones', 6, 0, 0, 1, 0, 0, 35, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4700, '6297', 201, 'clothing_mutton2', 2, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4701, '6298', 207, 'clothing_floralskirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4702, '6299', 310, 'clothing_nightvision', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4703, '6300', 588, 'clothing_mockymouse', 10, 20, 5, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4704, '6301', 204, 'clothing_xmas1', 5, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4705, '6302', 201, 'clothing_shavedside', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4706, '6303', 204, 'clothing_geometricjumper', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4707, '6304', 201, 'clothing_beard1', 2, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4708, '6305', 310, 'clothing_beads', 6, 0, 0, 1, 0, 0, 70, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4709, '6306', 204, 'clothing_twotonecardi', 5, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4710, '6307', 206, 'clothing_animalprint', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4711, '6308', 581, 'clothing_party2', 0, 500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4712, '6309', 204, 'clothing_tshirt_rolled', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4713, '6310', 588, 'clothing_rippedjeans', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4714, '6311', 208, 'clothing_shoestights', 4, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4715, '6312', 115, 'pet_puppy_toy', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4716, '6313', 115, 'pet_ufo_toy', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4717, '6314', 115, 'yarn', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4718, '6315', 115, 'nest_pig', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4719, '6316', 115, 'nest_bed', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4720, '6317', 115, 'nest_box', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4721, '6318', 423, 'fxbox_fx147', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4722, '6319', 423, 'fxbox_fx92', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4723, '6320', 423, 'fxbox_fx123', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4724, '6321', 423, 'fxbox_fx153', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4725, '6322', 676, 'fxbox_fx152', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4726, '6323', 423, 'fxbox_fx116', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4727, '6324', 676, 'fxbox_fx125', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4728, '6325', 423, 'fxbox_fx143', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4729, '6326', 423, 'fxbox_fx127', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4730, '6327', 423, 'fxbox_fx126', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4731, '6328', 472, 'ny2015_floor2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4732, '6329', 472, 'ny2015_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4733, '6330', 472, 'ny2015_balloons', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4734, '6331', 472, 'ny2015_chocfountain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4735, '6332', 472, 'ny2015_conball', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4736, '6333', 472, 'ny2015_bar', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4737, '6334', 472, 'ny2015_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4738, '6335', 472, 'ny2015_cctray', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4739, '6336', 472, 'ny2015_floor1', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4740, '6337', 472, 'ny2015_drktray', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4741, '6338', 355, 'hc_arab_tray3', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4742, '6339', 355, 'hc_arab_tray1', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4743, '6340', 355, 'hc_arab_rug', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4744, '6341', 355, 'hc_arab_chair', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4745, '6342', 355, 'hc_arab_divdr', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4746, '6343', 355, 'hc_arab_teamk', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4747, '6344', 355, 'hc_arab_snake', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4748, '6345', 355, 'hc_arab_pllw', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (4749, '6346', 278, 'pet_breeding_dog', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4750, '6347', 278, 'pet_breeding_pig', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4751, '6348', 278, 'pet_breeding_cat', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (4752, '6349', 547, 'ads_vpiggy_santapig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4753, '6350', 130, 'bc_pyramidtip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4754, '6351', 130, 'bc_pyramidtip_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4755, '6352', 130, 'bc_pyramidtip_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4756, '6353', 130, 'bc_pyramidtip_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4757, '6354', 130, 'bc_pyramidtip_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4758, '6355', 130, 'bc_pyramidtip_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4759, '6356', 130, 'bc_pyramidtip_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4760, '6357', 130, 'bc_pyramidtip_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4761, '6358', 130, 'bc_pyramidtip_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4762, '6359', 130, 'bc_pyramidtip_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4763, '6360', 130, 'bc_pyramidtip_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4764, '6361', 130, 'bc_pyramidtip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4765, '6362', 130, 'bc_pyramidtip_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4766, '6363', 130, 'bc_pyramidtip_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4767, '6364', 130, 'bc_pyramidtip_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4768, '6365', 130, 'bc_pyramidtip_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4769, '6366', 130, 'bc_pyramidtip_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4770, '6367', 130, 'bc_pyramidtip_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4771, '6368', 130, 'bc_pyramidtip_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4772, '6369', 130, 'bc_pyramidtip_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4773, '6370', 130, 'bc_pyramidtip_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4774, '6371', 130, 'bc_pyramidtip_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4775, '6372', 130, 'bc_pyramidtip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4776, '6373', 130, 'bc_pyramidtip_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4777, '6374', 130, 'bc_pyramidtip_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4778, '6375', 130, 'bc_pyramidtip_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4779, '6376', 130, 'bc_pyramidtip_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4780, '6377', 130, 'bc_pyramidtip_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4781, '6378', 130, 'bc_pyramidtip_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4782, '6379', 130, 'bc_pyramidtip_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4783, '6380', 130, 'bc_pyramidtip_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4784, '6381', 130, 'bc_pyramidtip_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4785, '6382', 130, 'bc_pyramidtip_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4786, '6383', 130, 'bc_pyramidtip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4787, '6384', 130, 'bc_pyramidtip_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4788, '6385', 130, 'bc_pyramidtip_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4789, '6386', 130, 'bc_pyramidtip_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4790, '6387', 130, 'bc_pyramidtip_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4791, '6388', 130, 'bc_pyramidtip_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4792, '6389', 130, 'bc_pyramidtip_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4793, '6390', 130, 'bc_pyramidtip_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4794, '6391', 130, 'bc_pyramidtip_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4795, '6392', 130, 'bc_pyramidtip_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4796, '6393', 130, 'bc_pyramidtip_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4797, '6394', 130, 'bc_pyramidtip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4798, '6395', 130, 'bc_pyramidtip_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4799, '6396', 130, 'bc_pyramidtip_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4800, '6397', 130, 'bc_pyramidtip_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4801, '6398', 130, 'bc_pyramidtip_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4802, '6399', 130, 'bc_pyramidtip_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4803, '6400', 130, 'bc_pyramidtip_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4804, '6401', 130, 'bc_pyramidtip_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4805, '6402', 130, 'bc_pyramidtip_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4806, '6403', 130, 'bc_pyramidtip_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4807, '6404', 130, 'bc_pyramidtip_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4808, '6405', 130, 'bc_pyramidtip_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4809, '6406', 130, 'bc_pyramidtip_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4810, '6407', 130, 'bc_pyramidtip_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4811, '6408', 130, 'bc_pyramidtip_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4812, '6409', 130, 'bc_pyramidtip_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4813, '6410', 130, 'bc_pyramidtip_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4814, '6411', 130, 'bc_pyramidtip_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4815, '6412', 130, 'bc_pyramidtip_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4816, '6413', 130, 'bc_pyramidtip_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4817, '6414', 130, 'bc_pyramidtip_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4818, '6415', 130, 'bc_pyramidtip_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4819, '6416', 130, 'bc_pyramidtip_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4820, '6417', 130, 'bc_pyramidtip_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4821, '6418', 130, 'bc_pyramidtip_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4822, '6419', 126, 'bc_cone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4823, '6420', 126, 'bc_cone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4824, '6421', 126, 'bc_cone_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4825, '6422', 126, 'bc_cone_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4826, '6423', 126, 'bc_cone_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4827, '6424', 126, 'bc_cone_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4828, '6425', 126, 'bc_cone_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4829, '6426', 126, 'bc_cone_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4830, '6427', 126, 'bc_cone_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4831, '6428', 126, 'bc_cone_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4832, '6429', 126, 'bc_cone_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4833, '6430', 126, 'bc_cone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4834, '6431', 126, 'bc_cone_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4835, '6432', 126, 'bc_cone_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4836, '6433', 126, 'bc_cone_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4837, '6434', 126, 'bc_cone_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4838, '6435', 126, 'bc_cone_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4839, '6436', 126, 'bc_cone_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4840, '6437', 126, 'bc_cone_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4841, '6438', 126, 'bc_cone_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4842, '6439', 126, 'bc_cone_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4843, '6440', 126, 'bc_cone_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4844, '6441', 126, 'bc_cone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4845, '6442', 126, 'bc_cone_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4846, '6443', 126, 'bc_cone_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4847, '6444', 126, 'bc_cone_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4848, '6445', 126, 'bc_cone_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4849, '6446', 126, 'bc_cone_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4850, '6447', 126, 'bc_cone_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4851, '6448', 126, 'bc_cone_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4852, '6449', 126, 'bc_cone_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4853, '6450', 126, 'bc_cone_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4854, '6451', 126, 'bc_cone_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4855, '6452', 126, 'bc_cone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4856, '6453', 126, 'bc_cone_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4857, '6454', 126, 'bc_cone_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4858, '6455', 126, 'bc_cone_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4859, '6456', 126, 'bc_cone_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4860, '6457', 126, 'bc_cone_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4861, '6458', 126, 'bc_cone_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4862, '6459', 126, 'bc_cone_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4863, '6460', 126, 'bc_cone_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4864, '6461', 126, 'bc_cone_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4865, '6462', 126, 'bc_cone_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4866, '6463', 126, 'bc_cone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4867, '6464', 126, 'bc_cone_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4868, '6465', 126, 'bc_cone_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4869, '6466', 126, 'bc_cone_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4870, '6467', 126, 'bc_cone_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4871, '6468', 126, 'bc_cone_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4872, '6469', 126, 'bc_cone_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4873, '6470', 126, 'bc_cone_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4874, '6471', 126, 'bc_cone_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4875, '6472', 126, 'bc_cone_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4876, '6473', 126, 'bc_cone_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4877, '6474', 126, 'bc_cone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4878, '6475', 126, 'bc_cone_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4879, '6476', 126, 'bc_cone_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4880, '6477', 126, 'bc_cone_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4881, '6478', 126, 'bc_cone_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4882, '6479', 126, 'bc_cone_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4883, '6480', 126, 'bc_cone_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4884, '6481', 126, 'bc_cone_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4885, '6482', 126, 'bc_cone_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4886, '6483', 126, 'bc_cone_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4887, '6484', 126, 'bc_cone_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4888, '6485', 126, 'bc_cone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4889, '6486', 126, 'bc_cone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4890, '6487', 126, 'bc_cone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4891, '6488', 133, 'bc_standinghalfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4892, '6489', 133, 'bc_standinghalfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4893, '6490', 133, 'bc_standinghalfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4894, '6491', 133, 'bc_standinghalfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4895, '6492', 133, 'bc_standinghalfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4896, '6493', 133, 'bc_standinghalfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4897, '6494', 133, 'bc_standinghalfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4898, '6495', 133, 'bc_standinghalfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4899, '6496', 133, 'bc_standinghalfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4900, '6497', 133, 'bc_standinghalfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4901, '6498', 133, 'bc_standinghalfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4902, '6499', 133, 'bc_standinghalfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4903, '6500', 133, 'bc_standinghalfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4904, '6501', 133, 'bc_standinghalfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4905, '6502', 133, 'bc_standinghalfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4906, '6503', 133, 'bc_standinghalfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4907, '6504', 133, 'bc_standinghalfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4908, '6505', 133, 'bc_standinghalfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4909, '6506', 133, 'bc_standinghalfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4910, '6507', 133, 'bc_standinghalfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4911, '6508', 133, 'bc_standinghalfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4912, '6509', 133, 'bc_standinghalfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4913, '6510', 133, 'bc_standinghalfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4914, '6511', 133, 'bc_standinghalfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4915, '6512', 133, 'bc_standinghalfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4916, '6513', 133, 'bc_standinghalfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4917, '6514', 133, 'bc_standinghalfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4918, '6515', 133, 'bc_standinghalfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4919, '6516', 133, 'bc_standinghalfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4920, '6517', 133, 'bc_standinghalfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4921, '6518', 133, 'bc_standinghalfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4922, '6519', 133, 'bc_standinghalfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4923, '6520', 133, 'bc_standinghalfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4924, '6521', 133, 'bc_standinghalfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4925, '6522', 133, 'bc_standinghalfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4926, '6523', 133, 'bc_standinghalfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4927, '6524', 133, 'bc_standinghalfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4928, '6525', 133, 'bc_standinghalfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4929, '6526', 133, 'bc_standinghalfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4930, '6527', 133, 'bc_standinghalfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4931, '6528', 133, 'bc_standinghalfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4932, '6529', 133, 'bc_standinghalfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4933, '6530', 133, 'bc_standinghalfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4934, '6531', 133, 'bc_standinghalfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4935, '6532', 133, 'bc_standinghalfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4936, '6533', 133, 'bc_standinghalfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4937, '6534', 133, 'bc_standinghalfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4938, '6535', 133, 'bc_standinghalfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4939, '6536', 133, 'bc_standinghalfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4940, '6537', 133, 'bc_standinghalfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4941, '6538', 133, 'bc_standinghalfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4942, '6539', 133, 'bc_standinghalfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4943, '6540', 133, 'bc_standinghalfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4944, '6541', 133, 'bc_standinghalfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4945, '6542', 133, 'bc_standinghalfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4946, '6543', 133, 'bc_standinghalfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4947, '6544', 133, 'bc_standinghalfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4948, '6545', 133, 'bc_standinghalfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4949, '6546', 133, 'bc_standinghalfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4950, '6547', 133, 'bc_standinghalfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4951, '6548', 133, 'bc_standinghalfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4952, '6549', 133, 'bc_standinghalfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4953, '6550', 133, 'bc_standinghalfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4954, '6551', 133, 'bc_standinghalfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4955, '6552', 133, 'bc_standinghalfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4956, '6553', 133, 'bc_standinghalfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4957, '6554', 133, 'bc_standinghalfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4958, '6555', 133, 'bc_standinghalfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4959, '6556', 133, 'bc_standinghalfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4960, '6557', 129, 'bc_hemisphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4961, '6558', 129, 'bc_hemisphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4962, '6559', 129, 'bc_hemisphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4963, '6560', 129, 'bc_hemisphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4964, '6561', 129, 'bc_hemisphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4965, '6562', 129, 'bc_hemisphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4966, '6563', 129, 'bc_hemisphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4967, '6564', 129, 'bc_hemisphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4968, '6565', 129, 'bc_hemisphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4969, '6566', 129, 'bc_hemisphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4970, '6567', 129, 'bc_hemisphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4971, '6568', 129, 'bc_hemisphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4972, '6569', 129, 'bc_hemisphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4973, '6570', 129, 'bc_hemisphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4974, '6571', 129, 'bc_hemisphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4975, '6572', 129, 'bc_hemisphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4976, '6573', 129, 'bc_hemisphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4977, '6574', 129, 'bc_hemisphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4978, '6575', 129, 'bc_hemisphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4979, '6576', 129, 'bc_hemisphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4980, '6577', 129, 'bc_hemisphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4981, '6578', 129, 'bc_hemisphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4982, '6579', 129, 'bc_hemisphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4983, '6580', 129, 'bc_hemisphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4984, '6581', 129, 'bc_hemisphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4985, '6582', 129, 'bc_hemisphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4986, '6583', 129, 'bc_hemisphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4987, '6584', 129, 'bc_hemisphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4988, '6585', 129, 'bc_hemisphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4989, '6586', 129, 'bc_hemisphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4990, '6587', 129, 'bc_hemisphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4991, '6588', 129, 'bc_hemisphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4992, '6589', 129, 'bc_hemisphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4993, '6590', 129, 'bc_hemisphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4994, '6591', 129, 'bc_hemisphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4995, '6592', 129, 'bc_hemisphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4996, '6593', 129, 'bc_hemisphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4997, '6594', 129, 'bc_hemisphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4998, '6595', 129, 'bc_hemisphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (4999, '6596', 129, 'bc_hemisphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5000, '6597', 129, 'bc_hemisphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5001, '6598', 129, 'bc_hemisphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5002, '6599', 129, 'bc_hemisphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5003, '6600', 129, 'bc_hemisphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5004, '6601', 129, 'bc_hemisphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5005, '6602', 129, 'bc_hemisphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5006, '6603', 129, 'bc_hemisphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5007, '6604', 129, 'bc_hemisphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5008, '6605', 129, 'bc_hemisphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5009, '6606', 129, 'bc_hemisphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5010, '6607', 129, 'bc_hemisphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5011, '6608', 129, 'bc_hemisphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5012, '6609', 129, 'bc_hemisphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5013, '6610', 129, 'bc_hemisphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5014, '6611', 129, 'bc_hemisphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5015, '6612', 129, 'bc_hemisphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5016, '6613', 129, 'bc_hemisphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5017, '6614', 129, 'bc_hemisphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5018, '6615', 129, 'bc_hemisphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5019, '6616', 129, 'bc_hemisphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5020, '6617', 129, 'bc_hemisphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5021, '6618', 129, 'bc_hemisphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5022, '6619', 129, 'bc_hemisphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5023, '6620', 129, 'bc_hemisphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5024, '6621', 129, 'bc_hemisphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5025, '6622', 129, 'bc_hemisphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5026, '6623', 129, 'bc_hemisphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5027, '6624', 129, 'bc_hemisphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5028, '6625', 129, 'bc_hemisphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5029, '6626', 128, 'bc_halfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5030, '6627', 128, 'bc_halfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5031, '6628', 128, 'bc_halfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5032, '6629', 128, 'bc_halfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5033, '6630', 128, 'bc_halfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5034, '6631', 128, 'bc_halfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5035, '6632', 128, 'bc_halfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5036, '6633', 128, 'bc_halfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5037, '6634', 128, 'bc_halfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5038, '6635', 128, 'bc_halfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5039, '6636', 128, 'bc_halfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5040, '6637', 128, 'bc_halfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5041, '6638', 128, 'bc_halfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5042, '6639', 128, 'bc_halfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5043, '6640', 128, 'bc_halfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5044, '6641', 128, 'bc_halfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5045, '6642', 128, 'bc_halfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5046, '6643', 128, 'bc_halfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5047, '6644', 128, 'bc_halfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5048, '6645', 128, 'bc_halfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5049, '6646', 128, 'bc_halfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5050, '6647', 128, 'bc_halfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5051, '6648', 128, 'bc_halfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5052, '6649', 128, 'bc_halfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5053, '6650', 128, 'bc_halfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5054, '6651', 128, 'bc_halfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5055, '6652', 128, 'bc_halfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5056, '6653', 128, 'bc_halfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5057, '6654', 128, 'bc_halfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5058, '6655', 128, 'bc_halfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5059, '6656', 128, 'bc_halfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5060, '6657', 128, 'bc_halfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5061, '6658', 128, 'bc_halfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5062, '6659', 128, 'bc_halfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5063, '6660', 128, 'bc_halfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5064, '6661', 128, 'bc_halfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5065, '6662', 128, 'bc_halfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5066, '6663', 128, 'bc_halfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5067, '6664', 128, 'bc_halfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5068, '6665', 128, 'bc_halfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5069, '6666', 128, 'bc_halfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5070, '6667', 128, 'bc_halfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5071, '6668', 128, 'bc_halfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5072, '6669', 128, 'bc_halfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5073, '6670', 128, 'bc_halfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5074, '6671', 128, 'bc_halfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5075, '6672', 128, 'bc_halfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5076, '6673', 128, 'bc_halfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5077, '6674', 128, 'bc_halfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5078, '6675', 128, 'bc_halfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5079, '6676', 128, 'bc_halfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5080, '6677', 128, 'bc_halfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5081, '6678', 128, 'bc_halfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5082, '6679', 128, 'bc_halfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5083, '6680', 128, 'bc_halfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5084, '6681', 128, 'bc_halfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5085, '6682', 128, 'bc_halfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5086, '6683', 128, 'bc_halfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5087, '6684', 128, 'bc_halfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5088, '6685', 128, 'bc_halfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5089, '6686', 128, 'bc_halfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5090, '6687', 128, 'bc_halfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5091, '6688', 128, 'bc_halfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5092, '6689', 128, 'bc_halfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5093, '6690', 128, 'bc_halfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5094, '6691', 128, 'bc_halfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5095, '6692', 128, 'bc_halfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5096, '6693', 128, 'bc_halfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5097, '6694', 128, 'bc_halfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5098, '6695', 131, 'bc_quarterring_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5099, '6696', 131, 'bc_quarterring_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5100, '6697', 131, 'bc_quarterring_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5101, '6698', 131, 'bc_quarterring_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5102, '6699', 131, 'bc_quarterring_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5103, '6700', 131, 'bc_quarterring_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5104, '6701', 131, 'bc_quarterring_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5105, '6702', 131, 'bc_quarterring_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5106, '6703', 131, 'bc_quarterring_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5107, '6704', 131, 'bc_quarterring_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5108, '6705', 131, 'bc_quarterring_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5109, '6706', 131, 'bc_quarterring_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5110, '6707', 131, 'bc_quarterring_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5111, '6708', 131, 'bc_quarterring_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5112, '6709', 131, 'bc_quarterring_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5113, '6710', 131, 'bc_quarterring_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5114, '6711', 131, 'bc_quarterring_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5115, '6712', 131, 'bc_quarterring_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5116, '6713', 131, 'bc_quarterring_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5117, '6714', 131, 'bc_quarterring_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5118, '6715', 131, 'bc_quarterring_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5119, '6716', 131, 'bc_quarterring_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5120, '6717', 131, 'bc_quarterring_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5121, '6718', 131, 'bc_quarterring_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5122, '6719', 131, 'bc_quarterring_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5123, '6720', 131, 'bc_quarterring_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5124, '6721', 131, 'bc_quarterring_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5125, '6722', 131, 'bc_quarterring_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5126, '6723', 131, 'bc_quarterring_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5127, '6724', 131, 'bc_quarterring_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5128, '6725', 131, 'bc_quarterring_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5129, '6726', 131, 'bc_quarterring_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5130, '6727', 131, 'bc_quarterring_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5131, '6728', 131, 'bc_quarterring_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5132, '6729', 131, 'bc_quarterring_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5133, '6730', 131, 'bc_quarterring_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5134, '6731', 131, 'bc_quarterring_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5135, '6732', 131, 'bc_quarterring_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5136, '6733', 131, 'bc_quarterring_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5137, '6734', 131, 'bc_quarterring_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5138, '6735', 131, 'bc_quarterring_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5139, '6736', 131, 'bc_quarterring_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5140, '6737', 131, 'bc_quarterring_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5141, '6738', 131, 'bc_quarterring_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5142, '6739', 131, 'bc_quarterring_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5143, '6740', 131, 'bc_quarterring_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5144, '6741', 131, 'bc_quarterring_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5145, '6742', 131, 'bc_quarterring_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5146, '6743', 131, 'bc_quarterring_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5147, '6744', 131, 'bc_quarterring_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5148, '6745', 131, 'bc_quarterring_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5149, '6746', 131, 'bc_quarterring_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5150, '6747', 131, 'bc_quarterring_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5151, '6748', 131, 'bc_quarterring_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5152, '6749', 131, 'bc_quarterring_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5153, '6750', 131, 'bc_quarterring_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5154, '6751', 131, 'bc_quarterring_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5155, '6752', 131, 'bc_quarterring_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5156, '6753', 131, 'bc_quarterring_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5157, '6754', 131, 'bc_quarterring_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5158, '6755', 131, 'bc_quarterring_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5159, '6756', 131, 'bc_quarterring_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5160, '6757', 131, 'bc_quarterring_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5161, '6758', 131, 'bc_quarterring_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5162, '6759', 131, 'bc_quarterring_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5163, '6760', 131, 'bc_quarterring_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5164, '6761', 131, 'bc_quarterring_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5165, '6762', 131, 'bc_quarterring_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5166, '6763', 131, 'bc_quarterring_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5167, '6764', 137, 'bc_glasspanel_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5168, '6765', 137, 'bc_glasspanel_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5169, '6766', 137, 'bc_glasspanel_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5170, '6767', 137, 'bc_glasspanel_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5171, '6768', 137, 'bc_glasspanel_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5172, '6769', 137, 'bc_glasspanel_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5173, '6770', 137, 'bc_glasspanel_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5174, '6771', 137, 'bc_glasspanel_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5175, '6772', 137, 'bc_glasspanel_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5176, '6773', 137, 'bc_glasspanel_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5177, '6774', 137, 'bc_glasspanel_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5178, '6775', 137, 'bc_glasspanel_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5179, '6776', 137, 'bc_glasspanel_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5180, '6777', 137, 'bc_glasspanel_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5181, '6778', 137, 'bc_glasspanel_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5182, '6779', 137, 'bc_glasspanel_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5183, '6780', 137, 'bc_glasspanel_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5184, '6781', 137, 'bc_glasspanel_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5185, '6782', 137, 'bc_glasspanel_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5186, '6783', 137, 'bc_glasspanel_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5187, '6784', 137, 'bc_glasspanel_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5188, '6785', 137, 'bc_glasspanel_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5189, '6786', 137, 'bc_glasspanel_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5190, '6787', 137, 'bc_glasspanel_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5191, '6788', 137, 'bc_glasspanel_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5192, '6789', 137, 'bc_glasspanel_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5193, '6790', 137, 'bc_glasspanel_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5194, '6791', 137, 'bc_glasspanel_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5195, '6792', 137, 'bc_glasspanel_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5196, '6793', 137, 'bc_glasspanel_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5197, '6794', 137, 'bc_glasspanel_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5198, '6795', 137, 'bc_glasspanel_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5199, '6796', 137, 'bc_glasspanel_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5200, '6797', 137, 'bc_glasspanel_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5201, '6798', 137, 'bc_glasspanel_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5202, '6799', 137, 'bc_glasspanel_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5203, '6800', 137, 'bc_glasspanel_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5204, '6801', 137, 'bc_glasspanel_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5205, '6802', 137, 'bc_glasspanel_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5206, '6803', 137, 'bc_glasspanel_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5207, '6804', 137, 'bc_glasspanel_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5208, '6805', 137, 'bc_glasspanel_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5209, '6806', 137, 'bc_glasspanel_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5210, '6807', 137, 'bc_glasspanel_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5211, '6808', 137, 'bc_glasspanel_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5212, '6809', 137, 'bc_glasspanel_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5213, '6810', 137, 'bc_glasspanel_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5214, '6811', 137, 'bc_glasspanel_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5215, '6812', 137, 'bc_glasspanel_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5216, '6813', 137, 'bc_glasspanel_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5217, '6814', 137, 'bc_glasspanel_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5218, '6815', 137, 'bc_glasspanel_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5219, '6816', 137, 'bc_glasspanel_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5220, '6817', 137, 'bc_glasspanel_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5221, '6818', 137, 'bc_glasspanel_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5222, '6819', 137, 'bc_glasspanel_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5223, '6820', 137, 'bc_glasspanel_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5224, '6821', 137, 'bc_glasspanel_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5225, '6822', 137, 'bc_glasspanel_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5226, '6823', 137, 'bc_glasspanel_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5227, '6824', 137, 'bc_glasspanel_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5228, '6825', 137, 'bc_glasspanel_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5229, '6826', 137, 'bc_glasspanel_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5230, '6827', 137, 'bc_glasspanel_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5231, '6828', 137, 'bc_glasspanel_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5232, '6829', 137, 'bc_glasspanel_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5233, '6830', 137, 'bc_glasspanel_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5234, '6831', 137, 'bc_glasspanel_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5235, '6832', 137, 'bc_glasspanel_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5236, '6833', 135, 'bc_wedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5237, '6834', 135, 'bc_wedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5238, '6835', 135, 'bc_wedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5239, '6836', 135, 'bc_wedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5240, '6837', 135, 'bc_wedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5241, '6838', 135, 'bc_wedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5242, '6839', 135, 'bc_wedge_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5243, '6840', 135, 'bc_wedge_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5244, '6841', 135, 'bc_wedge_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5245, '6842', 135, 'bc_wedge_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5246, '6843', 135, 'bc_wedge_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5247, '6844', 135, 'bc_wedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5248, '6845', 135, 'bc_wedge_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5249, '6846', 135, 'bc_wedge_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5250, '6847', 135, 'bc_wedge_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5251, '6848', 135, 'bc_wedge_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5252, '6849', 135, 'bc_wedge_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5253, '6850', 135, 'bc_wedge_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5254, '6851', 135, 'bc_wedge_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5255, '6852', 135, 'bc_wedge_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5256, '6853', 135, 'bc_wedge_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5257, '6854', 135, 'bc_wedge_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5258, '6855', 135, 'bc_wedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5259, '6856', 135, 'bc_wedge_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5260, '6857', 135, 'bc_wedge_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5261, '6858', 135, 'bc_wedge_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5262, '6859', 135, 'bc_wedge_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5263, '6860', 135, 'bc_wedge_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5264, '6861', 135, 'bc_wedge_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5265, '6862', 135, 'bc_wedge_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5266, '6863', 135, 'bc_wedge_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5267, '6864', 135, 'bc_wedge_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5268, '6865', 135, 'bc_wedge_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5269, '6866', 135, 'bc_wedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5270, '6867', 135, 'bc_wedge_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5271, '6868', 135, 'bc_wedge_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5272, '6869', 135, 'bc_wedge_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5273, '6870', 135, 'bc_wedge_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5274, '6871', 135, 'bc_wedge_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5275, '6872', 135, 'bc_wedge_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5276, '6873', 135, 'bc_wedge_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5277, '6874', 135, 'bc_wedge_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5278, '6875', 135, 'bc_wedge_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5279, '6876', 135, 'bc_wedge_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5280, '6877', 135, 'bc_wedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5281, '6878', 135, 'bc_wedge_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5282, '6879', 135, 'bc_wedge_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5283, '6880', 135, 'bc_wedge_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5284, '6881', 135, 'bc_wedge_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5285, '6882', 135, 'bc_wedge_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5286, '6883', 135, 'bc_wedge_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5287, '6884', 135, 'bc_wedge_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5288, '6885', 135, 'bc_wedge_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5289, '6886', 135, 'bc_wedge_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5290, '6887', 135, 'bc_wedge_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5291, '6888', 135, 'bc_wedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5292, '6889', 135, 'bc_wedge_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5293, '6890', 135, 'bc_wedge_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5294, '6891', 135, 'bc_wedge_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5295, '6892', 135, 'bc_wedge_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5296, '6893', 135, 'bc_wedge_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5297, '6894', 135, 'bc_wedge_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5298, '6895', 135, 'bc_wedge_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5299, '6896', 135, 'bc_wedge_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5300, '6897', 135, 'bc_wedge_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5301, '6898', 135, 'bc_wedge_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5302, '6899', 135, 'bc_wedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5303, '6900', 135, 'bc_wedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5304, '6901', 135, 'bc_wedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5305, '6902', 139, 'bc_block_0_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5306, '6903', 139, 'bc_block_0_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5307, '6904', 139, 'bc_block_0_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5308, '6905', 139, 'bc_block_0_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5309, '6906', 139, 'bc_block_0_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5310, '6907', 139, 'bc_block_0_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5311, '6908', 139, 'bc_block_0_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5312, '6909', 139, 'bc_block_0_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5313, '6910', 139, 'bc_block_0_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5314, '6911', 139, 'bc_block_0_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5315, '6912', 139, 'bc_block_0_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5316, '6913', 139, 'bc_block_0_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5317, '6914', 139, 'bc_block_0_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5318, '6915', 139, 'bc_block_0_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5319, '6916', 139, 'bc_block_0_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5320, '6917', 139, 'bc_block_0_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5321, '6918', 139, 'bc_block_0_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5322, '6919', 139, 'bc_block_0_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5323, '6920', 139, 'bc_block_0_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5324, '6921', 139, 'bc_block_0_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5325, '6922', 139, 'bc_block_0_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5326, '6923', 139, 'bc_block_0_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5327, '6924', 139, 'bc_block_0_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5328, '6925', 139, 'bc_block_0_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5329, '6926', 139, 'bc_block_0_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5330, '6927', 139, 'bc_block_0_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5331, '6928', 139, 'bc_block_0_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5332, '6929', 139, 'bc_block_0_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5333, '6930', 139, 'bc_block_0_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5334, '6931', 139, 'bc_block_0_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5335, '6932', 139, 'bc_block_0_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5336, '6933', 139, 'bc_block_0_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5337, '6934', 139, 'bc_block_0_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5338, '6935', 139, 'bc_block_0_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5339, '6936', 139, 'bc_block_0_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5340, '6937', 139, 'bc_block_0_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5341, '6938', 139, 'bc_block_0_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5342, '6939', 139, 'bc_block_0_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5343, '6940', 139, 'bc_block_0_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5344, '6941', 139, 'bc_block_0_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5345, '6942', 139, 'bc_block_0_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5346, '6943', 139, 'bc_block_0_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5347, '6944', 139, 'bc_block_0_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5348, '6945', 139, 'bc_block_0_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5349, '6946', 139, 'bc_block_0_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5350, '6947', 139, 'bc_block_0_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5351, '6948', 139, 'bc_block_0_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5352, '6949', 139, 'bc_block_0_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5353, '6950', 139, 'bc_block_0_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5354, '6951', 139, 'bc_block_0_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5355, '6952', 139, 'bc_block_0_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5356, '6953', 139, 'bc_block_0_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5357, '6954', 139, 'bc_block_0_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5358, '6955', 139, 'bc_block_0_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5359, '6956', 139, 'bc_block_0_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5360, '6957', 127, 'bc_cylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5361, '6958', 127, 'bc_cylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5362, '6959', 127, 'bc_cylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5363, '6960', 127, 'bc_cylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5364, '6961', 127, 'bc_cylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5365, '6962', 127, 'bc_cylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5366, '6963', 127, 'bc_cylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5367, '6964', 127, 'bc_cylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5368, '6965', 127, 'bc_cylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5369, '6966', 127, 'bc_cylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5370, '6967', 127, 'bc_cylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5371, '6968', 127, 'bc_cylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5372, '6969', 127, 'bc_cylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5373, '6970', 127, 'bc_cylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5374, '6971', 127, 'bc_cylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5375, '6972', 127, 'bc_cylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5376, '6973', 127, 'bc_cylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5377, '6974', 127, 'bc_cylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5378, '6975', 127, 'bc_cylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5379, '6976', 127, 'bc_cylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5380, '6977', 127, 'bc_cylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5381, '6978', 127, 'bc_cylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5382, '6979', 127, 'bc_cylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5383, '6980', 127, 'bc_cylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5384, '6981', 127, 'bc_cylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5385, '6982', 127, 'bc_cylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5386, '6983', 127, 'bc_cylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5387, '6984', 127, 'bc_cylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5388, '6985', 127, 'bc_cylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5389, '6986', 127, 'bc_cylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5390, '6987', 127, 'bc_cylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5391, '6988', 127, 'bc_cylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5392, '6989', 127, 'bc_cylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5393, '6990', 127, 'bc_cylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5394, '6991', 127, 'bc_cylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5395, '6992', 127, 'bc_cylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5396, '6993', 127, 'bc_cylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5397, '6994', 127, 'bc_cylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5398, '6995', 127, 'bc_cylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5399, '6996', 127, 'bc_cylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5400, '6997', 127, 'bc_cylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5401, '6998', 127, 'bc_cylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5402, '6999', 127, 'bc_cylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5403, '7000', 127, 'bc_cylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5404, '7001', 127, 'bc_cylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5405, '7002', 127, 'bc_cylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5406, '7003', 127, 'bc_cylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5407, '7004', 127, 'bc_cylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5408, '7005', 127, 'bc_cylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5409, '7006', 127, 'bc_cylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5410, '7007', 127, 'bc_cylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5411, '7008', 127, 'bc_cylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5412, '7009', 127, 'bc_cylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5413, '7010', 127, 'bc_cylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5414, '7011', 127, 'bc_cylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5415, '7012', 127, 'bc_cylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5416, '7013', 127, 'bc_cylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5417, '7014', 127, 'bc_cylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5418, '7015', 127, 'bc_cylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5419, '7016', 127, 'bc_cylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5420, '7017', 127, 'bc_cylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5421, '7018', 127, 'bc_cylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5422, '7019', 127, 'bc_cylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5423, '7020', 127, 'bc_cylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5424, '7021', 127, 'bc_cylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5425, '7022', 127, 'bc_cylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5426, '7023', 127, 'bc_cylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5427, '7024', 127, 'bc_cylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5428, '7025', 127, 'bc_cylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5429, '7026', 134, 'bc_standingtriangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5430, '7027', 134, 'bc_standingtriangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5431, '7028', 134, 'bc_standingtriangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5432, '7029', 134, 'bc_standingtriangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5433, '7030', 134, 'bc_standingtriangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5434, '7031', 134, 'bc_standingtriangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5435, '7032', 134, 'bc_standingtriangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5436, '7033', 134, 'bc_standingtriangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5437, '7034', 134, 'bc_standingtriangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5438, '7035', 134, 'bc_standingtriangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5439, '7036', 134, 'bc_standingtriangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5440, '7037', 134, 'bc_standingtriangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5441, '7038', 134, 'bc_standingtriangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5442, '7039', 134, 'bc_standingtriangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5443, '7040', 134, 'bc_standingtriangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5444, '7041', 134, 'bc_standingtriangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5445, '7042', 134, 'bc_standingtriangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5446, '7043', 134, 'bc_standingtriangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5447, '7044', 134, 'bc_standingtriangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5448, '7045', 134, 'bc_standingtriangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5449, '7046', 134, 'bc_standingtriangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5450, '7047', 134, 'bc_standingtriangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5451, '7048', 134, 'bc_standingtriangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5452, '7049', 134, 'bc_standingtriangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5453, '7050', 134, 'bc_standingtriangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5454, '7051', 134, 'bc_standingtriangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5455, '7052', 134, 'bc_standingtriangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5456, '7053', 134, 'bc_standingtriangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5457, '7054', 134, 'bc_standingtriangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5458, '7055', 134, 'bc_standingtriangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5459, '7056', 134, 'bc_standingtriangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5460, '7057', 134, 'bc_standingtriangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5461, '7058', 134, 'bc_standingtriangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5462, '7059', 134, 'bc_standingtriangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5463, '7060', 134, 'bc_standingtriangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5464, '7061', 134, 'bc_standingtriangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5465, '7062', 134, 'bc_standingtriangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5466, '7063', 134, 'bc_standingtriangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5467, '7064', 134, 'bc_standingtriangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5468, '7065', 134, 'bc_standingtriangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5469, '7066', 134, 'bc_standingtriangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5470, '7067', 134, 'bc_standingtriangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5471, '7068', 134, 'bc_standingtriangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5472, '7069', 134, 'bc_standingtriangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5473, '7070', 134, 'bc_standingtriangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5474, '7071', 134, 'bc_standingtriangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5475, '7072', 134, 'bc_standingtriangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5476, '7073', 134, 'bc_standingtriangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5477, '7074', 134, 'bc_standingtriangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5478, '7075', 134, 'bc_standingtriangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5479, '7076', 134, 'bc_standingtriangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5480, '7077', 134, 'bc_standingtriangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5481, '7078', 134, 'bc_standingtriangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5482, '7079', 134, 'bc_standingtriangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5483, '7080', 134, 'bc_standingtriangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5484, '7081', 134, 'bc_standingtriangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5485, '7082', 134, 'bc_standingtriangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5486, '7083', 134, 'bc_standingtriangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5487, '7084', 134, 'bc_standingtriangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5488, '7085', 134, 'bc_standingtriangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5489, '7086', 134, 'bc_standingtriangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5490, '7087', 134, 'bc_standingtriangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5491, '7088', 134, 'bc_standingtriangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5492, '7089', 134, 'bc_standingtriangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5493, '7090', 134, 'bc_standingtriangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5494, '7091', 134, 'bc_standingtriangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5495, '7092', 134, 'bc_standingtriangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5496, '7093', 134, 'bc_standingtriangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5497, '7094', 134, 'bc_standingtriangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5498, '7095', 140, 'bc_block_1_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5499, '7096', 140, 'bc_block_1_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5500, '7097', 140, 'bc_block_1_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5501, '7098', 140, 'bc_block_1_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5502, '7099', 140, 'bc_block_1_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5503, '7100', 140, 'bc_block_1_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5504, '7101', 140, 'bc_block_1_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5505, '7102', 140, 'bc_block_1_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5506, '7103', 140, 'bc_block_1_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5507, '7104', 140, 'bc_block_1_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5508, '7105', 140, 'bc_block_1_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5509, '7106', 140, 'bc_block_1_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5510, '7107', 140, 'bc_block_1_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5511, '7108', 140, 'bc_block_1_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5512, '7109', 140, 'bc_block_1_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5513, '7110', 140, 'bc_block_1_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5514, '7111', 140, 'bc_block_1_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5515, '7112', 140, 'bc_block_1_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5516, '7113', 140, 'bc_block_1_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5517, '7114', 140, 'bc_block_1_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5518, '7115', 140, 'bc_block_1_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5519, '7116', 140, 'bc_block_1_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5520, '7117', 140, 'bc_block_1_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5521, '7118', 140, 'bc_block_1_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5522, '7119', 140, 'bc_block_1_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5523, '7120', 140, 'bc_block_1_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5524, '7121', 140, 'bc_block_1_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5525, '7122', 140, 'bc_block_1_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5526, '7123', 140, 'bc_block_1_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5527, '7124', 140, 'bc_block_1_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5528, '7125', 140, 'bc_block_1_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5529, '7126', 140, 'bc_block_1_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5530, '7127', 140, 'bc_block_1_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5531, '7128', 140, 'bc_block_1_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5532, '7129', 140, 'bc_block_1_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5533, '7130', 140, 'bc_block_1_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5534, '7131', 140, 'bc_block_1_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5535, '7132', 140, 'bc_block_1_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5536, '7133', 140, 'bc_block_1_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5537, '7134', 140, 'bc_block_1_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5538, '7135', 140, 'bc_block_1_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5539, '7136', 140, 'bc_block_1_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5540, '7137', 140, 'bc_block_1_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5541, '7138', 140, 'bc_block_1_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5542, '7139', 140, 'bc_block_1_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5543, '7140', 140, 'bc_block_1_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5544, '7141', 140, 'bc_block_1_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5545, '7142', 140, 'bc_block_1_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5546, '7143', 140, 'bc_block_1_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5547, '7144', 140, 'bc_block_1_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5548, '7145', 140, 'bc_block_1_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5549, '7146', 140, 'bc_block_1_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5550, '7147', 140, 'bc_block_1_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5551, '7148', 140, 'bc_block_1_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5552, '7149', 140, 'bc_block_1_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5553, '7150', 136, 'bc_triangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5554, '7151', 136, 'bc_triangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5555, '7152', 136, 'bc_triangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5556, '7153', 136, 'bc_triangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5557, '7154', 136, 'bc_triangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5558, '7155', 136, 'bc_triangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5559, '7156', 136, 'bc_triangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5560, '7157', 136, 'bc_triangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5561, '7158', 136, 'bc_triangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5562, '7159', 136, 'bc_triangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5563, '7160', 136, 'bc_triangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5564, '7161', 136, 'bc_triangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5565, '7162', 136, 'bc_triangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5566, '7163', 136, 'bc_triangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5567, '7164', 136, 'bc_triangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5568, '7165', 136, 'bc_triangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5569, '7166', 136, 'bc_triangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5570, '7167', 136, 'bc_triangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5571, '7168', 136, 'bc_triangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5572, '7169', 136, 'bc_triangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5573, '7170', 136, 'bc_triangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5574, '7171', 136, 'bc_triangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5575, '7172', 136, 'bc_triangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5576, '7173', 136, 'bc_triangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5577, '7174', 136, 'bc_triangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5578, '7175', 136, 'bc_triangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5579, '7176', 136, 'bc_triangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5580, '7177', 136, 'bc_triangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5581, '7178', 136, 'bc_triangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5582, '7179', 136, 'bc_triangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5583, '7180', 136, 'bc_triangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5584, '7181', 136, 'bc_triangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5585, '7182', 136, 'bc_triangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5586, '7183', 136, 'bc_triangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5587, '7184', 136, 'bc_triangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5588, '7185', 136, 'bc_triangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5589, '7186', 136, 'bc_triangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5590, '7187', 136, 'bc_triangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5591, '7188', 136, 'bc_triangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5592, '7189', 136, 'bc_triangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5593, '7190', 136, 'bc_triangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5594, '7191', 136, 'bc_triangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5595, '7192', 136, 'bc_triangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5596, '7193', 136, 'bc_triangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5597, '7194', 136, 'bc_triangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5598, '7195', 136, 'bc_triangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5599, '7196', 136, 'bc_triangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5600, '7197', 136, 'bc_triangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5601, '7198', 136, 'bc_triangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5602, '7199', 136, 'bc_triangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5603, '7200', 136, 'bc_triangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5604, '7201', 136, 'bc_triangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5605, '7202', 136, 'bc_triangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5606, '7203', 136, 'bc_triangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5607, '7204', 136, 'bc_triangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5608, '7205', 136, 'bc_triangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5609, '7206', 136, 'bc_triangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5610, '7207', 136, 'bc_triangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5611, '7208', 136, 'bc_triangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5612, '7209', 136, 'bc_triangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5613, '7210', 136, 'bc_triangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5614, '7211', 136, 'bc_triangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5615, '7212', 136, 'bc_triangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5616, '7213', 136, 'bc_triangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5617, '7214', 136, 'bc_triangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5618, '7215', 136, 'bc_triangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5619, '7216', 136, 'bc_triangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5620, '7217', 136, 'bc_triangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5621, '7218', 136, 'bc_triangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5622, '7219', 132, 'bc_sphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5623, '7220', 132, 'bc_sphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5624, '7221', 132, 'bc_sphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5625, '7222', 132, 'bc_sphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5626, '7223', 132, 'bc_sphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5627, '7224', 132, 'bc_sphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5628, '7225', 132, 'bc_sphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5629, '7226', 132, 'bc_sphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5630, '7227', 132, 'bc_sphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5631, '7228', 132, 'bc_sphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5632, '7229', 132, 'bc_sphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5633, '7230', 132, 'bc_sphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5634, '7231', 132, 'bc_sphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5635, '7232', 132, 'bc_sphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5636, '7233', 132, 'bc_sphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5637, '7234', 132, 'bc_sphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5638, '7235', 132, 'bc_sphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5639, '7236', 132, 'bc_sphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5640, '7237', 132, 'bc_sphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5641, '7238', 132, 'bc_sphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5642, '7239', 132, 'bc_sphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5643, '7240', 132, 'bc_sphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5644, '7241', 132, 'bc_sphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5645, '7242', 132, 'bc_sphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5646, '7243', 132, 'bc_sphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5647, '7244', 132, 'bc_sphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5648, '7245', 132, 'bc_sphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5649, '7246', 132, 'bc_sphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5650, '7247', 132, 'bc_sphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5651, '7248', 132, 'bc_sphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5652, '7249', 132, 'bc_sphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5653, '7250', 132, 'bc_sphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5654, '7251', 132, 'bc_sphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5655, '7252', 132, 'bc_sphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5656, '7253', 132, 'bc_sphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5657, '7254', 132, 'bc_sphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5658, '7255', 132, 'bc_sphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5659, '7256', 132, 'bc_sphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5660, '7257', 132, 'bc_sphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5661, '7258', 132, 'bc_sphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5662, '7259', 132, 'bc_sphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5663, '7260', 132, 'bc_sphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5664, '7261', 132, 'bc_sphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5665, '7262', 132, 'bc_sphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5666, '7263', 132, 'bc_sphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5667, '7264', 132, 'bc_sphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5668, '7265', 132, 'bc_sphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5669, '7266', 132, 'bc_sphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5670, '7267', 132, 'bc_sphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5671, '7268', 132, 'bc_sphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5672, '7269', 132, 'bc_sphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5673, '7270', 132, 'bc_sphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5674, '7271', 132, 'bc_sphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5675, '7272', 132, 'bc_sphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5676, '7273', 132, 'bc_sphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5677, '7274', 132, 'bc_sphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5678, '7275', 132, 'bc_sphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5679, '7276', 132, 'bc_sphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5680, '7277', 132, 'bc_sphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5681, '7278', 132, 'bc_sphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5682, '7279', 132, 'bc_sphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5683, '7280', 132, 'bc_sphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5684, '7281', 132, 'bc_sphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5685, '7282', 132, 'bc_sphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5686, '7283', 132, 'bc_sphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5687, '7284', 132, 'bc_sphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5688, '7285', 132, 'bc_sphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5689, '7286', 132, 'bc_sphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5690, '7287', 132, 'bc_sphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5691, '7288', 138, 'bc_round_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5692, '7289', 138, 'bc_round_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5693, '7290', 138, 'bc_round_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5694, '7291', 138, 'bc_round_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5695, '7292', 138, 'bc_round_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5696, '7293', 138, 'bc_round_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5697, '7294', 138, 'bc_round_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5698, '7295', 138, 'bc_round_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5699, '7296', 138, 'bc_round_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5700, '7297', 138, 'bc_round_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5701, '7298', 138, 'bc_round_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5702, '7299', 138, 'bc_round_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5703, '7300', 138, 'bc_round_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5704, '7301', 138, 'bc_round_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5705, '7302', 138, 'bc_round_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5706, '7303', 138, 'bc_round_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5707, '7304', 138, 'bc_round_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5708, '7305', 138, 'bc_round_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5709, '7306', 138, 'bc_round_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5710, '7307', 138, 'bc_round_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5711, '7308', 138, 'bc_round_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5712, '7309', 138, 'bc_round_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5713, '7310', 138, 'bc_round_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5714, '7311', 138, 'bc_round_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5715, '7312', 138, 'bc_round_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5716, '7313', 138, 'bc_round_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5717, '7314', 138, 'bc_round_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5718, '7315', 138, 'bc_round_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5719, '7316', 138, 'bc_round_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5720, '7317', 138, 'bc_round_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5721, '7318', 138, 'bc_round_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5722, '7319', 138, 'bc_round_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5723, '7320', 138, 'bc_round_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5724, '7321', 138, 'bc_round_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5725, '7322', 138, 'bc_round_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5726, '7323', 138, 'bc_round_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5727, '7324', 138, 'bc_round_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5728, '7325', 138, 'bc_round_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5729, '7326', 138, 'bc_round_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5730, '7327', 138, 'bc_round_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5731, '7328', 138, 'bc_round_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5732, '7329', 138, 'bc_round_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5733, '7330', 138, 'bc_round_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5734, '7331', 138, 'bc_round_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5735, '7332', 138, 'bc_round_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5736, '7333', 138, 'bc_round_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5737, '7334', 138, 'bc_round_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5738, '7335', 138, 'bc_round_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5739, '7336', 138, 'bc_round_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5740, '7337', 138, 'bc_round_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5741, '7338', 138, 'bc_round_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5742, '7339', 138, 'bc_round_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5743, '7340', 138, 'bc_round_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5744, '7341', 138, 'bc_round_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5745, '7342', 138, 'bc_round_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5746, '7343', 307, 'CF_1500_suitcase', 1500, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5747, '7344', 117, 'bc_alpha1_w_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5748, '7345', 117, 'bc_alpha1_w_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5749, '7346', 117, 'bc_alpha1_w_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5750, '7347', 117, 'bc_alpha1_w_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5751, '7348', 117, 'bc_alpha1_w_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5752, '7349', 117, 'bc_alpha1_w_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5753, '7350', 117, 'bc_alpha1_w_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5754, '7351', 117, 'bc_alpha1_w_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5755, '7352', 117, 'bc_alpha1_w_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5756, '7353', 117, 'bc_alpha1_w_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5757, '7354', 117, 'bc_alpha1_w_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5758, '7355', 117, 'bc_alpha1_w_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5759, '7356', 117, 'bc_alpha1_w_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5760, '7357', 117, 'bc_alpha1_w_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5761, '7358', 117, 'bc_alpha1_g_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5762, '7359', 117, 'bc_alpha1_g_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5763, '7360', 117, 'bc_alpha1_g_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5764, '7361', 117, 'bc_alpha1_g_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5765, '7362', 117, 'bc_alpha1_g_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5766, '7363', 117, 'bc_alpha1_g_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5767, '7364', 117, 'bc_alpha1_g_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5768, '7365', 117, 'bc_alpha1_g_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5769, '7366', 117, 'bc_alpha1_g_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5770, '7367', 117, 'bc_alpha1_g_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5771, '7368', 117, 'bc_alpha1_g_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5772, '7369', 117, 'bc_alpha1_g_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5773, '7370', 117, 'bc_alpha1_g_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5774, '7371', 117, 'bc_alpha1_g_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5775, '7372', 117, 'bc_alpha1_r_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5776, '7373', 117, 'bc_alpha1_r_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5777, '7374', 117, 'bc_alpha1_r_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5778, '7375', 117, 'bc_alpha1_r_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5779, '7376', 117, 'bc_alpha1_r_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5780, '7377', 117, 'bc_alpha1_r_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5781, '7378', 117, 'bc_alpha1_r_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5782, '7379', 117, 'bc_alpha1_r_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5783, '7380', 117, 'bc_alpha1_r_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5784, '7381', 117, 'bc_alpha1_r_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5785, '7382', 117, 'bc_alpha1_r_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5786, '7383', 117, 'bc_alpha1_r_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5787, '7384', 117, 'bc_alpha1_r_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5788, '7385', 117, 'bc_alpha1_r_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5789, '7386', 117, 'bc_alpha1_s_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5790, '7387', 117, 'bc_alpha1_s_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5791, '7388', 117, 'bc_alpha1_s_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5792, '7389', 117, 'bc_alpha1_s_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5793, '7390', 117, 'bc_alpha1_s_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5794, '7391', 117, 'bc_alpha1_s_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5795, '7392', 117, 'bc_alpha1_s_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5796, '7393', 117, 'bc_alpha1_s_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5797, '7394', 117, 'bc_alpha1_s_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5798, '7395', 117, 'bc_alpha1_s_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5799, '7396', 117, 'bc_alpha1_s_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5800, '7397', 117, 'bc_alpha1_s_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5801, '7398', 117, 'bc_alpha1_s_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5802, '7399', 117, 'bc_alpha1_s_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5803, '7400', 117, 'bc_alpha1_h_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5804, '7401', 117, 'bc_alpha1_h_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5805, '7402', 117, 'bc_alpha1_h_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5806, '7403', 117, 'bc_alpha1_h_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5807, '7404', 117, 'bc_alpha1_h_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5808, '7405', 117, 'bc_alpha1_h_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5809, '7406', 117, 'bc_alpha1_h_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5810, '7407', 117, 'bc_alpha1_h_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5811, '7408', 117, 'bc_alpha1_h_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5812, '7409', 117, 'bc_alpha1_h_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5813, '7410', 117, 'bc_alpha1_h_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5814, '7411', 117, 'bc_alpha1_h_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5815, '7412', 117, 'bc_alpha1_h_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5816, '7413', 117, 'bc_alpha1_h_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5817, '7414', 117, 'bc_alpha1_t_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5818, '7415', 117, 'bc_alpha1_t_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5819, '7416', 117, 'bc_alpha1_t_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5820, '7417', 117, 'bc_alpha1_t_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5821, '7418', 117, 'bc_alpha1_t_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5822, '7419', 117, 'bc_alpha1_t_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5823, '7420', 117, 'bc_alpha1_t_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5824, '7421', 117, 'bc_alpha1_t_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5825, '7422', 117, 'bc_alpha1_t_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5826, '7423', 117, 'bc_alpha1_t_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5827, '7424', 117, 'bc_alpha1_t_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5828, '7425', 117, 'bc_alpha1_t_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5829, '7426', 117, 'bc_alpha1_t_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5830, '7427', 117, 'bc_alpha1_t_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5831, '7428', 117, 'bc_alpha1_o_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5832, '7429', 117, 'bc_alpha1_o_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5833, '7430', 117, 'bc_alpha1_o_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5834, '7431', 117, 'bc_alpha1_o_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5835, '7432', 117, 'bc_alpha1_o_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5836, '7433', 117, 'bc_alpha1_o_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5837, '7434', 117, 'bc_alpha1_o_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5838, '7435', 117, 'bc_alpha1_o_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5839, '7436', 117, 'bc_alpha1_o_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5840, '7437', 117, 'bc_alpha1_o_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5841, '7438', 117, 'bc_alpha1_o_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5842, '7439', 117, 'bc_alpha1_o_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5843, '7440', 117, 'bc_alpha1_o_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5844, '7441', 117, 'bc_alpha1_o_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5845, '7442', 117, 'bc_alpha1_v_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5846, '7443', 117, 'bc_alpha1_v_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5847, '7444', 117, 'bc_alpha1_v_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5848, '7445', 117, 'bc_alpha1_v_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5849, '7446', 117, 'bc_alpha1_v_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5850, '7447', 117, 'bc_alpha1_v_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5851, '7448', 117, 'bc_alpha1_v_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5852, '7449', 117, 'bc_alpha1_v_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5853, '7450', 117, 'bc_alpha1_v_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5854, '7451', 117, 'bc_alpha1_v_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5855, '7452', 117, 'bc_alpha1_v_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5856, '7453', 117, 'bc_alpha1_v_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5857, '7454', 117, 'bc_alpha1_v_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5858, '7455', 117, 'bc_alpha1_v_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5859, '7456', 117, 'bc_alpha1_c_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5860, '7457', 117, 'bc_alpha1_c_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5861, '7458', 117, 'bc_alpha1_c_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5862, '7459', 117, 'bc_alpha1_c_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5863, '7460', 117, 'bc_alpha1_c_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5864, '7461', 117, 'bc_alpha1_c_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5865, '7462', 117, 'bc_alpha1_c_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5866, '7463', 117, 'bc_alpha1_c_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5867, '7464', 117, 'bc_alpha1_c_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5868, '7465', 117, 'bc_alpha1_c_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5869, '7466', 117, 'bc_alpha1_c_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5870, '7467', 117, 'bc_alpha1_c_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5871, '7468', 117, 'bc_alpha1_c_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5872, '7469', 117, 'bc_alpha1_c_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5873, '7470', 117, 'bc_alpha1_b_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5874, '7471', 117, 'bc_alpha1_b_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5875, '7472', 117, 'bc_alpha1_b_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5876, '7473', 117, 'bc_alpha1_b_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5877, '7474', 117, 'bc_alpha1_b_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5878, '7475', 117, 'bc_alpha1_b_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5879, '7476', 117, 'bc_alpha1_b_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5880, '7477', 117, 'bc_alpha1_b_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5881, '7478', 117, 'bc_alpha1_b_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5882, '7479', 117, 'bc_alpha1_b_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5883, '7480', 117, 'bc_alpha1_b_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5884, '7481', 117, 'bc_alpha1_b_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5885, '7482', 117, 'bc_alpha1_b_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5886, '7483', 117, 'bc_alpha1_b_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5887, '7484', 117, 'bc_alpha1_m_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5888, '7485', 117, 'bc_alpha1_m_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5889, '7486', 117, 'bc_alpha1_m_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5890, '7487', 117, 'bc_alpha1_m_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5891, '7488', 117, 'bc_alpha1_m_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5892, '7489', 117, 'bc_alpha1_m_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5893, '7490', 117, 'bc_alpha1_m_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5894, '7491', 117, 'bc_alpha1_m_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5895, '7492', 117, 'bc_alpha1_m_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5896, '7493', 117, 'bc_alpha1_m_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5897, '7494', 117, 'bc_alpha1_m_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5898, '7495', 117, 'bc_alpha1_m_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5899, '7496', 117, 'bc_alpha1_m_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5900, '7497', 117, 'bc_alpha1_m_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5901, '7498', 117, 'bc_alpha1_i_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5902, '7499', 117, 'bc_alpha1_i_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5903, '7500', 117, 'bc_alpha1_i_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5904, '7501', 117, 'bc_alpha1_i_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5905, '7502', 117, 'bc_alpha1_i_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5906, '7503', 117, 'bc_alpha1_i_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5907, '7504', 117, 'bc_alpha1_i_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5908, '7505', 117, 'bc_alpha1_i_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5909, '7506', 117, 'bc_alpha1_i_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5910, '7507', 117, 'bc_alpha1_i_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5911, '7508', 117, 'bc_alpha1_i_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5912, '7509', 117, 'bc_alpha1_i_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5913, '7510', 117, 'bc_alpha1_i_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5914, '7511', 117, 'bc_alpha1_i_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5915, '7512', 117, 'bc_alpha1_x_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5916, '7513', 117, 'bc_alpha1_x_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5917, '7514', 117, 'bc_alpha1_x_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5918, '7515', 117, 'bc_alpha1_x_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5919, '7516', 117, 'bc_alpha1_x_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5920, '7517', 117, 'bc_alpha1_x_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5921, '7518', 117, 'bc_alpha1_x_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5922, '7519', 117, 'bc_alpha1_x_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5923, '7520', 117, 'bc_alpha1_x_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5924, '7521', 117, 'bc_alpha1_x_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5925, '7522', 117, 'bc_alpha1_x_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5926, '7523', 117, 'bc_alpha1_x_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5927, '7524', 117, 'bc_alpha1_x_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5928, '7525', 117, 'bc_alpha1_x_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5929, '7526', 117, 'bc_alpha1_l_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5930, '7527', 117, 'bc_alpha1_l_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5931, '7528', 117, 'bc_alpha1_l_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5932, '7529', 117, 'bc_alpha1_l_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5933, '7530', 117, 'bc_alpha1_l_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5934, '7531', 117, 'bc_alpha1_l_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5935, '7532', 117, 'bc_alpha1_l_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5936, '7533', 117, 'bc_alpha1_l_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5937, '7534', 117, 'bc_alpha1_l_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5938, '7535', 117, 'bc_alpha1_l_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5939, '7536', 117, 'bc_alpha1_l_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5940, '7537', 117, 'bc_alpha1_l_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5941, '7538', 117, 'bc_alpha1_l_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5942, '7539', 117, 'bc_alpha1_l_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5943, '7540', 117, 'bc_alpha1_j_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5944, '7541', 117, 'bc_alpha1_j_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5945, '7542', 117, 'bc_alpha1_j_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5946, '7543', 117, 'bc_alpha1_j_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5947, '7544', 117, 'bc_alpha1_j_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5948, '7545', 117, 'bc_alpha1_j_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5949, '7546', 117, 'bc_alpha1_j_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5950, '7547', 117, 'bc_alpha1_j_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5951, '7548', 117, 'bc_alpha1_j_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5952, '7549', 117, 'bc_alpha1_j_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5953, '7550', 117, 'bc_alpha1_j_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5954, '7551', 117, 'bc_alpha1_j_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5955, '7552', 117, 'bc_alpha1_j_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5956, '7553', 117, 'bc_alpha1_j_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5957, '7554', 117, 'bc_alpha1_f_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5958, '7555', 117, 'bc_alpha1_f_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5959, '7556', 117, 'bc_alpha1_f_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5960, '7557', 117, 'bc_alpha1_f_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5961, '7558', 117, 'bc_alpha1_f_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5962, '7559', 117, 'bc_alpha1_f_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5963, '7560', 117, 'bc_alpha1_f_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5964, '7561', 117, 'bc_alpha1_f_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5965, '7562', 117, 'bc_alpha1_f_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5966, '7563', 117, 'bc_alpha1_f_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5967, '7564', 117, 'bc_alpha1_f_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5968, '7565', 117, 'bc_alpha1_f_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5969, '7566', 117, 'bc_alpha1_f_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5970, '7567', 117, 'bc_alpha1_f_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5971, '7568', 117, 'bc_alpha1_e_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5972, '7569', 117, 'bc_alpha1_e_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5973, '7570', 117, 'bc_alpha1_e_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5974, '7571', 117, 'bc_alpha1_e_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5975, '7572', 117, 'bc_alpha1_e_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5976, '7573', 117, 'bc_alpha1_e_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5977, '7574', 117, 'bc_alpha1_e_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5978, '7575', 117, 'bc_alpha1_e_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5979, '7576', 117, 'bc_alpha1_e_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5980, '7577', 117, 'bc_alpha1_e_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5981, '7578', 117, 'bc_alpha1_e_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5982, '7579', 117, 'bc_alpha1_e_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5983, '7580', 117, 'bc_alpha1_e_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5984, '7581', 117, 'bc_alpha1_e_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5985, '7582', 117, 'bc_alpha1_q_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5986, '7583', 117, 'bc_alpha1_q_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5987, '7584', 117, 'bc_alpha1_q_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5988, '7585', 117, 'bc_alpha1_q_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5989, '7586', 117, 'bc_alpha1_q_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5990, '7587', 117, 'bc_alpha1_q_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5991, '7588', 117, 'bc_alpha1_q_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5992, '7589', 117, 'bc_alpha1_q_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5993, '7590', 117, 'bc_alpha1_q_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5994, '7591', 117, 'bc_alpha1_q_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5995, '7592', 117, 'bc_alpha1_q_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5996, '7593', 117, 'bc_alpha1_q_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5997, '7594', 117, 'bc_alpha1_q_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5998, '7595', 117, 'bc_alpha1_q_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (5999, '7596', 117, 'bc_alpha1_y_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6000, '7597', 117, 'bc_alpha1_y_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6001, '7598', 117, 'bc_alpha1_y_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6002, '7599', 117, 'bc_alpha1_y_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6003, '7600', 117, 'bc_alpha1_y_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6004, '7601', 117, 'bc_alpha1_y_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6005, '7602', 117, 'bc_alpha1_y_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6006, '7603', 117, 'bc_alpha1_y_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6007, '7604', 117, 'bc_alpha1_y_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6008, '7605', 117, 'bc_alpha1_y_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6009, '7606', 117, 'bc_alpha1_y_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6010, '7607', 117, 'bc_alpha1_y_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6011, '7608', 117, 'bc_alpha1_y_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6012, '7609', 117, 'bc_alpha1_y_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6013, '7610', 117, 'bc_alpha1_d_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6014, '7611', 117, 'bc_alpha1_d_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6015, '7612', 117, 'bc_alpha1_d_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6016, '7613', 117, 'bc_alpha1_d_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6017, '7614', 117, 'bc_alpha1_d_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6018, '7615', 117, 'bc_alpha1_d_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6019, '7616', 117, 'bc_alpha1_d_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6020, '7617', 117, 'bc_alpha1_d_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6021, '7618', 117, 'bc_alpha1_d_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6022, '7619', 117, 'bc_alpha1_d_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6023, '7620', 117, 'bc_alpha1_d_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6024, '7621', 117, 'bc_alpha1_d_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6025, '7622', 117, 'bc_alpha1_d_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6026, '7623', 117, 'bc_alpha1_d_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6027, '7624', 117, 'bc_alpha1_n_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6028, '7625', 117, 'bc_alpha1_n_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6029, '7626', 117, 'bc_alpha1_n_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6030, '7627', 117, 'bc_alpha1_n_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6031, '7628', 117, 'bc_alpha1_n_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6032, '7629', 117, 'bc_alpha1_n_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6033, '7630', 117, 'bc_alpha1_n_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6034, '7631', 117, 'bc_alpha1_n_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6035, '7632', 117, 'bc_alpha1_n_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6036, '7633', 117, 'bc_alpha1_n_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6037, '7634', 117, 'bc_alpha1_n_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6038, '7635', 117, 'bc_alpha1_n_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6039, '7636', 117, 'bc_alpha1_n_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6040, '7637', 117, 'bc_alpha1_n_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6041, '7638', 117, 'bc_alpha1_k_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6042, '7639', 117, 'bc_alpha1_k_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6043, '7640', 117, 'bc_alpha1_k_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6044, '7641', 117, 'bc_alpha1_k_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6045, '7642', 117, 'bc_alpha1_k_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6046, '7643', 117, 'bc_alpha1_k_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6047, '7644', 117, 'bc_alpha1_k_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6048, '7645', 117, 'bc_alpha1_k_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6049, '7646', 117, 'bc_alpha1_k_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6050, '7647', 117, 'bc_alpha1_k_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6051, '7648', 117, 'bc_alpha1_k_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6052, '7649', 117, 'bc_alpha1_k_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6053, '7650', 117, 'bc_alpha1_k_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6054, '7651', 117, 'bc_alpha1_k_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6055, '7652', 117, 'bc_alpha1_num_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6056, '7653', 117, 'bc_alpha1_num_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6057, '7654', 117, 'bc_alpha1_num_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6058, '7655', 117, 'bc_alpha1_num_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6059, '7656', 117, 'bc_alpha1_num_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6060, '7657', 117, 'bc_alpha1_num_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6061, '7658', 117, 'bc_alpha1_num_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6062, '7659', 117, 'bc_alpha1_num_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6063, '7660', 117, 'bc_alpha1_num_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6064, '7661', 117, 'bc_alpha1_num_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6065, '7662', 117, 'bc_alpha1_num_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6066, '7663', 117, 'bc_alpha1_num_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6067, '7664', 117, 'bc_alpha1_num_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6068, '7665', 117, 'bc_alpha1_num_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6069, '7666', 117, 'bc_alpha1_u_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6070, '7667', 117, 'bc_alpha1_u_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6071, '7668', 117, 'bc_alpha1_u_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6072, '7669', 117, 'bc_alpha1_u_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6073, '7670', 117, 'bc_alpha1_u_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6074, '7671', 117, 'bc_alpha1_u_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6075, '7672', 117, 'bc_alpha1_u_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6076, '7673', 117, 'bc_alpha1_u_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6077, '7674', 117, 'bc_alpha1_u_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6078, '7675', 117, 'bc_alpha1_u_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6079, '7676', 117, 'bc_alpha1_u_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6080, '7677', 117, 'bc_alpha1_u_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6081, '7678', 117, 'bc_alpha1_u_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6082, '7679', 117, 'bc_alpha1_u_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6083, '7680', 117, 'bc_alpha1_z_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6084, '7681', 117, 'bc_alpha1_z_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6085, '7682', 117, 'bc_alpha1_z_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6086, '7683', 117, 'bc_alpha1_z_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6087, '7684', 117, 'bc_alpha1_z_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6088, '7685', 117, 'bc_alpha1_z_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6089, '7686', 117, 'bc_alpha1_z_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6090, '7687', 117, 'bc_alpha1_z_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6091, '7688', 117, 'bc_alpha1_z_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6092, '7689', 117, 'bc_alpha1_z_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6093, '7690', 117, 'bc_alpha1_z_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6094, '7691', 117, 'bc_alpha1_z_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6095, '7692', 117, 'bc_alpha1_z_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6096, '7693', 117, 'bc_alpha1_z_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6097, '7694', 117, 'bc_alpha1_a_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6098, '7695', 117, 'bc_alpha1_a_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6099, '7696', 117, 'bc_alpha1_a_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6100, '7697', 117, 'bc_alpha1_a_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6101, '7698', 117, 'bc_alpha1_a_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6102, '7699', 117, 'bc_alpha1_a_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6103, '7700', 117, 'bc_alpha1_a_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6104, '7701', 117, 'bc_alpha1_a_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6105, '7702', 117, 'bc_alpha1_a_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6106, '7703', 117, 'bc_alpha1_a_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6107, '7704', 117, 'bc_alpha1_a_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6108, '7705', 117, 'bc_alpha1_a_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6109, '7706', 117, 'bc_alpha1_a_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6110, '7707', 117, 'bc_alpha1_a_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6111, '7708', 117, 'bc_alpha1_p_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6112, '7709', 117, 'bc_alpha1_p_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6113, '7710', 117, 'bc_alpha1_p_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6114, '7711', 117, 'bc_alpha1_p_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6115, '7712', 117, 'bc_alpha1_p_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6116, '7713', 117, 'bc_alpha1_p_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6117, '7714', 117, 'bc_alpha1_p_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6118, '7715', 117, 'bc_alpha1_p_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6119, '7716', 117, 'bc_alpha1_p_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6120, '7717', 117, 'bc_alpha1_p_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6121, '7718', 117, 'bc_alpha1_p_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6122, '7719', 117, 'bc_alpha1_p_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6123, '7720', 117, 'bc_alpha1_p_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6124, '7721', 117, 'bc_alpha1_p_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6125, '7722', 116, 'attic15_cabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6126, '7723', 456, 'val15_gift2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6127, '7724', 456, 'val15_zen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6128, '7725', 456, 'val15_tele', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6129, '7726', 456, 'val15_sakura', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6130, '7727', 456, 'val15_lilys', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6131, '7728', 456, 'val15_rock1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6132, '7729', 456, 'val15_shamisen', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6133, '7730', 456, 'val15_tea', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6134, '7731', 456, 'val15_gift1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6135, '7732', 456, 'val15_hottub', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6136, '7733', 456, 'val15_petals', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6137, '7734', 456, 'val15_stage2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6138, '7735', 456, 'val15_lantern', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6139, '7736', 456, 'val15_gift3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6140, '7737', 456, 'val15_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6141, '7738', 456, 'val15_dogstat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6142, '7739', 456, 'val15_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6143, '7740', 456, 'val15_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6144, '7741', 456, 'val15_rock2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6145, '7742', 456, 'val15_bridge2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6146, '7743', 456, 'val15_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6147, '7744', 456, 'val15_water', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6148, '7745', 741, 'val15_armour_badge', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6149, '7746', 456, 'val15_koipond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6150, '7747', 456, 'val15_crane', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6151, '7748', 456, 'val15_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6152, '7749', 456, 'val15_gazebo', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6153, '7750', 456, 'val15_tree', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6154, '7751', 456, 'val15_shinto_arch', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6155, '7752', 456, 'val15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6156, '7753', 456, 'val15_bridge1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6157, '7754', 456, 'val15_stage1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6158, '7755', 116, 'attic15_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6159, '7756', 116, 'attic15_crn', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6160, '7757', 116, 'attic15_box', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6161, '7758', 116, 'attic15_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6162, '7759', 116, 'attic15_oillamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6163, '7760', 116, 'attic15_bigshelf', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6164, '7761', 116, 'attic15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6165, '7762', 116, 'attic15_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6166, '7763', 116, 'attic15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6167, '7764', 116, 'attic15_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6168, '7765', 116, 'attic15_paintingfloor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6169, '7766', 116, 'attic15_window', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6170, '7767', 116, 'attic15_cradle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6171, '7768', 116, 'attic15_telescope', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6172, '7769', 116, 'attic15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6173, '7770', 116, 'attic15_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6174, '7771', 116, 'attic15_mousetrap', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6175, '7772', 116, 'attic15_carpet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6176, '7773', 116, 'attic15_tele', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6177, '7774', 116, 'attic15_shelf', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6178, '7775', 116, 'attic15_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6179, '7776', 456, 'val15_shrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6180, '7777', 200, 'clothing_kimono1', 20, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6181, '7778', 200, 'clothing_kimono2', 16, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6182, '7779', 490, 'rare_prize15_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6183, '7780', 490, 'rare_prize15_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6184, '7781', 490, 'rare_prize15_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6185, '7782', 490, 'rare_prize15_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6186, '7783', 490, 'rare_prize15_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6187, '7784', 490, 'rare_prize15_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6188, '7785', 490, 'rare_prize15_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6189, '7786', 490, 'rare_prize15_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6190, '7787', 490, 'rare_prize15_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6191, '7788', 490, 'rare_prize15_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6192, '7789', 490, 'rare_prize15_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6193, '7790', 490, 'rare_prize15_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6194, '7791', 741, 'carnival15_hotair_brazil', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6195, '7792', 490, 'rare_prize15_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6196, '7793', 490, 'rare_prize15_14', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6197, '7794', 490, 'rare_prize15_15', 0, 50, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6198, '7795', 490, 'rare_prize15_16', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6199, '7796', 490, 'rare_prize15_17', 0, 50, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6200, '7797', 490, 'rare_prize15_18', 0, 50, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6201, '7798', 490, 'rare_prize15_19', 0, 50, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6202, '7799', 490, 'rare_prize15_20', 0, 50, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6203, '7800', 490, 'rare_prize15_21', 0, 50, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6204, '7801', 490, 'rare_prize15_22', 0, 50, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6205, '7802', 490, 'rare_prize15_23', 0, 50, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6206, '7803', 490, 'rare_prize15_24', 0, 50, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6207, '7804', 118, 'cpunk_c15_neoarrowup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6208, '7805', 118, 'cpunk_c15_neonx', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6209, '7806', 741, 'cpunk15_robofrank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6210, '7807', 118, 'cpunk_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6211, '7808', 631, 'cpunk15_robo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6212, '7809', 118, 'cpunk15_gift', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6213, '7810', 118, 'cpunk_c15_rain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6214, '7811', 118, 'cpunk_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6215, '7812', 208, 'clothing_cyboots', 4, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6216, '7813', 118, 'cpunk_c15_searchlight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6217, '7814', 205, 'clothing_cyzipped', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6218, '7815', 200, 'clothing_cystraphood', 18, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6219, '7816', 310, 'clothing_goggles', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6220, '7817', 118, 'cpunk_c15_robojunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6221, '7818', 631, 'cpunk15_blimp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6222, '7819', 588, 'clothing_cyskirt', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6223, '7820', 588, 'clothing_cyquif', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6224, '7821', 118, 'cpunk_c15_building2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6225, '7822', 202, 'clothing_cyhood', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6226, '7823', 118, 'cpunk_c15_tubes', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6227, '7824', 201, 'clothing_cyhair', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6228, '7825', 118, 'cpunk_c15_neonsk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6229, '7826', 118, 'cpunk_c15_neoarrow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6230, '7827', 206, 'clothing_cystrappants', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6231, '7828', 118, 'cpunk_c15_road', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6232, '7829', 631, 'cpunk15_gunvender', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6233, '7830', 118, 'cpunk_c15_neond', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6234, '7831', 208, 'clothing_cystrapboots', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6235, '7832', 310, 'clothing_cymask', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6236, '7833', 118, 'cpunk_c15_stool', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6237, '7834', 118, 'cpunk_c15_traffic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6238, '7835', 588, 'clothing_cyglass', 8, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6239, '7836', 118, 'cpunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6240, '7837', 200, 'clothing_cygirl', 16, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6241, '7838', 118, 'cpunk15_roborat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6242, '7839', 631, 'cpunk15_robosheep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6243, '7840', 118, 'cpunk_c15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6244, '7841', 310, 'clothing_cycircuit', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6245, '7842', 588, 'clothing_cyleather', 1, 225, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6246, '7843', 310, 'clothing_cyphones', 6, 0, 0, 1, 0, 0, 66, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6247, '7844', 118, 'cpunk_c15_building1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6248, '7845', 302, 'cny_sheepballoon', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6249, '7846', 302, 'china_goat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6250, '7847', 118, 'cpunk_c15_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6251, '7848', 64, 'wf_act_bot_clothes', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6252, '7849', 64, 'wf_act_bot_teleport', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6253, '7850', 63, 'wf_trg_bot_reached_stf', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6254, '7851', 64, 'wf_act_bot_follow_avatar', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6255, '7852', 64, 'wf_act_bot_give_handitem', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6256, '7853', 64, 'wf_act_bot_move', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6257, '7854', 65, 'wf_cnd_has_handitem', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6258, '7855', 64, 'wf_act_bot_talk_to_avatar', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6259, '7856', 63, 'wf_trg_bot_reached_avtr', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6260, '7857', 64, 'wf_act_bot_talk', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6261, '7858', 436, 'room_cof15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6262, '7859', 436, 'room_cof15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6263, '7860', 436, 'room_cof15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6264, '7861', 436, 'room_cof15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6265, '7862', 436, 'room_cof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6266, '7863', 436, 'room_cof15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6267, '7864', 436, 'room_cof15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6268, '7865', 436, 'room_cof15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6269, '7866', 436, 'room_cof15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6270, '7867', 436, 'room_cof15_cup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6271, '7868', 436, 'room_cof15_planter', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6272, '7869', 436, 'room_cof15_pillar1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6273, '7870', 436, 'room_cof15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6274, '7871', 436, 'room_cof15_espresso', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6275, '7872', 436, 'room_cof15_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6276, '7873', 436, 'room_cof15_shelf2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6277, '7874', 436, 'room_cof15_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6278, '7875', 436, 'room_cof15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6279, '7876', 436, 'room_cof15_cup2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6280, '7877', 436, 'room_cof15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6281, '7878', 436, 'room_cof15_press', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6282, '7879', 160, 'room_gh15_cab2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6283, '7880', 160, 'room_gh15_light', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6284, '7881', 160, 'room_gh15_cab3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6285, '7882', 160, 'room_gh15_cab1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6286, '7883', 160, 'room_gh15_desk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6287, '7884', 160, 'room_gh15_cab4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6288, '7885', 160, 'room_gh15_cab6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6289, '7886', 160, 'room_gh15_ball', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6290, '7887', 160, 'room_gh15_rtele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6291, '7888', 160, 'room_gh15_cab5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6292, '7889', 440, 'room_hcl15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6293, '7890', 440, 'room_hcl15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6294, '7891', 440, 'room_hcl15_dj', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6295, '7892', 440, 'room_hcl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6296, '7893', 440, 'room_hcl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6297, '7894', 440, 'room_hcl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6298, '7895', 440, 'room_hcl15_amp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6299, '7896', 440, 'room_hcl15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6300, '7897', 440, 'room_hcl15_tube', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6301, '7898', 440, 'room_hcl15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6302, '7899', 440, 'room_hcl15_barchair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6303, '7900', 440, 'room_hcl15_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6304, '7901', 440, 'room_hcl15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6305, '7902', 440, 'room_hcl15_djtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6306, '7903', 439, 'room_wl15_mag1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6307, '7904', 439, 'room_wl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6308, '7905', 439, 'room_wl15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6309, '7906', 439, 'room_wl15_sink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6310, '7907', 441, 'room_wlof15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6311, '7908', 439, 'room_wl15_teleblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6312, '7909', 439, 'room_wl15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6313, '7910', 439, 'room_wl15_infolink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6314, '7911', 439, 'room_wl15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6315, '7912', 439, 'room_wl15_trashbin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6316, '7913', 439, 'room_wl15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6317, '7914', 439, 'room_wl15_bthdoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6318, '7915', 439, 'room_wl15_toiletbroke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6319, '7916', 439, 'room_wl15_deskgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6320, '7917', 439, 'room_wl15_deskfront', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6321, '7918', 439, 'room_wl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6322, '7919', 441, 'room_wlof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6323, '7920', 439, 'room_wl15_mirror', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6324, '7921', 441, 'room_wlof15_wardrobe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6325, '7922', 441, 'room_wlof15_bookcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6326, '7923', 439, 'room_wl15_toilet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6327, '7924', 439, 'room_wl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6328, '7925', 437, 'room_hall15_wfall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6329, '7926', 437, 'room_hall15_dish1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6330, '7927', 437, 'room_hall15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6331, '7928', 437, 'room_hall15_light1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6332, '7929', 437, 'room_hall15_dish2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6333, '7930', 437, 'room_hall15_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6334, '7931', 437, 'room_hall15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6335, '7932', 400, 'cland_c15_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6336, '7933', 400, 'cland_c15_icreamtree', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6337, '7934', 201, 'clothing_frontswirl', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6338, '7935', 205, 'clothing_cjersey', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6339, '7936', 200, 'clothing_candygirl', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6340, '7937', 400, 'cland_c15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6341, '7938', 741, 'cland15_LTD5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6342, '7939', 400, 'cland_c15_jellyseat2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6343, '7940', 400, 'cland15_tent', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6344, '7941', 400, 'cland_c15_pillar', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6345, '7942', 400, 'cland_c15_waferblock', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6346, '7943', 204, 'clothing_cjumper', 5, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6347, '7944', 400, 'cland_c15_gatepink', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6348, '7945', 741, 'cland15_ltd4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6349, '7946', 400, 'cland_c15_pavement', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6350, '7947', 400, 'cland_c15_roof', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6351, '7948', 310, 'clothing_cherries', 6, 0, 0, 1, 0, 0, 65, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6352, '7949', 400, 'cland_c15_swirltree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6353, '7950', 400, 'cland_c15_cakeblock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6354, '7951', 206, 'clothing_cshorts', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6355, '7952', 201, 'clothing_habloompa', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6356, '7953', 400, 'cland15_candythrone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6357, '7954', 310, 'clothing_cherrybomb', 6, 0, 0, 1, 0, 0, 64, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6358, '7955', 400, 'cland_c15_wafer', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6359, '7956', 741, 'cland15_ltd3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6360, '7957', 400, 'cland15_unipoo', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6361, '7958', 310, 'clothing_candyphones', 6, 0, 0, 1, 0, 0, 63, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6362, '7959', 400, 'cland_c15_light', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6363, '7960', 400, 'cland15_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6364, '7961', 202, 'clothing_sidehat', 4, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6365, '7962', 400, 'cland15_fountain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6366, '7963', 207, 'clothing_swirlskirt', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6367, '7964', 400, 'cland_c15_grass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6368, '7965', 741, 'cland15_ltd1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6369, '7966', 400, 'cland15_flosstree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6370, '7967', 202, 'clothing_chocodrop', 4, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6371, '7968', 741, 'cland15_ltd2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6372, '7969', 400, 'cland_c15_goofloor', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6373, '7970', 400, 'cland_c15_lollytree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6374, '7971', 400, 'cland_c15_jellyseat3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6375, '7972', 400, 'cland_c15_jellyseat1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6376, '7973', 204, 'clothing_swirltop', 5, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6377, '7974', 400, 'cland_c15_chocostick', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6378, '7975', 400, 'cland_c15_chocorock', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6379, '7976', 200, 'clothing_candyboy', 12, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6380, '7977', 230, 'petbox_epic', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6381, '7978', 590, 'clothing_knitalien', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6382, '7979', 339, 'tablet_vendorg', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6383, '7980', 683, 'prize_alienplush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6384, '7981', 159, 'room_info15_shrub1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6385, '7982', 159, 'room_info15_shrub3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6386, '7983', 159, 'room_info15_shrub2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6387, '7984', 159, 'room_info15_statue1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6388, '7985', 159, 'room_info15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6389, '7986', 159, 'room_info15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6390, '7987', 159, 'room_info15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6391, '7988', 159, 'room_info15_bus_1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6392, '7989', 159, 'room_info15_bus_10', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6393, '7990', 159, 'room_info15_bus_11', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6394, '7991', 159, 'room_info15_bus_12', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6395, '7992', 159, 'room_info15_bus_13', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6396, '7993', 159, 'room_info15_bus_14', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6397, '7994', 159, 'room_info15_bus_15', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6398, '7995', 159, 'room_info15_bus_16', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6399, '7996', 159, 'room_info15_bus_17', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6400, '7997', 159, 'room_info15_bus_18', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6401, '7998', 159, 'room_info15_bus_19', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6402, '7999', 159, 'room_info15_bus_2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6403, '8000', 159, 'room_info15_bus_20', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6404, '8001', 159, 'room_info15_bus_3', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6405, '8002', 159, 'room_info15_bus_4', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6406, '8003', 159, 'room_info15_bus_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6407, '8004', 159, 'room_info15_bus_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6408, '8005', 159, 'room_info15_bus_7', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6409, '8006', 159, 'room_info15_bus_8', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6410, '8007', 159, 'room_info15_bus_9', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6411, '8008', 159, 'room_info15_bridge1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6412, '8009', 159, 'room_info15_bridge2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6413, '8010', 159, 'room_info15_clouds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6414, '8011', 159, 'room_info15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6415, '8012', 159, 'room_info15_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6416, '8013', 159, 'room_info15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6417, '8014', 159, 'room_info15_reed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6418, '8015', 159, 'room_info15_fridge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6419, '8016', 159, 'room_info15_counter4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6420, '8017', 159, 'room_info15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6421, '8018', 159, 'room_info15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6422, '8019', 159, 'room_info15_statue2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6423, '8020', 159, 'room_info15_bg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6424, '8021', 491, 'diamond_painting8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6425, '8022', 158, 'army15_copter', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6426, '8023', 158, 'army_c15_contable2', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6427, '8024', 310, 'clothing_rank4', 6, 0, 0, 1, 0, 0, 30, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6428, '8025', 741, 'army15_ltdhumvee', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6429, '8026', 158, 'army_c15_telemine', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6430, '8027', 158, 'army_c15_medictent', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6431, '8028', 158, 'army_c15_notice', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6432, '8029', 158, 'army_c15_crate', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6433, '8030', 200, 'clothing_parade', 15, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6434, '8031', 158, 'army_c15_compass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6435, '8032', 158, 'army_c15_glasscrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6436, '8033', 158, 'army_c15_doorscan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6437, '8034', 200, 'clothing_kevlaroutfit', 18, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6438, '8035', 158, 'army_c15_gate', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6439, '8036', 158, 'army_c15_leatherchr', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6440, '8037', 158, 'army_c15_guardcub', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6441, '8038', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6442, '8039', 158, 'army_c15_sandbag', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6443, '8040', 158, 'army_c15_light', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6444, '8041', 205, 't', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6445, '8042', 200, 'clothing_camooutfit', 14, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6446, '8043', 202, 'clothing_napkin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6447, '8044', 205, 'clothing_kevlar', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6448, '8045', 588, 'clothing_camoboots', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6449, '8046', 158, 'army_c15_screen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6450, '8047', 310, 'clothing_rank5', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6451, '8048', 158, 'army15_scanner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6452, '8049', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6453, '8050', 158, 'army_c15_jerrycan', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6454, '8051', 202, 'clothing_kevlarhat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6455, '8052', 158, 'army_c15_watchtwr', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6456, '8053', 158, 'army_c15_contable', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6457, '8054', 158, 'army15_statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6458, '8055', 158, 'army_c15_locker', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6459, '8056', 310, 'clothing_medal1', 6, 0, 0, 1, 0, 0, 60, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6460, '8057', 310, 'clothing_rank3', 6, 0, 0, 1, 0, 0, 59, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6461, '8058', 158, 'army_c15_officetent', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6462, '8059', 310, 'clothing_medal3', 6, 0, 0, 1, 0, 0, 58, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6463, '8060', 158, 'army_c15_teledoor', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6464, '8061', 741, 'army15_ltddesk', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6465, '8062', 158, 'army_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6466, '8063', 202, 'clothing_drillserg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6467, '8064', 158, 'army_c15_plant', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6468, '8065', 310, 'clothing_rank2', 6, 0, 0, 1, 0, 0, 57, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6469, '8066', 158, 'army_c15_table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6470, '8067', 158, 'army_c15_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6471, '8068', 158, 'army_c15_cabinet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6472, '8069', 158, 'army_c15_bookshelf', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6473, '8070', 158, 'army_c15_gunrack', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6474, '8071', 158, 'army_c15_shipcon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6475, '8072', 310, 'clothing_rank1', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6476, '8073', 158, 'army_c15_glassdivdr', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6477, '8074', 207, 'clothing_armyskirt', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6478, '8075', 206, 'clothing_militarypants', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6479, '8076', 158, 'army_c15_food', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6480, '8077', 158, 'army_c15_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6481, '8078', 310, 'clothing_walkie', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6482, '8079', 158, 'army15_dog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6483, '8080', 158, 'army_c15_deskcomp', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6484, '8081', 158, 'army_c15_deskitem', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6485, '8082', 108, 'army_c15_groupflag', 2, 300, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6486, '8083', 310, 'clothing_medal2', 6, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6487, '8084', 204, 'clothing_camotank', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6488, '8085', 202, 'clothing_militaryhat', 4, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6489, '8086', 202, 'clothing_camocap', 4, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6490, '8087', 206, 'clothing_camotuck', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6491, '8088', 159, 'room_info15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6492, '8089', 159, 'room_info15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6493, '8090', 429, 'botnest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6494, '8091', 199, 'dino_c15_footprint', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6495, '8092', 199, 'dino15_dinoprize6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6496, '8093', 694, 'dino15_fossil2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6497, '8094', 694, 'dino15_fossil5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6498, '8095', 199, 'dino_c15_venusfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6499, '8096', 199, 'dino_c15_nest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6500, '8097', 202, 'clothing_dinohat', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6501, '8098', 741, 'dino15_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6502, '8099', 199, 'dino_c15_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6503, '8100', 199, 'dino_c15_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6504, '8101', 199, 'dino_c15_rocksmall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6505, '8102', 199, 'dino_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6506, '8103', 199, 'dino_c15_dilosaur', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6507, '8104', 199, 'dino_c15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6508, '8105', 199, 'dino_c15_crn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6509, '8106', 199, 'dino_c15_volcano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6510, '8107', 199, 'dino15_amberbug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6511, '8108', 741, 'dino15_dragonfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6512, '8109', 199, 'dino_c15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6513, '8110', 199, 'dino_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6514, '8111', 204, 'clothing_caveshirt', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6515, '8112', 199, 'dino_c15_ribcage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6516, '8113', 199, 'dino_c15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6517, '8114', 199, 'dino15_dinoprize1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6518, '8115', 201, 'clothing_cavehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6519, '8116', 694, 'dino15_fossil3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6520, '8117', 199, 'dino_c15_rocklarge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6521, '8118', 199, 'dino15_amberduck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6522, '8119', 199, 'dino_c15_plant2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6523, '8120', 199, 'dino_c15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6524, '8121', 200, 'clothing_dino', 14, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6525, '8122', 199, 'dino_c15_divdr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6526, '8123', 199, 'dino15_dinoprize3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6527, '8124', 694, 'dino15_fossil1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6528, '8125', 200, 'clothing_caveman', 10, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6529, '8126', 199, 'dino_c15_log', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6530, '8127', 199, 'dino15_dinoprize4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6531, '8128', 199, 'dino15_fossil4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6532, '8129', 199, 'dino15_dinoprize5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6533, '8130', 202, 'clothing_hat_skulldino', 6, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6534, '8131', 199, 'dino15_dinoprize2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6535, '8132', 199, 'dino_c15_tree3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6536, '8133', 423, 'fxbox_fx183', 3, 0, 0, 1, 0, 0, 200, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6537, '8134', 307, 'CF_300_bricks', 300, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6538, '8135', 438, 'room_thr15_spot', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6539, '8136', 438, 'room_thr15_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6540, '8137', 438, 'room_thr15_div2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6541, '8138', 438, 'room_thr15_curtain1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6542, '8139', 438, 'room_thr15_bubjuice', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6543, '8140', 438, 'room_thr15_popcorn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6544, '8141', 438, 'room_thr15_stair', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6545, '8142', 438, 'room_thr15_icecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6546, '8143', 438, 'room_thr15_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6547, '8144', 438, 'room_thr15_div3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6548, '8145', 438, 'room_thr15_stage', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6549, '8146', 438, 'room_thr15_ramp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6550, '8147', 438, 'room_thr15_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6551, '8148', 438, 'room_thr15_div1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6552, '8149', 438, 'room_thr15_frontcur', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6553, '8150', 438, 'room_thr15_cover', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6554, '8151', 438, 'room_thr15_candy', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6555, '8152', 438, 'room_thr15_hotdog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6556, '8153', 438, 'room_thr15_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6557, '8154', 159, 'room_info15_roller', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6558, '8155', 115, 'nest_raptor', 2, 0, 0, 1, 0, 0, 201, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6559, '8156', 102, 'velociraptor_egg', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6560, '8157', 232, 'pterosaur_egg', 35, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6561, '8158', 52, 'petfood31', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6562, '8159', 52, 'petfood30', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6563, '8160', 161, 'paris_c15_roof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6564, '8161', 161, 'paris_c15_crn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6565, '8162', 161, 'paris15_paintings', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6566, '8163', 588, 'clothing_breton', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6567, '8164', 161, 'paris_c15_table', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6568, '8165', 161, 'paris15_bicycle', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6569, '8166', 161, 'paris_c15_building2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6570, '8167', 161, 'paris_c15_chair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6571, '8168', 161, 'paris15_pigeon', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6572, '8169', 161, 'paris_c15_food3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6573, '8170', 161, 'paris_c15_menu', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6574, '8171', 161, 'paris_c15_food1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6575, '8172', 161, 'paris15_poodle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6576, '8173', 161, 'paris15_giftsnails', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6577, '8174', 161, 'paris_c15_flowerpot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6578, '8175', 161, 'paris_c15_vegstall3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6579, '8176', 706, 'paris15_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6580, '8177', 161, 'paris_c15_building1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6581, '8178', 161, 'paris_c15_arch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6582, '8179', 310, 'clothing_necktie', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6583, '8180', 161, 'paris_c15_shadow', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6584, '8181', 161, 'paris_c15_vegstall2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6585, '8182', 741, 'paris15_ltdfountain', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6586, '8183', 161, 'paris_c15_floor', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6587, '8184', 161, 'paris_c15_food2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6588, '8185', 161, 'paris_c15_flowerstl', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6589, '8186', 161, 'paris_c15_awning', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6590, '8187', 161, 'paris_c15_pavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6591, '8188', 161, 'paris_c15_breadstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6592, '8189', 161, 'paris_c15_vegstall1', 10, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6593, '8190', 161, 'paris_c15_parasol', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6594, '8191', 115, 'nest_pterosaur', 2, 0, 0, 1, 0, 0, 202, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6595, '8192', 109, 'yttv_retro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6596, '8193', 192, 'habbo15_rare_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6597, '8194', 162, 'habbo15_comp_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6598, '8195', 162, 'habbo15_comp_clothing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6599, '8196', 162, 'habbo15_comp_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6600, '8197', 162, 'habbo15_comp_video', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6601, '8198', 162, 'habbo15_placeholder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6602, '8199', 162, 'habbo15_comp_furni', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6603, '8200', 162, 'habbo15_comp_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6604, '8201', 192, 'habbo15_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6605, '8202', 162, 'room_hall_trophy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6606, '8203', 162, 'room_hall15_window', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6607, '8204', 162, 'room_hall15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6608, '8205', 162, 'room_hall15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6609, '8206', 162, 'room_hall_trophy1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6610, '8207', 162, 'room_hall15_barch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6611, '8208', 337, 'pillar*10', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6612, '8209', 337, 'habbo15_parasol', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6613, '8210', 337, 'habbo15_scifidoor', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6614, '8211', 337, 'habbo15_sleepingbag', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6615, '8212', 337, 'habbo15_fountain', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6616, '8213', 337, 'habbo15_dragonlamp', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6617, '8214', 337, 'habbo15_fan', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6618, '8215', 337, 'habbo15_icm', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6619, '8216', 337, 'habbo15_woodenscreen', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6620, '8217', 337, 'habbo15_beehive', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6621, '8218', 337, 'habbo15_pillow', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6622, '8219', 337, 'habbo15_scifiport', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6623, '8220', 337, 'habbo15_elephant', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6624, '8221', 337, 'habbo15_marquee', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6625, '8222', 337, 'habbo15_scifirocket', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6626, '8223', 68, 'africa15_meerkat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6627, '8224', 18, 'lodge_c15_floor', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6628, '8225', 104, 'drago_c15_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6629, '8226', 104, 'drago_c15_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6630, '8227', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6631, '8228', 30, 'gothic_c15_tower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6632, '8229', 30, 'gothic_c15_dvdr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6633, '8230', 676, 'gothic_c15_chandelier', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6634, '8231', 30, 'gothic_c15_crn', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6635, '8232', 120, 'anc15_pharaohduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6636, '8233', 120, 'anc_c15_table', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6637, '8234', 120, 'anc_c15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6638, '8235', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 203, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6639, '8236', 32, 'lt_c15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6640, '8237', 32, 'lt15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6641, '8238', 32, 'lt_c15_bush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6642, '8239', 68, 'africa_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6643, '8240', 68, 'africa_c15_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6644, '8241', 68, 'africa_c15_bongos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6645, '8242', 569, 'habbo15_win_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6646, '8243', 569, 'habbo15_win_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6647, '8244', 569, 'habbo15_win_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6648, '8245', 408, 'tiki_c15_leigiver', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6649, '8246', 408, 'tiki_c15_tele', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6650, '8247', 629, 'greek_c15_floor', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6651, '8248', 629, 'greek_c15_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6652, '8249', 629, 'greek_c15_lamp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6653, '8250', 629, 'greek_c15_tile', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6654, '8251', 212, 'garden_c15_toolshed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6655, '8252', 212, 'garden_c15_shroomchr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6656, '8253', 212, 'garden15_lawnmower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6657, '8254', 569, 'habbo15_win_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6658, '8255', 569, 'habbo15_win_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6659, '8256', 569, 'habbo15_win_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6660, '8257', 569, 'habbo15_win_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6661, '8258', 569, 'habbo15_win_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6662, '8259', 569, 'habbo15_win_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6663, '8260', 304, 'exe_c15_telephone', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6664, '8261', 304, 'exe_c15_printer', 4, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6665, '8262', 304, 'exe_c15_desktidy', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6666, '8263', 70, 'steampunk15_plane', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6667, '8264', 70, 'steampunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6668, '8265', 70, 'steampunk_c15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6669, '8266', 70, 'steampunk_c15_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6670, '8267', 569, 'habbo15_win_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6671, '8268', 569, 'habbo15_win_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6672, '8269', 162, 'habbo15_birthdaycake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6673, '8270', 569, 'habbo15_win_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6674, '8271', 569, 'habbo15_win_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6675, '8272', 569, 'habbo15_win_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6676, '8273', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6677, '8274', 35, 'a0 romantique_divider1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6678, '8275', 35, 'a0 romantique_divider2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6679, '8276', 35, 'a0 romantique_divider3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6680, '8277', 35, 'a0 romantique_divider4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6681, '8278', 35, 'romantique_c15_dresser', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6682, '8279', 114, 'uni_c15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6683, '8280', 114, 'uni_c15_shelvescrn', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6684, '8281', 114, 'uni_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6685, '8282', 50, 'bling_c15_chandalier', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6686, '8283', 50, 'bling15_pooltable', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6687, '8284', 31, 'jp_c15_daruma', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6688, '8285', 31, 'jp_c15_dresser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6689, '8286', 31, 'jp_c15_teapot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6690, '8287', 31, 'jp15_luckycat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6691, '8288', 569, 'habbo15_win_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6692, '8289', 569, 'habbo15_win_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6693, '8290', 569, 'habbo15_win_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6694, '8291', 569, 'habbo15_win_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6695, '8292', 569, 'habbo15_win_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6696, '8293', 569, 'habbo15_win_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6697, '8294', 569, 'habbo15_win_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6698, '8295', 569, 'habbo15_win_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6699, '8296', 569, 'habbo15_win_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6700, '8297', 569, 'habbo15_win_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6701, '8298', 569, 'habbo15_win_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6702, '8299', 569, 'habbo15_win_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6703, '8300', 569, 'habbo15_win_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6704, '8301', 569, 'habbo15_win_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6705, '8302', 196, 'room_pcnc15_dvd2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6706, '8303', 196, 'room_pcnc15_dvd1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6707, '8304', 196, 'room_pcnc15_hotdog', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6708, '8305', 196, 'room_pcnc15_awn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6709, '8306', 196, 'room_pcnc15_carrot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6710, '8307', 196, 'room_pcnc15_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6711, '8308', 196, 'room_pcnc15_gzb', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6712, '8309', 196, 'room_pcnc15_wbench', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6713, '8310', 196, 'room_pcnc15_soda', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6714, '8311', 196, 'room_pcnc15_table3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6715, '8312', 196, 'room_pcnc15_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6716, '8313', 196, 'room_pcnc15_blanket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6717, '8314', 196, 'room_pcnc15_chair1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6718, '8315', 196, 'room_pcnc15_wood', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6719, '8316', 196, 'room_pcnc15_bbq', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6720, '8317', 569, 'habbo15_win_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6721, '8318', 569, 'habbo15_win_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6722, '8319', 569, 'habbo15_win_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6723, '8320', 569, 'habbo15_win_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6724, '8321', 569, 'habbo15_win_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6725, '8322', 569, 'habbo15_win_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6726, '8323', 569, 'habbo15_win_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6727, '8324', 569, 'habbo15_win_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6728, '8325', 569, 'habbo15_win_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6729, '8326', 569, 'habbo15_win_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6730, '8327', 569, 'habbo15_win_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6731, '8328', 569, 'habbo15_win_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6732, '8329', 569, 'habbo15_win_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6733, '8330', 569, 'habbo15_win_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6734, '8331', 569, 'habbo15_win_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6735, '8332', 569, 'habbo15_win_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6736, '8333', 569, 'habbo15_win_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6737, '8334', 588, 'clothing_knighttop', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6738, '8335', 200, 'clothing_demonoutfit', 12, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6739, '8336', 676, 'clothing_waterhelm', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6740, '8337', 310, 'clothing_fammask', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6741, '8338', 203, 'clothing_demoncloak', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6742, '8339', 310, 'clothing_warmask', 6, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6743, '8340', 676, 'clothing_airhelm', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6744, '8341', 200, 'clothing_knightoutfit', 9, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6745, '8342', 676, 'clothing_firehelm', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6746, '8343', 202, 'clothing_demonhood', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6747, '8344', 206, 'clothing_knighttrousers', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6748, '8345', 310, 'clothing_skullnecklace', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6749, '8346', 676, 'clothing_earthhelm', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6750, '8347', 310, 'clothing_deathmask', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6751, '8348', 310, 'clothing_pestmask', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6752, '8349', 396, 'hween_c15_angel', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6753, '8350', 662, 'bonusrare16_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6754, '8351', 662, 'bonusrare16_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6755, '8352', 662, 'bonusrare16_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6756, '8353', 662, 'bonusrare16_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6757, '8354', 662, 'bonusrare16_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6758, '8355', 662, 'bonusrare16_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6759, '8356', 662, 'bonusrare16_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6760, '8357', 662, 'bonusrare16_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6761, '8358', 662, 'bonusrare16_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6762, '8359', 662, 'bonusrare16_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6763, '8360', 662, 'bonusrare16_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6764, '8361', 662, 'bonusrare16_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6765, '8362', 676, 'hween_c15_evilcrystal2', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6766, '8363', 676, 'hween_c15_purecrystal2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6767, '8364', 396, 'hween_c15_stage', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6768, '8365', 676, 'hween_c15_evilcrystal3', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6769, '8366', 396, 'hween_c15_fog', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6770, '8367', 396, 'hween_c15_stagecorner', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6771, '8368', 396, 'hween_c15_building', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6772, '8369', 396, 'hween_c15_tele', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6773, '8370', 677, 'hween_c15_evilcrystal1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6774, '8371', 396, 'hween_c15_dump', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6775, '8372', 396, 'hween15_horseman3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6776, '8373', 676, 'hween_c15_purecrystal3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6777, '8374', 396, 'hween_c15_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6778, '8375', 741, 'hween15_ltdhorseman4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6779, '8376', 396, 'hween_c15_shinycarpet', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6780, '8377', 396, 'hween_c15_corner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6781, '8378', 396, 'hween_c15_car', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6782, '8379', 722, 'hween15_saintini', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6783, '8380', 722, 'hween15_evilfrank', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6784, '8381', 396, 'hween_c15_busstop', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6785, '8382', 396, 'hween_c15_telewire', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6786, '8383', 396, 'hween_c15_phone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6787, '8384', 722, 'hween15_evilraider', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6788, '8385', 396, 'hween_c15_stairs', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6789, '8386', 396, 'hween_c15_rubbish', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6790, '8387', 396, 'hween_c15_road', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6791, '8388', 678, 'hween_c15_altar', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6792, '8389', 396, 'hween_c15_evilcloud', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6793, '8390', 722, 'hween_c15_demoncat', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6794, '8391', 741, 'hween15_ltdhorseman2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6795, '8392', 396, 'hween15_horseman2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6796, '8393', 396, 'hween_c15_fire', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6797, '8394', 396, 'hween_c15_pavement', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6798, '8395', 741, 'hween15_ltdhorseman3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6799, '8396', 396, 'hween15_horseman1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6800, '8397', 396, 'hween_c15_sdcrack', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6801, '8398', 396, 'hween_c15_sdwater', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6802, '8399', 741, 'hween15_ltdhorseman1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6803, '8400', 396, 'hween_c15_lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6804, '8401', 722, 'hween15_saintta', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6805, '8402', 396, 'hween15_horseman4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6806, '8403', 396, 'hween15_horseman5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6807, '8404', 677, 'hween_c15_purecrystal1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6808, '8405', 307, 'CF_750_evilskull', 750, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6809, '8406', 678, 'hween_c15_altarbed', 4, 0, 0, 1, 0, 0, 204, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6810, '8407', 243, 'horse_dye_18', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6811, '8408', 423, 'fxbox_fx14', 3, 0, 0, 1, 0, 0, 205, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6812, '8409', 666, 'hween_c15_pumpkin2', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6813, '8410', 666, 'hween_c15_pumpkin1', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6814, '8411', 59, 'ktchn_c15_chair_b', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6815, '8412', 59, 'ktchn_c15_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6816, '8413', 59, 'ktchn_c15_table_g', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6817, '8414', 59, 'ktchn_c15_floor', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6818, '8415', 59, 'ktchn_c15_bread', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6819, '8416', 59, 'ktchn_c15_table_b', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6820, '8417', 59, 'ktchn_c15_chopboard', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6821, '8418', 59, 'ktchn_c15_chair_g', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6822, '8419', 59, 'ktchn_c15_lamp_p', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6823, '8420', 59, 'ktchn15_coffeemaker', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6824, '8421', 59, 'ktchn_c15_cereal', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6825, '8422', 59, 'ktchn_c15_lamp_b', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6826, '8423', 59, 'ktchn_c15_sink', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6827, '8424', 59, 'ktchn_c15_chair_p', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6828, '8425', 59, 'ktchn_c15_lamp_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6829, '8426', 59, 'ktchn_c15_crn', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6830, '8427', 59, 'ktchn15_cabinet', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6831, '8428', 59, 'ktchn_c15_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6832, '8429', 59, 'ktchn_c15_dishwasher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6833, '8430', 59, 'ktchn_c15_table_p', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6834, '8431', 59, 'ktchn_c15_stove', 4, 0, 0, 1, 0, 0, 32, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6835, '8432', 59, 'ktchn15_bubblejuicerack', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6836, '8433', 59, 'ktchn_c15_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6837, '8434', 59, 'ktchn15_fridge', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6838, '8435', 59, 'ktchn_c15_food', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6839, '8436', 59, 'ktchn_c15_microwave', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6840, '8437', 59, 'ktchn_c15_drinks', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6841, '8438', 666, 'habbo15_pumpkin1', 4, 0, 0, 1, 0, 0, 206, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6842, '8439', 666, 'habbo15_pumpkin2', 4, 0, 0, 1, 0, 0, 207, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6843, '8440', 485, 'xmas_c15_bushy1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6844, '8441', 727, 'gold_c15_arc_div2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6845, '8442', 727, 'gold_c15_arc_seat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6846, '8443', 368, 'gold_c15_arc_icerug', 4, 0, 0, 1, 0, 0, 208, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (6847, '8444', 727, 'gold_c15_arc_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6848, '8445', 727, 'gold_c15_arc_div1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6849, '8446', 727, 'gold_c15_arc_lantern', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6850, '8447', 727, 'gold_c15_arc_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6851, '8448', 727, 'gold_c15_arc_camp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6852, '8449', 727, 'gold_c15_arc_tub', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6853, '8450', 727, 'gold_c15_arc_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6854, '8451', 637, 'gold_rare_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6855, '8452', 727, 'gold_c15_arc_tree1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6856, '8453', 727, 'gold_c15_arc_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6857, '8454', 727, 'gold_c15_arc_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6858, '8455', 727, 'gold_c15_arc_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6859, '8456', 727, 'gold_c15_arc_hole', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6860, '8457', 727, 'gold_c15_arc_snow', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6861, '8458', 727, 'gold_c15_arc_tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6862, '8459', 741, 'xmas15_nutcrackerltd', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6863, '8460', 741, 'xmas_c15_advent6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6864, '8461', 485, 'xmas_c15_bushy5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6865, '8462', 206, 'clothing_santapants', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6866, '8463', 485, 'xmas_c15_store1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6867, '8464', 310, 'clothing_bscarf', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6868, '8465', 485, 'xmas_c15_roof1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6869, '8466', 368, 'winter15_freeze', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6870, '8467', 485, 'xmas_c15_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6871, '8468', 368, 'winter15_wpost', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6872, '8469', 368, 'winter15_icehockey', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6873, '8470', 485, 'xmas_c15_buildbase2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6874, '8471', 485, 'xmas_c15_bushy3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6875, '8472', 485, 'xmas_c15_store4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6876, '8473', 310, 'clothing_xmasbow', 6, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6877, '8474', 485, 'xmas_c15_advent5', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6878, '8475', 485, 'xmas_c15_poinsettia', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6879, '8476', 485, 'xmas_c15_buildbase1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6880, '8477', 485, 'xmas_c15_crnr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6881, '8478', 485, 'xmas15_clocktower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6882, '8479', 200, 'clothing_santaoutfit', 15, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6883, '8480', 200, 'clothing_cladyoutfit', 15, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6884, '8481', 485, 'xmas_c15_store2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6885, '8482', 485, 'xmas_c15_stall', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6886, '8483', 485, 'xmas_c15_snow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6887, '8484', 729, 'xmas_c15_bndstnd', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6888, '8485', 485, 'xmas15_rudolf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6889, '8486', 485, 'xmas_c15_roof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6890, '8487', 203, 'clothing_cladydress', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6891, '8488', 485, 'xmas_c15_advent2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6892, '8489', 368, 'winter15_tree4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6893, '8490', 485, 'xmas_c15_bushy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6894, '8491', 741, 'xmas15_wishltd', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6895, '8492', 485, 'xmas_c15_advent8', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6896, '8493', 201, 'clothing_cladyhair', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6897, '8494', 741, 'xmas15_glowdeerltd', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6898, '8495', 204, 'clothing_santatop', 5, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6899, '8496', 310, 'clothing_ribbon', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6900, '8497', 485, 'xmas_c15_advent3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6901, '8498', 202, 'clothing_santahat', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6902, '8499', 729, 'xmas_c15_reindeer', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6903, '8500', 741, 'xmas15_fountainltd', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6904, '8501', 310, 'clothing_snood', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6905, '8502', 485, 'xmas_c15_store3', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6906, '8503', 485, 'xmas_c15_advent1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6907, '8504', 485, 'xmas_c15_arch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6908, '8505', 368, 'winter15_fnc_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6909, '8506', 485, 'xmas_c15_advent4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6910, '8507', 208, 'clothing_cladyshoes', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6911, '8508', 368, 'winter15_snowboard', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6912, '8509', 201, 'clothing_santabeard', 2, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6913, '8510', 485, 'xmas_c15_mntn', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6914, '8511', 485, 'xmas15_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6915, '8512', 485, 'xmas_c15_buildmid2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6916, '8513', 485, 'xmas_c15_bushy6', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6917, '8514', 485, 'xmas_c15_snwbush', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6918, '8515', 485, 'xmas15_sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6919, '8516', 368, 'winter15_iceskater', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6920, '8517', 485, 'xmas_c15_alpinetree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6921, '8518', 310, 'clothing_knitband', 6, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6922, '8519', 485, 'xmas_c15_decotree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6923, '8520', 485, 'xmas_c15_stone', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6924, '8521', 485, 'xmas_c15_bushy4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6925, '8522', 368, 'winter15_lmppst', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6926, '8523', 485, 'xmas_c15_advent7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6927, '8524', 485, 'xmas_c15_mlight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6928, '8525', 485, 'xmas_c15_buildmid1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6929, '8526', 588, 'clothing_knithat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6930, '8527', 229, 'hc16_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6931, '8528', 229, 'hc16_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6932, '8529', 229, 'hc16_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6933, '8530', 229, 'hc16_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6934, '8531', 229, 'hc16_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6935, '8532', 229, 'hc16_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6936, '8533', 229, 'hc16_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6937, '8534', 229, 'hc16_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6938, '8535', 229, 'hc16_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6939, '8536', 229, 'hc16_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6940, '8537', 229, 'hc16_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6941, '8538', 229, 'hc16_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '0', '1');
INSERT INTO `catalog_items` VALUES (6942, '8539', 472, 'ny16_stars', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6943, '8540', 581, 'clothing_party5', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6944, '8541', 581, 'clothing_party4', 0, 500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6945, '8542', 581, 'clothing_party8', 0, 500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6946, '8543', 581, 'clothing_party6', 0, 500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6947, '8544', 472, 'ny_c16_sign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6948, '8545', 581, 'clothing_party3', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6949, '8546', 581, 'clothing_party7', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6950, '8547', 302, 'cny16_monkeyballoon', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6951, '8548', 668, 'ny16_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6952, '8549', 585, 'clothing_goldpack1', 0, 75, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6953, '8550', 302, 'china_monkey', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6954, '8551', 307, 'CF_1200_ny16', 1200, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6955, '8552', 429, 'tile_fxprovider_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6956, '8553', 580, 'clothing_hat_space1', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6957, '8554', 597, 'rare_prize16_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6958, '8555', 597, 'rare_prize16_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6959, '8556', 597, 'rare_prize16_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6960, '8557', 597, 'rare_prize16_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6961, '8558', 597, 'rare_prize16_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6962, '8559', 597, 'rare_prize16_14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6963, '8560', 597, 'rare_prize16_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6964, '8561', 597, 'rare_prize16_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6965, '8562', 597, 'rare_prize16_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6966, '8563', 597, 'rare_prize16_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6967, '8564', 597, 'rare_prize16_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6968, '8565', 597, 'rare_prize16_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6969, '8566', 597, 'rare_prize16_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6970, '8567', 597, 'rare_prize16_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6971, '8568', 457, 'val16_float2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6972, '8569', 457, 'val_c16_lovebirds', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6973, '8570', 457, 'val_c16_tikicat', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6974, '8571', 457, 'val_c16_tikicat2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6975, '8572', 457, 'val16_float3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6976, '8573', 457, 'val_c16_shellfountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6977, '8574', 457, 'val16_float1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6978, '8575', 457, 'val16_float4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6979, '8576', 457, 'val_c16_vase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6980, '8577', 742, 'easter16_habberge6l td', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6981, '8578', 204, 'clothing_pjtop3', 5, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6982, '8579', 206, 'clothing_sportpants', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6983, '8580', 200, 'clothing_urbanoutfit', 16, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6984, '8581', 310, 'clothing_tiedjumper', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6985, '8582', 310, 'clothing_cumberband', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6986, '8583', 200, 'clothing_casualoutfit1', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6987, '8584', 201, 'clothing_manbun', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6988, '8585', 204, 'clothing_denimvest', 5, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6989, '8586', 206, 'clothing_pjbottoms1', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6990, '8587', 204, 'clothing_pjtop1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6991, '8588', 310, 'clothing_hipsterglasses', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6992, '8589', 204, 'clothing_tux', 5, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6993, '8590', 310, 'clothing_tie1', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6994, '8591', 202, 'clothing_bandage', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6995, '8592', 206, 'clothing_denimshorts', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6996, '8593', 202, 'clothing_brainjar', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6997, '8594', 443, 'easter_c16_mallowduck', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (6998, '8595', 200, 'clothing_floraloutfit', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (6999, '8596', 742, 'easter16_habberge9l td', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7000, '8597', 202, 'clothing_duckhat', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7001, '8598', 200, 'clothing_punkoutfit2', 18, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7002, '8599', 204, 'clothing_tuxshirt', 5, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7003, '8600', 200, 'clothing_pjoutfit1', 12, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7004, '8601', 200, 'clothing_hipoutfit3', 16, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7005, '8602', 208, 'clothing_sliponcanvas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7006, '8603', 200, 'clothing_punkoutfit1', 16, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7007, '8604', 202, 'clothing_backcap', 4, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7008, '8605', 580, 'clothing_mermaid', 4, 0, 0, 1, 0, 0, 209, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7009, '8606', 205, 'clothing_twotonehoodie', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7010, '8607', 201, 'clothing_hipster2', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7011, '8608', 742, 'easter16_habberge8ltd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7012, '8609', 201, 'clothing_disco', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7013, '8610', 204, 'clothing_longtshirt', 5, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7014, '8611', 205, 'clothing_sportsjckt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7015, '8612', 203, 'clothing_polkadress', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7016, '8613', 205, 'clothing_tuxoutfit', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7017, '8614', 204, 'clothing_rippedtop', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7018, '8615', 742, 'easter16_habberge7l td', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7019, '8616', 200, 'clothing_hipoutfit1', 10, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7020, '8617', 200, 'clothing_hipoutfit2', 16, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7021, '8618', 310, 'clothing_camera', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7022, '8619', 201, 'clothing_bedhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7023, '8620', 204, 'clothing_halter', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7024, '8621', 200, 'clothing_pjoutfit2', 12, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7025, '8622', 204, 'clothing_pjtop2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7026, '8623', 200, 'clothing_pjoutfit3', 12, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7027, '8624', 204, 'clothing_offshldrjumper', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7028, '8625', 310, 'clothing_bigshades', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7029, '8626', 580, 'clothing_noblecrown', 0, 75, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7030, '8627', 201, 'clothing_ombrehr', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7031, '8628', 327, 'bonusrare16_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7032, '8629', 327, 'bonusrare16_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7033, '8630', 327, 'bonusrare16_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7034, '8631', 327, 'bonusrare16_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7035, '8632', 622, 'icedblk_c16_table', 5, 0, 0, 1, 0, 0, 210, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7036, '8633', 646, 'icedblk_c16_table_10', 5, 0, 0, 1, 0, 0, 211, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7037, '8634', 638, 'icedblk_c16_table_2', 5, 0, 0, 1, 0, 0, 212, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7038, '8635', 639, 'icedblk_c16_table_3', 5, 0, 0, 1, 0, 0, 213, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7039, '8636', 640, 'icedblk_c16_table_4', 5, 0, 0, 1, 0, 0, 214, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7040, '8637', 641, 'icedblk_c16_table_5', 5, 0, 0, 1, 0, 0, 215, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7041, '8638', 642, 'icedblk_c16_table_6', 5, 0, 0, 1, 0, 0, 216, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7042, '8639', 643, 'icedblk_c16_table_7', 5, 0, 0, 1, 0, 0, 217, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7043, '8640', 644, 'icedblk_c16_table_8', 5, 0, 0, 1, 0, 0, 218, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7044, '8641', 645, 'icedblk_c16_table_9', 5, 0, 0, 1, 0, 0, 219, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7045, '8642', 622, 'icedblk_c16_div4', 4, 0, 0, 1, 0, 0, 220, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7046, '8643', 646, 'icedblk_c16_div4_10', 4, 0, 0, 1, 0, 0, 221, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7047, '8644', 638, 'icedblk_c16_div4_2', 4, 0, 0, 1, 0, 0, 222, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7048, '8645', 639, 'icedblk_c16_div4_3', 4, 0, 0, 1, 0, 0, 223, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7049, '8646', 640, 'icedblk_c16_div4_4', 4, 0, 0, 1, 0, 0, 224, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7050, '8647', 641, 'icedblk_c16_div4_5', 4, 0, 0, 1, 0, 0, 225, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7051, '8648', 642, 'icedblk_c16_div4_6', 4, 0, 0, 1, 0, 0, 226, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7052, '8649', 643, 'icedblk_c16_div4_7', 4, 0, 0, 1, 0, 0, 227, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7053, '8650', 644, 'icedblk_c16_div4_8', 4, 0, 0, 1, 0, 0, 228, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7054, '8651', 645, 'icedblk_c16_div4_9', 4, 0, 0, 1, 0, 0, 229, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7055, '8652', 622, 'icedblk_c16_div2', 4, 0, 0, 1, 0, 0, 230, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7056, '8653', 646, 'icedblk_c16_div2_10', 4, 0, 0, 1, 0, 0, 231, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7057, '8654', 638, 'icedblk_c16_div2_2', 4, 0, 0, 1, 0, 0, 232, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7058, '8655', 639, 'icedblk_c16_div2_3', 4, 0, 0, 1, 0, 0, 233, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7059, '8656', 640, 'icedblk_c16_div2_4', 4, 0, 0, 1, 0, 0, 234, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7060, '8657', 641, 'icedblk_c16_div2_5', 4, 0, 0, 1, 0, 0, 235, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7061, '8658', 642, 'icedblk_c16_div2_6', 4, 0, 0, 1, 0, 0, 236, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7062, '8659', 643, 'icedblk_c16_div2_7', 4, 0, 0, 1, 0, 0, 237, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7063, '8660', 644, 'icedblk_c16_div2_8', 4, 0, 0, 1, 0, 0, 238, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7064, '8661', 645, 'icedblk_c16_div2_9', 4, 0, 0, 1, 0, 0, 239, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7065, '8662', 622, 'icedblk_c16_couch', 4, 0, 0, 1, 0, 0, 240, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7066, '8663', 646, 'icedblk_c16_couch_10', 4, 0, 0, 1, 0, 0, 241, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7067, '8664', 638, 'icedblk_c16_couch_2', 4, 0, 0, 1, 0, 0, 242, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7068, '8665', 639, 'icedblk_c16_couch_3', 4, 0, 0, 1, 0, 0, 243, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7069, '8666', 640, 'icedblk_c16_couch_4', 4, 0, 0, 1, 0, 0, 244, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7070, '8667', 641, 'icedblk_c16_couch_5', 4, 0, 0, 1, 0, 0, 245, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7071, '8668', 642, 'icedblk_c16_couch_6', 4, 0, 0, 1, 0, 0, 246, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7072, '8669', 643, 'icedblk_c16_couch_7', 4, 0, 0, 1, 0, 0, 247, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7073, '8670', 644, 'icedblk_c16_couch_8', 4, 0, 0, 1, 0, 0, 248, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7074, '8671', 645, 'icedblk_c16_couch_9', 4, 0, 0, 1, 0, 0, 249, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7075, '8672', 622, 'icedblk_c16_div3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7076, '8673', 646, 'icedblk_c16_div3_10', 4, 0, 0, 1, 0, 0, 250, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7077, '8674', 638, 'icedblk_c16_div3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7078, '8675', 639, 'icedblk_c16_div3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7079, '8676', 640, 'icedblk_c16_div3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7080, '8677', 641, 'icedblk_c16_div3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7081, '8678', 642, 'icedblk_c16_div3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7082, '8679', 643, 'icedblk_c16_div3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7083, '8680', 644, 'icedblk_c16_div3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7084, '8681', 645, 'icedblk_c16_div3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7085, '8682', 622, 'icedblk_c16_solarium', 4, 0, 0, 1, 0, 0, 251, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7086, '8683', 646, 'icedblk_c16_solarium_10', 4, 0, 0, 1, 0, 0, 252, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7087, '8684', 638, 'icedblk_c16_solarium_2', 4, 0, 0, 1, 0, 0, 253, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7088, '8685', 639, 'icedblk_c16_solarium_3', 4, 0, 0, 1, 0, 0, 254, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7089, '8686', 640, 'icedblk_c16_solarium_4', 4, 0, 0, 1, 0, 0, 255, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7090, '8687', 641, 'icedblk_c16_solarium_5', 4, 0, 0, 1, 0, 0, 256, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7091, '8688', 642, 'icedblk_c16_solarium_6', 4, 0, 0, 1, 0, 0, 257, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7092, '8689', 643, 'icedblk_c16_solarium_7', 4, 0, 0, 1, 0, 0, 258, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7093, '8690', 644, 'icedblk_c16_solarium_8', 4, 0, 0, 1, 0, 0, 259, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7094, '8691', 645, 'icedblk_c16_solarium_9', 4, 0, 0, 1, 0, 0, 260, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7095, '8692', 622, 'icedblk_c16_shelves', 4, 0, 0, 1, 0, 0, 261, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7096, '8693', 646, 'icedblk_c16_shelves_10', 4, 0, 0, 1, 0, 0, 262, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7097, '8694', 638, 'icedblk_c16_shelves_2', 4, 0, 0, 1, 0, 0, 263, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7098, '8695', 639, 'icedblk_c16_shelves_3', 4, 0, 0, 1, 0, 0, 264, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7099, '8696', 640, 'icedblk_c16_shelves_4', 4, 0, 0, 1, 0, 0, 265, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7100, '8697', 641, 'icedblk_c16_shelves_5', 4, 0, 0, 1, 0, 0, 266, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7101, '8698', 642, 'icedblk_c16_shelves_6', 4, 0, 0, 1, 0, 0, 267, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7102, '8699', 643, 'icedblk_c16_shelves_7', 4, 0, 0, 1, 0, 0, 268, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7103, '8700', 644, 'icedblk_c16_shelves_8', 4, 0, 0, 1, 0, 0, 269, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7104, '8701', 645, 'icedblk_c16_shelves_9', 4, 0, 0, 1, 0, 0, 270, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7105, '8702', 622, 'icedblk_c16_sofachair', 2, 0, 0, 1, 0, 0, 271, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7106, '8703', 646, 'icedblk_c16_sofachair_10', 2, 0, 0, 1, 0, 0, 272, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7107, '8704', 638, 'icedblk_c16_sofachair_2', 2, 0, 0, 1, 0, 0, 273, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7108, '8705', 639, 'icedblk_c16_sofachair_3', 2, 0, 0, 1, 0, 0, 274, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7109, '8706', 640, 'icedblk_c16_sofachair_4', 2, 0, 0, 1, 0, 0, 275, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7110, '8707', 641, 'icedblk_c16_sofachair_5', 2, 0, 0, 1, 0, 0, 276, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7111, '8708', 642, 'icedblk_c16_sofachair_6', 2, 0, 0, 1, 0, 0, 277, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7112, '8709', 643, 'icedblk_c16_sofachair_7', 2, 0, 0, 1, 0, 0, 278, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7113, '8710', 644, 'icedblk_c16_sofachair_8', 2, 0, 0, 1, 0, 0, 279, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7114, '8711', 645, 'icedblk_c16_sofachair_9', 2, 0, 0, 1, 0, 0, 280, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7115, '8712', 622, 'icedblk_c16_div1', 4, 0, 0, 1, 0, 0, 281, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7116, '8713', 646, 'icedblk_c16_div1_10', 4, 0, 0, 1, 0, 0, 282, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7117, '8714', 638, 'icedblk_c16_div1_2', 4, 0, 0, 1, 0, 0, 283, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7118, '8715', 639, 'icedblk_c16_div1_3', 4, 0, 0, 1, 0, 0, 284, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7119, '8716', 640, 'icedblk_c16_div1_4', 4, 0, 0, 1, 0, 0, 285, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7120, '8717', 641, 'icedblk_c16_div1_5', 4, 0, 0, 1, 0, 0, 286, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7121, '8718', 642, 'icedblk_c16_div1_6', 4, 0, 0, 1, 0, 0, 287, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7122, '8719', 643, 'icedblk_c16_div1_7', 4, 0, 0, 1, 0, 0, 288, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7123, '8720', 644, 'icedblk_c16_div1_8', 4, 0, 0, 1, 0, 0, 289, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7124, '8721', 645, 'icedblk_c16_div1_9', 4, 0, 0, 1, 0, 0, 290, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7125, '8722', 622, 'icedblk_c16_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7126, '8723', 646, 'icedblk_c16_sofa_10', 3, 0, 0, 1, 0, 0, 291, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7127, '8724', 638, 'icedblk_c16_sofa_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7128, '8725', 639, 'icedblk_c16_sofa_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7129, '8726', 640, 'icedblk_c16_sofa_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7130, '8727', 641, 'icedblk_c16_sofa_5', 3, 0, 0, 1, 0, 0, 292, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7131, '8728', 642, 'icedblk_c16_sofa_6', 3, 0, 0, 1, 0, 0, 293, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7132, '8729', 643, 'icedblk_c16_sofa_7', 3, 0, 0, 1, 0, 0, 294, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7133, '8730', 644, 'icedblk_c16_sofa_8', 3, 0, 0, 1, 0, 0, 295, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7134, '8731', 645, 'icedblk_c16_sofa_9', 3, 0, 0, 1, 0, 0, 296, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7135, '8732', 622, 'icedblk_c16_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7136, '8733', 646, 'icedblk_c16_chair_10', 2, 0, 0, 1, 0, 0, 297, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7137, '8734', 638, 'icedblk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7138, '8735', 639, 'icedblk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7139, '8736', 640, 'icedblk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7140, '8737', 641, 'icedblk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7141, '8738', 642, 'icedblk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7142, '8739', 643, 'icedblk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7143, '8740', 644, 'icedblk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7144, '8741', 645, 'icedblk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7145, '8742', 622, 'icedblk_c16_div5', 4, 0, 0, 1, 0, 0, 298, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7146, '8743', 646, 'icedblk_c16_div5_10', 4, 0, 0, 1, 0, 0, 299, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7147, '8744', 638, 'icedblk_c16_div5_2', 4, 0, 0, 1, 0, 0, 300, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7148, '8745', 639, 'icedblk_c16_div5_3', 4, 0, 0, 1, 0, 0, 301, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7149, '8746', 640, 'icedblk_c16_div5_4', 4, 0, 0, 1, 0, 0, 302, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7150, '8747', 641, 'icedblk_c16_div5_5', 4, 0, 0, 1, 0, 0, 303, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7151, '8748', 642, 'icedblk_c16_div5_6', 4, 0, 0, 1, 0, 0, 304, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7152, '8749', 643, 'icedblk_c16_div5_7', 4, 0, 0, 1, 0, 0, 305, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7153, '8750', 644, 'icedblk_c16_div5_8', 4, 0, 0, 1, 0, 0, 306, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7154, '8751', 645, 'icedblk_c16_div5_9', 4, 0, 0, 1, 0, 0, 307, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7155, '8752', 656, 'purablk_c16_shelve', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7156, '8753', 656, 'purablk_c16_eleblock_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7157, '8754', 655, 'purablk_c16_eleblock_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7158, '8755', 647, 'purablk_c16_eleblock_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7159, '8756', 648, 'purablk_c16_eleblock_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7160, '8757', 649, 'purablk_c16_eleblock_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7161, '8758', 650, 'purablk_c16_eleblock_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7162, '8759', 651, 'purablk_c16_eleblock_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7163, '8760', 652, 'purablk_c16_eleblock_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7164, '8761', 653, 'purablk_c16_eleblock_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7165, '8762', 654, 'purablk_c16_eleblock_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7166, '8763', 656, 'purablk_c16_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7167, '8764', 655, 'purablk_c16_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7168, '8765', 647, 'purablk_c16_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7169, '8766', 648, 'purablk_c16_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7170, '8767', 649, 'purablk_c16_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7171, '8768', 650, 'purablk_c16_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7172, '8769', 651, 'purablk_c16_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7173, '8770', 652, 'purablk_c16_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7174, '8771', 653, 'purablk_c16_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7175, '8772', 654, 'purablk_c16_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7176, '8773', 656, 'purablk_c16_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7177, '8774', 656, 'purablk_c16_chair_1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7178, '8775', 655, 'purablk_c16_chair_10', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7179, '8776', 647, 'purablk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7180, '8777', 648, 'purablk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7181, '8778', 649, 'purablk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7182, '8779', 650, 'purablk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7183, '8780', 651, 'purablk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7184, '8781', 652, 'purablk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7185, '8782', 653, 'purablk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7186, '8783', 654, 'purablk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7187, '8784', 656, 'purablk_c16_lamp3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7188, '8785', 656, 'purablk_c16_bed_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7189, '8786', 655, 'purablk_c16_bed_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7190, '8787', 647, 'purablk_c16_bed_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7191, '8788', 648, 'purablk_c16_bed_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7192, '8789', 649, 'purablk_c16_bed_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7193, '8790', 650, 'purablk_c16_bed_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7194, '8791', 651, 'purablk_c16_bed_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7195, '8792', 652, 'purablk_c16_bed_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7196, '8793', 653, 'purablk_c16_bed_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7197, '8794', 654, 'purablk_c16_bed_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7198, '8795', 656, 'purablk_c16_mdl3_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7199, '8796', 655, 'purablk_c16_mdl3_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7200, '8797', 647, 'purablk_c16_mdl3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7201, '8798', 648, 'purablk_c16_mdl3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7202, '8799', 649, 'purablk_c16_mdl3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7203, '8800', 650, 'purablk_c16_mdl3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7204, '8801', 651, 'purablk_c16_mdl3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7205, '8802', 652, 'purablk_c16_mdl3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7206, '8803', 653, 'purablk_c16_mdl3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7207, '8804', 654, 'purablk_c16_mdl3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7208, '8805', 656, 'purablk_c16_bedone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7209, '8806', 655, 'purablk_c16_bedone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7210, '8807', 647, 'purablk_c16_bedone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7211, '8808', 648, 'purablk_c16_bedone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7212, '8809', 649, 'purablk_c16_bedone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7213, '8810', 650, 'purablk_c16_bedone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7214, '8811', 651, 'purablk_c16_bedone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7215, '8812', 652, 'purablk_c16_bedone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7216, '8813', 653, 'purablk_c16_bedone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7217, '8814', 654, 'purablk_c16_bedone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7218, '8815', 656, 'purablk_c16_mdl2_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7219, '8816', 655, 'purablk_c16_mdl2_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7220, '8817', 647, 'purablk_c16_mdl2_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7221, '8818', 648, 'purablk_c16_mdl2_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7222, '8819', 649, 'purablk_c16_mdl2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7223, '8820', 650, 'purablk_c16_mdl2_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7224, '8821', 651, 'purablk_c16_mdl2_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7225, '8822', 652, 'purablk_c16_mdl2_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7226, '8823', 653, 'purablk_c16_mdl2_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7227, '8824', 654, 'purablk_c16_mdl2_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7228, '8825', 656, 'purablk_c16_bar', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7229, '8826', 656, 'purablk_c16_fridge', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7230, '8827', 656, 'purablk_c16_mdl5_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7231, '8828', 655, 'purablk_c16_mdl5_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7232, '8829', 647, 'purablk_c16_mdl5_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7233, '8830', 648, 'purablk_c16_mdl5_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7234, '8831', 649, 'purablk_c16_mdl5_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7235, '8832', 650, 'purablk_c16_mdl5_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7236, '8833', 651, 'purablk_c16_mdl5_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7237, '8834', 652, 'purablk_c16_mdl5_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7238, '8835', 653, 'purablk_c16_mdl5_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7239, '8836', 654, 'purablk_c16_mdl5_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7240, '8837', 656, 'purablk_c16_mdl1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7241, '8838', 655, 'purablk_c16_mdl1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7242, '8839', 647, 'purablk_c16_mdl1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7243, '8840', 648, 'purablk_c16_mdl1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7244, '8841', 649, 'purablk_c16_mdl1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7245, '8842', 650, 'purablk_c16_mdl1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7246, '8843', 651, 'purablk_c16_mdl1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7247, '8844', 652, 'purablk_c16_mdl1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7248, '8845', 653, 'purablk_c16_mdl1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7249, '8846', 654, 'purablk_c16_mdl1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7250, '8847', 656, 'purablk_c16_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7251, '8848', 656, 'purablk_c16_mdl4_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7252, '8849', 655, 'purablk_c16_mdl4_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7253, '8850', 647, 'purablk_c16_mdl4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7254, '8851', 648, 'purablk_c16_mdl4_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7255, '8852', 649, 'purablk_c16_mdl4_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7256, '8853', 650, 'purablk_c16_mdl4_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7257, '8854', 651, 'purablk_c16_mdl4_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7258, '8855', 652, 'purablk_c16_mdl4_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7259, '8856', 653, 'purablk_c16_mdl4_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7260, '8857', 654, 'purablk_c16_mdl4_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7261, '8858', 178, 'pura_c16_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7262, '8859', 178, 'bed_budget_10', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7263, '8860', 178, 'pura_c16_roundpad10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7264, '8861', 178, 'bed_budget_one_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7265, '8862', 178, 'pura_c16_mdl3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7266, '8863', 178, 'pura_c16_mdl5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7267, '8864', 178, 'pura_c16_mdl2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7268, '8865', 178, 'chair_basic_10', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7269, '8866', 178, 'pura_c16_eleblock10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7270, '8867', 178, 'pura_c16_mdl1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7271, '8868', 298, 'divider_nor1_10', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7272, '8869', 298, 'divider_nor5_10', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7273, '8870', 298, 'solarium_norja_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7274, '8871', 298, 'divider_nor4_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7275, '8872', 298, 'soft_sofa_norja_10', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7276, '8873', 298, 'chair_norja_10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7277, '8874', 298, 'table_norja_med_10', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7278, '8875', 298, 'shelves_norja_10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7279, '8876', 298, 'divider_nor3_10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7280, '8877', 298, 'soft_sofachair_norja_10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7281, '8878', 298, 'couch_norja_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7282, '8879', 298, 'divider_nor2_10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7283, '8880', 728, 'easter_r16_squid', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7284, '8881', 667, 'easter_r16_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7285, '8882', 728, 'easter_r16_pot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7286, '8883', 443, 'easter_c16_house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7287, '8884', 728, 'easter_r16_gold', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7288, '8885', 443, 'easter_c16_nest', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7289, '8886', 728, 'easter_r16_throne', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7290, '8887', 662, 'bonusrare16_5_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7291, '8888', 662, 'bonusrare16_5_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7292, '8889', 662, 'bonusrare16_5_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7293, '8890', 662, 'bonusrare16_5_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7294, '8891', 662, 'bonusrare16_5_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7295, '8892', 662, 'bonusrare16_5_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7296, '8893', 662, 'bonusrare16_6_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7297, '8894', 662, 'bonusrare16_6_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7298, '8895', 662, 'bonusrare16_6_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7299, '8896', 662, 'bonusrare16_6_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7300, '8897', 662, 'bonusrare16_6_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7301, '8898', 662, 'bonusrare16_6_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7302, '8899', 268, 'super_r16_herodisplay', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7303, '8900', 268, 'super_r16_adamskele', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7304, '8901', 580, 'clothing_r16_helmhero', 0, 75, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7305, '8902', 580, 'clothing_r16_helmprotect', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7306, '8903', 439, 'room_wl15_telehc', 4, 0, 0, 1, 0, 0, 308, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7307, '8904', 359, 'classic1_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7308, '8905', 359, 'classic1_lamp', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7309, '8906', 359, 'classic1_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7310, '8907', 359, 'classic1_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7311, '8908', 359, 'classic1_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7312, '8909', 359, 'classic1_desk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7313, '8910', 359, 'classic1_gate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7314, '8911', 359, 'classic1_wall2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7315, '8912', 359, 'classic1_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7316, '8913', 359, 'classic1_shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7317, '8914', 359, 'classic1_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7318, '8915', 359, 'classic1_sofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7319, '8916', 359, 'classic1_wall1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7320, '8917', 538, 'ads_dtlrare_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7321, '8918', 214, 'jungle_c16_flowerd2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7322, '8919', 723, 'jungle_c16_flowerd1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7323, '8920', 214, 'jungle_c16_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7324, '8921', 214, 'jungle_c16_berry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7325, '8922', 214, 'jungle_c16_swingsofa', 3, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7326, '8923', 214, 'jungle_c16_bridgeend3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7327, '8924', 214, 'jungle_c16_light', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7328, '8925', 214, 'jungle_c16_table3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7329, '8926', 723, 'jungle_c16_flowerc3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7330, '8927', 214, 'jungle_c16_stairs', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7331, '8928', 214, 'jungle_c16_gate3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7332, '8929', 214, 'jungle_c16_pot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7333, '8930', 214, 'jungle_c16_tallgrass', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7334, '8931', 214, 'jungle_c16_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7335, '8932', 742, 'jungle_ltd16_orangutan', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7336, '8933', 268, 'jungle_r16_basket', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7337, '8934', 214, 'jungle_c16_mat3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7338, '8935', 214, 'jungle_c16_mat', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7339, '8936', 214, 'jungle_c16_berry2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7340, '8937', 214, 'jungle_c16_mat2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7341, '8938', 678, 'jungle_c16_worktable', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7342, '8939', 214, 'jungle_c16_stairs3', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7343, '8940', 214, 'jungle_c16_rafflesia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7344, '8941', 214, 'jungle_c16_pot2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7345, '8942', 214, 'jungle_c16_swingsofa2', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7346, '8943', 214, 'jungle_c16_wall2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7347, '8944', 214, 'jungle_c16_bridgeend2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7348, '8945', 268, 'jungle_r16_pitcherplant', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7349, '8946', 214, 'jungle_c16_tele', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7350, '8947', 214, 'jungle_c16_table', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7351, '8948', 723, 'jungle_c16_flowera3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7352, '8949', 214, 'jungle_c16_tree', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7353, '8950', 214, 'jungle_c16_stairs2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7354, '8951', 723, 'jungle_c16_flowerd3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7355, '8952', 214, 'jungle_c16_wall3', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7356, '8953', 214, 'jungle_c16_dvdr2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7357, '8954', 214, 'jungle_c16_swingsofa3', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7358, '8955', 214, 'jungle_c16_treestage', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7359, '8956', 214, 'jungle_c16_rocks', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7360, '8957', 214, 'jungle_c16_fruits', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7361, '8958', 214, 'jungle_c16_treestage2', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7362, '8959', 214, 'jungle_c16_bush', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7363, '8960', 214, 'jungle_c16_gate2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7364, '8961', 214, 'jungle_c16_ctrick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7365, '8962', 214, 'jungle_c16_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7366, '8963', 214, 'jungle_c16_dvdr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7367, '8964', 214, 'jungle_c16_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7368, '8965', 214, 'jungle_c16_sacks', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7369, '8966', 268, 'jungle_r16_raft', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7370, '8967', 214, 'jungle_c16_wall', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7371, '8968', 723, 'jungle_c16_flowerc2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7372, '8969', 214, 'jungle_c16_watertile', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7373, '8970', 214, 'jungle_c16_watertrap', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7374, '8971', 214, 'jungle_c16_roof3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7375, '8972', 214, 'jungle_c16_table2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7376, '8973', 214, 'jungle_c16_radio', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7377, '8974', 580, 'clothing_r16_sloth', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7378, '8975', 723, 'jungle_c16_flowera1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7379, '8976', 214, 'jungle_c16_bkcase2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7380, '8977', 723, 'jungle_c16_flowerb3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7381, '8978', 214, 'jungle_c16_roof2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7382, '8979', 214, 'jungle_c16_bridgeend', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7383, '8980', 214, 'jungle_c16_dvdr3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7384, '8981', 723, 'jungle_c16_flowerb2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7385, '8982', 723, 'jungle_c16_flowerb1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7386, '8983', 723, 'jungle_c16_flowerc1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7387, '8984', 214, 'jungle_c16_pot3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7388, '8985', 214, 'jungle_c16_bkcase3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7389, '8986', 214, 'jungle_c16_bkcase', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7390, '8987', 723, 'jungle_c16_flowera2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7391, '8988', 214, 'jungle_c16_treestage3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7392, '8989', 214, 'jungle_c16_bridgemid3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7393, '8990', 214, 'jungle_c16_bridgemid2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7394, '8991', 214, 'jungle_c16_bridgemid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7395, '8992', 423, 'fxbox_fx192', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7396, '8993', 664, 'bonusbag16_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7397, '8994', 664, 'bonusbag16_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7398, '8995', 505, 'js_c16_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7399, '8996', 505, 'js_c16_lounger', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7400, '8997', 268, 'js_r16_boat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7401, '8998', 268, 'js_r16_jelly', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7402, '8999', 268, 'js_r16_shark', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7403, '9000', 505, 'js_c16_cat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7404, '9001', 268, 'js_r16_heli', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7405, '9002', 505, 'js_c16_drkcab', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (7406, '9003', 697, 'olympics_c16_counter', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7407, '9004', 697, 'olympics_c16_softmat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7408, '9005', 697, 'olympics_c16_pommel', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7409, '9006', 697, 'olympics_c16_weightrack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7410, '9007', 268, 'olympics_r16_vendingmchn', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7411, '9008', 697, 'olympics_c16_plantdvdr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7412, '9009', 697, 'olympics_c16_graperack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7413, '9010', 697, 'olympics_c16_cadorack', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7414, '9011', 268, 'olympics_r16_cheerleader', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7415, '9012', 742, 'olympics_ltd16_missolympus', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7416, '9013', 697, 'olympics_c16_saladbar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7417, '9014', 697, 'olympics_c16_merchdisplay', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7418, '9015', 697, 'olympics_c16_merch', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7419, '9016', 697, 'olympics_c16_banner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7420, '9017', 697, 'olympics_c16_adsboard', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7421, '9018', 697, 'olympics_c16_bbeam', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7422, '9019', 268, 'olympics_r16_smoothie', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7423, '9020', 697, 'olympics_c16_yogamat1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7424, '9021', 697, 'olympics_c16_yogamat2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7425, '9022', 697, 'olympics_c16_yogamat3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7426, '9023', 697, 'olympics_c16_yogamat4', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7427, '9024', 697, 'olympics_c16_yogamat5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7428, '9025', 697, 'olympics_c16_yogamat6', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7429, '9026', 697, 'olympics_c16_emptrack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7430, '9027', 697, 'olympics_c16_table', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7431, '9028', 697, 'olympics_c16_trampoline', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7432, '9029', 697, 'olympics_c16_veggiething', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7433, '9030', 697, 'olympics_c16_sportsbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7434, '9031', 697, 'olympics_c16_crosstrainer', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7435, '9032', 697, 'olympics_c16_glssdvdr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7436, '9033', 697, 'olympics_c16_mannequin', 4, 0, 0, 1, 0, 0, 309, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7437, '9034', 697, 'olympics_c16_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7438, '9035', 697, 'olympics_c16_light', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7439, '9036', 697, 'olympics_c16_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7440, '9037', 697, 'olympics_c16_nanarack', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7441, '9038', 697, 'olympics_c16_sofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7442, '9039', 697, 'olympics_c16_fitnessduck', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7443, '9040', 697, 'olympics_c16_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7444, '9041', 268, 'olympics_r16_gymfreak', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7445, '9042', 697, 'olympics_c16_swissball1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7446, '9043', 697, 'olympics_c16_swissball2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7447, '9044', 697, 'olympics_c16_swissball3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7448, '9045', 697, 'olympics_c16_swissball4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7449, '9046', 697, 'olympics_c16_swissball5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7450, '9047', 697, 'olympics_c16_swissball6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7451, '9048', 697, 'olympics_c16_treadmill', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7452, '9049', 212, 'garden_birdbath', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7453, '9050', 212, 'garden_basketflower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7454, '9051', 212, 'garden_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7455, '9052', 212, 'garden_climber', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7456, '9053', 212, 'garden_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7457, '9054', 212, 'garden_pond', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7458, '9055', 212, 'garden_boots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7459, '9056', 212, 'garden_patio', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7460, '9057', 212, 'garden_stonesteps', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7461, '9058', 212, 'garden_smallpot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7462, '9059', 212, 'garden_fishgnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7463, '9060', 212, 'garden_rosearch', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7464, '9061', 212, 'garden_rosefence', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7465, '9062', 212, 'garden_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7466, '9063', 212, 'garden_bigpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7467, '9064', 212, 'garden_table', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7468, '9065', 212, 'garden_flowerbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7469, '9066', 360, 'classic2_drinkmach2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7470, '9067', 360, 'classic2_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7471, '9068', 360, 'classic2_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7472, '9069', 360, 'classic2_tray', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7473, '9070', 360, 'classic2_drinkcup', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7474, '9071', 360, 'classic2_drinkmach', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7475, '9072', 360, 'classic2_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7476, '9073', 360, 'classic2_trashcan', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7477, '9074', 360, 'classic2_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7478, '9075', 360, 'classic2_sofa', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7479, '9076', 360, 'classic2_plantdivdr.psd', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7480, '9077', 360, 'classic2_grill', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7481, '9078', 360, 'classic2_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7482, '9079', 360, 'classic2_floor', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7483, '9080', 360, 'classic2_burger', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7484, '9081', 360, 'classic2_napkin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7485, '9082', 361, 'classic3_chair*0', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7486, '9083', 361, 'classic3_chair*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7487, '9084', 361, 'classic3_chair*2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7488, '9085', 361, 'classic3_chair*3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7489, '9086', 361, 'classic3_plant*0', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7490, '9087', 361, 'classic3_plant*1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7491, '9088', 361, 'classic3_plant*2', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7492, '9089', 361, 'classic3_plant*3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7493, '9090', 361, 'classic3_plant*4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7494, '9091', 361, 'Classic BB pillar 1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7495, '9092', 361, 'classic3_div2*0', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7496, '9093', 361, 'classic3_div2*1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7497, '9094', 361, 'classic3_div2*2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7498, '9095', 361, 'classic3_div2*3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7499, '9096', 361, 'classic3_div2*4', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7500, '9097', 361, 'classic3_floor3*0', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7501, '9098', 361, 'classic3_floor3*1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7502, '9099', 361, 'classic3_floor3*2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7503, '9100', 361, 'classic3_floor3*3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7504, '9101', 361, 'classic3_floor3*4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7505, '9102', 361, 'Classic BB table', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7506, '9103', 361, 'Classic BB pillar 2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7507, '9104', 361, 'Classic BB ticket', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7508, '9105', 361, 'classic3_sofa*0', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7509, '9106', 361, 'classic3_sofa*1', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7510, '9107', 361, 'classic3_sofa*2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7511, '9108', 361, 'classic3_sofa*3', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7512, '9109', 361, 'classic3_floor2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7513, '9110', 361, 'classic3_stool*0', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7514, '9111', 361, 'classic3_stool*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7515, '9112', 361, 'classic3_stool*2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7516, '9113', 361, 'classic3_stool*3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7517, '9114', 361, 'Classic BB lock', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7518, '9115', 361, 'classic3_floor1', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7519, '9116', 361, 'classic3_bench*0', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7520, '9117', 361, 'classic3_bench*1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7521, '9118', 361, 'classic3_bench*2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7522, '9119', 361, 'classic3_bench*3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7523, '9120', 361, 'classic3_wall2*0', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7524, '9121', 361, 'classic3_wall2*1', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7525, '9122', 361, 'classic3_wall2*2', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7526, '9123', 361, 'classic3_wall2*3', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7527, '9124', 361, 'classic3_wall2*4', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7528, '9125', 361, 'classic3_wall2*5', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7529, '9126', 361, 'classic3_wall2*6', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7530, '9127', 361, 'classic3_wall2*7', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7531, '9128', 361, 'Classic BB wall 1', 4, 0, 5, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7532, '9129', 361, 'Classic BB pillar 3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7533, '9130', 361, 'Classic BB railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7534, '9131', 258, 'rare_colourable_marquee_1', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7535, '9132', 258, 'rare_colourable_scifirocket_1', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7536, '9133', 258, 'rare_colourable_fountain_1', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7537, '9134', 610, 'hhistory_r16_crackable', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7538, '9135', 258, 'rare_colourable_wooden_screen_1', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7539, '9136', 258, 'Taivaansininen lohikäärme', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7540, '9137', 258, 'rare_colourable_parasol_1', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7541, '9138', 258, 'rare_colourable_pillar_1', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7542, '9139', 258, 'Taivaansininen mehiläislamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7543, '9140', 258, 'rare_colourable_icecream_1', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7544, '9141', 258, 'rare_colourable_elephant_statue_1', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7545, '9142', 258, 'rare_colourable_scifidoor_1', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7546, '9143', 258, 'rare_colourable_fan_1', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7547, '9144', 258, 'Taivaansininen tyyny', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7548, '9145', 258, 'rare_colourable_scifiport_1', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7549, '9146', 258, 'rare_colourable_barrier_2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7550, '9147', 397, 'hween_c16_teleport', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7551, '9148', 676, 'Lounge Armchair', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7552, '9149', 397, 'hween_c16_roundtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7553, '9150', 397, 'hween_c16_barchair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7554, '9151', 676, 'Hotel Lobby Lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7555, '9152', 397, 'hween_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7556, '9153', 397, 'hween_c16_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7557, '9154', 666, 'hween_r16_crackable2', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7558, '9155', 676, 'Cabinet of Curiosities', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7559, '9156', 722, 'hween_r16_chandelier', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7560, '9157', 676, 'Bar Stool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7561, '9158', 722, 'hween_c16_ghostash', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7562, '9159', 397, 'hween_c16_webs', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7563, '9160', 676, 'Magnificent Fireplace', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7564, '9161', 397, 'hween_c16_wall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7565, '9162', 397, 'hween_c16_vase', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7566, '9163', 676, 'hween_c16_balcony2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7567, '9164', 666, 'hween_c16_crackable1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7568, '9165', 676, 'hween_r16_piano2', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7569, '9166', 676, 'Patterned Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7570, '9167', 676, 'Four Poster Bed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7571, '9168', 676, 'Marble Bar', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7572, '9169', 678, 'hween_c16_ghostmchn', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7573, '9170', 397, 'Pahis-frankin patsas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7574, '9171', 580, 'clothing_r16_catface', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7575, '9172', 676, 'hween_c16_floor2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7576, '9173', 397, 'hween_c16_vanity', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7577, '9174', 397, 'hween_c16_endtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7578, '9175', 676, 'Hotel Wall', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7579, '9176', 397, 'hween_c16_floor', 1, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7580, '9177', 397, 'hween_c16_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7581, '9178', 722, 'hween_r16_piano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7582, '9179', 397, 'hween_c16_bkcase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7583, '9180', 676, 'Evil Frank Bust', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7584, '9181', 676, 'Creaking Stairs', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7585, '9182', 397, 'hween_c16_ladder', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7586, '9183', 742, 'hween_ltd16_ghostcar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7587, '9184', 676, 'Mahogany Bookcase', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7588, '9185', 397, 'hween_c16_glasstable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7589, '9186', 397, 'hween_c16_bed', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7590, '9187', 397, 'hween_c16_lamp', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7591, '9188', 722, 'hween_c16_ghostorb', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7592, '9189', 676, 'Ornate Coffee Table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7593, '9190', 397, 'hween_c16_chair', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7594, '9191', 722, 'hween_c16_ghostvial', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7595, '9192', 676, 'Vanity Mirror', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7596, '9193', 676, 'Bedside Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7597, '9194', 397, 'hween_c16_bar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7598, '9195', 676, 'hween_r16_chandelier2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7599, '9196', 676, 'Opulent Vase', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7600, '9197', 580, 'clothing_r16_cyclops', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7601, '9198', 423, 'fxbox_fx16', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7602, '9199', 429, 'test_ltd', 4, 0, 0, 1, 0, 0, 310, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7603, '9200', 429, 'test_ltd2', 4, 0, 0, 1, 0, 0, 311, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7604, '9201', 486, 'xmas_c16_elf8', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7605, '9202', 486, 'xmas_c16_woodfloor', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7606, '9203', 486, 'xmas_c16_fireplace', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7607, '9204', 486, 'xmas_c16_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7608, '9205', 268, 'xmas_r16_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7609, '9206', 202, 'clothing_bearhat', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7610, '9207', 486, 'xmas_c16_woodtile', 1, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7611, '9208', 486, 'xmas_c16_deskitems', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7612, '9209', 580, 'clothing_r16_icetiara', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7613, '9210', 486, 'xmas_c16_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7614, '9211', 729, 'xmas_c16_creature3 name', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7615, '9212', 486, 'xmas_c16_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7616, '9213', 486, 'xmas_c16_presentstack', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7617, '9214', 729, 'xmas_c16_creature7 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7618, '9215', 200, 'clothing_bear', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7619, '9216', 729, 'xmas_c16_elf9', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7620, '9217', 729, 'xmas_c16_elf7', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7621, '9218', 729, 'xmas_c16_elf3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7622, '9219', 486, 'xmas_c16_diningtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7623, '9220', 486, 'xmas_c16_diningbench', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7624, '9221', 486, 'xmas_c16_food2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7625, '9222', 486, 'xmas_c16_roundtable', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7626, '9223', 486, 'xmas_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7627, '9224', 729, 'xmas_c16_creature5 name', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7628, '9225', 486, 'xmas_c16_wreathdeco', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7629, '9226', 486, 'xmas_c16_dresser', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7630, '9227', 486, 'xmas_c16_desk', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7631, '9228', 486, 'xmas_c16_food3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7632, '9229', 310, 'clothing_bearscarf', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7633, '9230', 669, 'xmas_c16_stocking', 7, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7634, '9231', 486, 'xmas_c16_tinybed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7635, '9232', 669, 'xmas_c16_egg', 7, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7636, '9233', 486, 'xmas_c16_elf1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7637, '9234', 486, 'xmas_c16_tele', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7638, '9235', 310, 'clothing_reindeer', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7639, '9236', 486, 'xmas_c16_door', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7640, '9237', 486, 'xmas_c16_elf10', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7641, '9238', 729, 'xmas_c16_creature1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7642, '9239', 486, 'xmas_c16_elf6', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7643, '9240', 486, 'xmas_c16_deskcandles', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7644, '9241', 486, 'xmas_c16_elf4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7645, '9242', 729, 'xmas_c16_creature6 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7646, '9243', 486, 'xmas_c16_food1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7647, '9244', 204, 'clothing_xmas2', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7648, '9245', 486, 'xmas_c16_rug', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7649, '9246', 729, 'xmas_c16_creature9 name', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7650, '9247', 580, 'clothing_r16_cathat', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7651, '9248', 486, 'xmas_c16_sofa', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7652, '9249', 486, 'xmas_c16_tinychair', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7653, '9250', 486, 'xmas_c16_wall', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7654, '9251', 729, 'xmas_c16_creature4 name', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7655, '9252', 204, 'clothing_xmas3', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7656, '9253', 486, 'xmas_c16_candles', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7657, '9254', 729, 'xmas_c16_elf2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7658, '9255', 486, 'xmas_c16_pillarlight', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7659, '9256', 729, 'xmas_c16_creature8 name', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7660, '9257', 486, 'xmas_c16_mailshelf', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7661, '9258', 729, 'xmas_c16_creature2 name', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7662, '9259', 486, 'xmas_c16_elf5', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7663, '9260', 268, 'xmas_r16_owl', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7664, '9261', 742, 'xmas_ltd16_bearbed', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7665, '9262', 204, 'clothing_xmas4', 5, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7666, '9263', 310, 'clothing_longscarf', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7667, '9264', 236, 'virus_r16_piratank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7668, '9265', 236, 'virus_r16_crabtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7669, '9266', 236, 'virus_r16_eeltank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7670, '9267', 236, 'virus_r16_troptank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7671, '9268', 236, 'virus_r16_pufftank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7672, '9269', 236, 'virus_r16_turttank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7673, '9270', 236, 'virus_r16_angtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7674, '9271', 362, 'classic5_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7675, '9272', 362, 'classic5_table_yel', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7676, '9273', 362, 'classic5_stage', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7677, '9274', 362, 'classic5_speaker', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7678, '9275', 362, 'classic5_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7679, '9276', 362, 'classic5_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7680, '9277', 362, 'classic5_chair_blu', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7681, '9278', 362, 'classic5_stairs', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7682, '9279', 362, 'classic5_chair_yel', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7683, '9280', 362, 'classic5_table_blu', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7684, '9281', 664, 'bonusbag16_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7685, '9282', 662, 'bonusrare16_7*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7686, '9283', 662, 'bonusrare16_7*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7687, '9284', 662, 'bonusrare16_7*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7688, '9285', 662, 'bonusrare16_7*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7689, '9286', 662, 'bonusrare16_7*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7690, '9287', 662, 'bonusrare16_7*6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7691, '9288', 668, 'ny17_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7692, '9289', 583, 'clothing_r16_party14', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7693, '9290', 302, 'cny17_roosterballoon', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7694, '9291', 583, 'clothing_r16_party13', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7695, '9292', 583, 'clothing_r16_party11', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7696, '9293', 583, 'clothing_r16_party9', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7697, '9294', 583, 'clothing_r16_party12', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7698, '9295', 583, 'clothing_r16_party10', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7699, '9296', 356, 'clothing_wink', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7700, '9297', 356, 'clothing_love', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7701, '9298', 356, 'clothing_surprised', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7702, '9299', 356, 'clothing_happy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7703, '9300', 356, 'clothing_poop', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7704, '9301', 356, 'clothing_angry', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7705, '9302', 356, 'clothing_sad', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7706, '9303', 356, 'clothing_excited', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7707, '9304', 356, 'clothing_cool', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7708, '9305', 356, 'clothing_shy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7709, '9306', 356, 'clothing_bobba', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7710, '9307', 356, 'clothing_silly', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1');
INSERT INTO `catalog_items` VALUES (7711, '9308', 363, 'classic6_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7712, '9309', 363, 'classic6_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7713, '9310', 363, 'classic6_tearice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7714, '9311', 363, 'classic6_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7715, '9312', 363, 'classic6_chair', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7716, '9313', 363, 'classic6_endtable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7717, '9314', 363, 'classic6_lowtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7718, '9315', 363, 'classic6_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7719, '9316', 363, 'classic6_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7720, '9317', 363, 'Hardwood Floor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7721, '9318', 363, 'Stone Tiled Floor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7722, '9319', 363, 'classic6_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7723, '9320', 363, 'classic6_vase', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7724, '9321', 363, 'classic6_food', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7725, '9322', 363, 'classic6_mat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7726, '9323', 363, 'classic6_dvdr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7727, '9324', 239, 'bc_gift_31days', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7728, '9325', 239, 'hc_gift_14days', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7729, '9326', 239, 'hc_gift_31days', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7730, '9327', 239, 'bc_gift_14days', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7731, '9328', 302, 'Rooster Statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7732, '9329', 598, 'rare_prize17_14', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7733, '9330', 598, 'rare_prize17_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7734, '9331', 598, 'rare_prize17_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7735, '9332', 598, 'rare_prize17_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7736, '9333', 598, 'rare_prize17_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7737, '9334', 598, 'rare_prize17*14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7738, '9335', 598, 'rare_prize17_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7739, '9336', 598, 'rare_prize17_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7740, '9337', 598, 'rare_prize17_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7741, '9338', 598, 'rare_prize17_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7742, '9339', 598, 'rare_prize17_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7743, '9340', 598, 'rare_prize17_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7744, '9341', 598, 'rare_prize17_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7745, '9342', 598, 'rare_prize17_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7746, '9343', 659, 'bonusrare17_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7747, '9344', 659, 'bonusrare17_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7748, '9345', 659, 'bonusrare17_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7749, '9346', 659, 'bonusrare17_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7750, '9347', 659, 'bonusrare17_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7751, '9348', 659, 'bonusrare17_1_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7752, '9349', 659, 'bonusrare17_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7753, '9350', 659, 'bonusrare17_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7754, '9351', 659, 'bonusrare17_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7755, '9352', 659, 'bonusrare17_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7756, '9353', 659, 'bonusrare17_4_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7757, '9354', 659, 'bonusrare17_4_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7758, '9355', 659, 'bonusrare17_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7759, '9356', 659, 'bonusrare17_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7760, '9357', 659, 'bonusrare17_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7761, '9358', 659, 'bonusrare17_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7762, '9359', 659, 'bonusrare17_3_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7763, '9360', 659, 'bonusrare17_3_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7764, '9361', 659, 'bonusrare17_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7765, '9362', 659, 'bonusrare17_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7766, '9363', 659, 'bonusrare17_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7767, '9364', 659, 'bonusrare17_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7768, '9365', 659, 'bonusrare17_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7769, '9366', 659, 'bonusrare17_2_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7770, '9367', 364, 'classic7_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7771, '9368', 364, 'classic7_stage', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7772, '9369', 364, 'classic7_dvdr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7773, '9370', 364, 'classic7_drinks', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7774, '9371', 364, 'classic7_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7775, '9372', 364, 'classic7_drinkdispenser', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7776, '9373', 364, 'classic7_djbooth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7777, '9374', 364, 'classic7_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7778, '9375', 364, 'classic7_starlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7779, '9376', 364, 'classic7_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7780, '9377', 364, 'classic7_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7781, '9378', 364, 'classic7_stairs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7782, '9379', 364, 'classic7_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7783, '9380', 364, 'classic7_drinkcabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7784, '9381', 364, 'classic7_fridge', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7785, '9382', 364, 'classic7_crn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7786, '9383', 577, 'clothing_r17_wedveil', 0, 500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7787, '9384', 577, 'clothing_r17_weddingdress', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7788, '9385', 577, 'clothing_r17_weddingset', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7789, '9386', 449, 'val_c17_roseplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7790, '9387', 449, 'val_c17_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7791, '9388', 449, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7792, '9389', 449, 'val_c17_bandstand', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7793, '9390', 449, 'val_c17_vase', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7794, '9391', 743, 'val_r17_organltd', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7795, '9392', 585, 'clothing_goldpack2', 0, 2000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7796, '9393', 250, 'exotic_r17_chamele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7797, '9394', 250, 'exotic_r17_treefrog', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7798, '9395', 250, 'exotic_r17_snake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7799, '9396', 250, 'exotic_r17_chipmunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7800, '9397', 250, 'exotic_r17_birds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7801, '9398', 250, 'exotic_r17_bat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7802, '9399', 250, 'exotic_r17_chinchil', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7803, '9400', 250, 'exotic_r17_sloth', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7804, '9401', 119, 'mall_c17_tele', 4, 0, 0, 1, 0, 0, 312, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7805, '9402', 119, 'mall_c17_kiosk', 4, 0, 0, 1, 0, 0, 313, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7806, '9403', 573, 'mall_r17_coffeem', 4, 0, 0, 1, 0, 0, 314, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7807, '9404', 383, 'easter_c17_fence2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7808, '9405', 203, 'clothing_apron', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7809, '9406', 383, 'easter_c17_barngate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7810, '9407', 383, 'easter_c17_table', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7811, '9408', 728, 'easter_c17_floweringbush', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7812, '9409', 383, 'easter_c17_appletree', 10, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7813, '9410', 728, 'clothing_r17_cow', 0, 1500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7814, '9411', 383, 'easter_c17_flour', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7815, '9412', 678, 'easter_c17_combistove', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7816, '9413', 201, 'clothing_crownbraid', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7817, '9414', 383, 'easter_c17_chickens', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7818, '9415', 743, 'easter_ltd17_harvestgoddess', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7819, '9416', 667, 'easter_c17_egg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7820, '9417', 383, 'easter_c17_barn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7821, '9418', 676, 'easter_c17_fruitsalad', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7822, '9419', 676, 'easter_c17_berrycupcake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7823, '9420', 383, 'easter_c17_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7824, '9421', 676, 'easter_c17_raspjam', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7825, '9422', 383, 'easter_c17_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7826, '9423', 676, 'easter_c17_pastries', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7827, '9424', 383, 'easter_c17_peachtree', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7828, '9425', 728, 'easter_c17_leafsprout', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7829, '9426', 728, 'clothing_r17_chicken', 0, 1500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7830, '9427', 383, 'easter_c17_roof2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7831, '9428', 676, 'easter_c17_choctart', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7832, '9429', 383, 'easter_c17_peartree', 10, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7833, '9430', 383, 'easter_c17_windmill', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7834, '9431', 677, 'easter_c17_strawbsbush', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7835, '9432', 383, 'easter_c17_collie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7836, '9433', 728, 'easter_c17_sapling', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7837, '9434', 677, 'easter_c17_raspbush', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7838, '9435', 676, 'easter_c17_strawbsjam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7839, '9436', 677, 'easter_c17_carrot', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7840, '9437', 676, 'easter_c17_choccupcake', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7841, '9438', 383, 'easter_c17_sprinkler', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7842, '9439', 383, 'easter_c17_coop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7843, '9440', 251, 'cowbox', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7844, '9441', 201, 'clothing_messyhalfbun', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7845, '9442', 383, 'easter_c17_tree', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7846, '9443', 728, 'easter_r17_farmcutout', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7847, '9444', 677, 'easter_c17_blkberrybush', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7848, '9445', 728, 'easter_c17_seeds', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7849, '9446', 676, 'easter_c17_chocbunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7850, '9447', 667, 'easter_c17_seedbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7851, '9448', 383, 'easter_c17_crn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7852, '9449', 676, 'easter_c17_carrotcake', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7853, '9450', 676, 'easter_c17_berrytart', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7854, '9451', 383, 'easter_c17_farmsoil', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7855, '9452', 558, 'cowbox_gold', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7856, '9453', 728, 'clothing_r17_horse', 0, 1500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7857, '9454', 383, 'easter_c17_beehive', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7858, '9455', 676, 'easter_c17_blkberryjam', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7859, '9456', 383, 'easter_c17_roof', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7860, '9457', 383, 'easter_c17_choc', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7861, '9458', 676, 'easter_c17_sweetpastries', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7862, '9459', 676, 'easter_c17_strawbscake', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7863, '9460', 383, 'easter_c17_chairs', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7864, '9461', 664, 'bonusbag17_1', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7865, '9462', 416, 'santorini_c17_pottedplants', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7866, '9463', 730, 'santorini_c17_artefact4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7867, '9464', 416, 'santorini_c17_bar', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7868, '9465', 416, 'santorini_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7869, '9466', 416, 'santorini_c17_pottedshrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7870, '9467', 730, 'santorini_c17_artefact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7871, '9468', 416, 'santorini_c17_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7872, '9469', 416, 'santorini_c17_rockroof', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7873, '9470', 730, 'clothing_leafcrown', 0, 1500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7874, '9471', 416, 'santorini_c17_flowerdivider', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7875, '9472', 730, 'clothing_hermeshat', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7876, '9473', 416, 'santorini_c17_rocks', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7877, '9474', 416, 'santorini_c17_sand', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7878, '9475', 730, 'santorini_c17_artefact5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7879, '9476', 416, 'santorini_c17_food1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7880, '9477', 61, 'santorini_r17_chest', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7881, '9478', 416, 'santorini_c17_trellis', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7882, '9479', 730, 'clothing_hoplitehelm', 0, 1500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7883, '9480', 730, 'santorini_c17_artefact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7884, '9481', 416, 'santorini_c17_rockpool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7885, '9482', 730, 'clothing_greektoga', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7886, '9483', 416, 'santorini_c17_dividerend', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7887, '9484;59965', 711, 'santorini_r17_chimera', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7888, '9485;59966', 711, 'santorini_r17_hydra', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7889, '9486', 416, 'santorini_c17_rockstage', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7890, '9487', 416, 'santorini_c17_donkey', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7891, '9488', 416, 'santorini_c17_pierend', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7892, '9489', 416, 'santorini_c17_ornatepots', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7893, '9490', 416, 'santorini_c17_dolphin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7894, '9491', 416, 'santorini_c17_mosaicfloor', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7895, '9492', 730, 'clothing_hermesshoes', 0, 1500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7896, '9493', 416, 'santorini_c17_rockcave', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7897, '9494', 416, 'santorini_c17_belltop', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7898, '9495', 416, 'santorini_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7899, '9496;59968', 711, 'santorini_r17_centaur', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7900, '9497', 743, 'santorini_ltd17_lighthouse', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7901, '9498', 416, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7902, '9499', 416, 'santorini_c17_piermid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7903, '9500', 416, 'santorini_c17_house', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7904, '9501', 416, 'santorini_c17_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7905, '9502', 730, 'santorini_c17_artefact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7906, '9503;59967', 711, 'santorini_r17_minotaur', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7907, '9504', 416, 'santorini_c17_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7908, '9505', 202, 'clothing_octohat', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7909, '9506', 416, 'santorini_c17_pebblefloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7910, '9507', 712, 'santorini_c17_lighthouse', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7911, '9508', 416, 'santorini_c17_stairs', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7912, '9509', 416, 'santorini_c17_food2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7913, '9510', 416, 'santorini_c17_rockfloat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7914, '9511', 573, 'scifi_r17_bed', 4, 0, 0, 1, 0, 0, 315, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7915, '9512', 36, 'scifi_c17_xcannon', 4, 0, 0, 1, 0, 0, 316, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7916, '9513', 36, 'scifi_c17_airlock', 4, 0, 0, 1, 0, 0, 317, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7917, '9514', 577, 'clothing_r17_explorerhelm', 0, 1500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7918, '9515', 590, 'scifi_r17_cruiser_bd', 4, 0, 0, 1, 0, 0, 318, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7919, '9516', 743, 'scifi_ltd17_mech_bd', 4, 0, 0, 1, 0, 0, 319, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (7920, '9517', 577, 'clothing_r17_sentinelhelm', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7921, '9518', 310, 'clothing_facehugger', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7922, '9519', 419, 'modern_c17_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7923, '9520', 419, 'modern_c17_pictures', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7924, '9521', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7925, '9522', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7926, '9523', 419, 'modern_c17_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7927, '9524', 419, 'modern_c17_lowtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7928, '9525', 419, 'modern_c17_folder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7929, '9526', 419, 'modern_c17_reads', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7930, '9527', 419, 'modern_c17_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7931, '9528', 419, 'modern_c17_incense', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7932, '9529', 419, 'modern_c17_plant desc', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7933, '9530', 419, 'modern_c17_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7934, '9531', 419, 'modern_c17_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7935, '9532', 419, 'modern_c17_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7936, '9533', 419, 'modern_c17_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7937, '9534', 419, 'modern_c17_photos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7938, '9535', 419, 'modern_c17_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7939, '9536', 419, 'modern_c17_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7940, '9537', 419, 'modern_c17_iscreen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7941, '9538', 419, 'modern_c17_lamp', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7942, '9539', 419, 'modern_c17_creative', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7943, '9540', 419, 'Jiffin stool', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7944, '9541', 419, 'modern_c17_speakers', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7945, '9542', 419, 'modern_c17_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7946, '9543', 419, 'modern_c17_endtable', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7947, '9544', 310, 'clothing_toxicfacehugger', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7948, '9545', 409, 'summer_c17_merchstall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7949, '9546', 409, 'summer_c17_astrotelescope', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7950, '9547', 409, 'summer_c17_burgertruck', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7951, '9548', 409, 'summer_c17_promenadelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7952, '9549', 664, 'bonusbag17_2', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7953, '9550', 676, 'bazaar_c17_lampbluepinktrim', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7954, '9551', 676, 'bazaar_c17_pillowbluepinktrim', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7955, '9552', 676, 'bazaar_c17_lampyellow', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7956, '9553', 676, 'bazaar_c17_curtainblue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7957, '9554', 676, 'bazaar_c17_lamppurple', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7958, '9555', 676, 'bazaar_c17_curtainyellowbluetrim', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7959, '9556', 676, 'bazaar_c17_ruggreen', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7960, '9557', 417, 'bazaar_c17_pots', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7961, '9558', 417, 'bazaar_c17_fruitbasket', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7962, '9559', 417, 'bazaar_c17_rugrolls', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7963, '9560', 676, 'bazaar_c17_rugpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7964, '9561', 676, 'bazaar_c17_vasepinkbluetrim', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7965, '9562', 201, 'clothing_exoticbeard', 2, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7966, '9563', 676, 'bazaar_c17_vasebluepinktrim', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7967, '9564', 417, 'bazaar_c17_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7968, '9565', 417, 'bazaar_c17_camel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7969, '9566', 676, 'bazaar_c17_pillowmystic', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7970, '9567', 676, 'bazaar_c17_pillowgreenpurpletrim', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7971, '9568', 676, 'bazaar_c17_vasepurple', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7972, '9569', 676, 'bazaar_c17_curtaingreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7973, '9570', 310, 'clothing_alluringeyes', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7974, '9571', 676, 'bazaar_c17_vasegreenpurpletrim', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7975, '9572', 676, 'bazaar_c17_curtaingreenpurpletrim', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7976, '9573', 676, 'bazaar_c17_rugblue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7977, '9574', 417, 'bazaar_c17_dyemystic', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7978, '9575', 676, 'bazaar_c17_pillowpurple', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7979, '9576', 715, 'bazaar_r17_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7980, '9577', 676, 'bazaar_c17_rugyellowbluetrim', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7981, '9578', 676, 'bazaar_c17_vaseblue', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7982, '9579', 743, 'bazaar_ltd17_ele', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7983, '9580', 676, 'bazaar_c17_vaseyellowbluetrim', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7984, '9581', 417, 'bazaar_c17_dyeblue', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7985, '9582', 417, 'bazaar_c17_dyegreen', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7986, '9583', 676, 'bazaar_c17_curtainpinkbluetrim', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7987, '9584', 676, 'bazaar_c17_lampmystic', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7988, '9585', 417, 'bazaar_c17_curtain', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7989, '9586', 676, 'bazaar_c17_pillowyellow', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7990, '9587', 676, 'bazaar_c17_rugmystic', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7991, '9588', 676, 'bazaar_c17_rugbluepinktrim', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7992, '9589', 417, 'bazaar_c17_flycarpet', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7993, '9590', 204, 'clothing_exoticvest', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (7994, '9591', 417, 'bazaar_c17_sticklizard', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7995, '9592', 676, 'bazaar_c17_lampblue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7996, '9593', 676, 'bazaar_c17_pillowblue', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7997, '9594', 417, 'bazaar_c17_clothroof2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7998, '9595', 417, 'bazaar_c17_marketroofsmall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (7999, '9596', 676, 'bazaar_c17_curtainbluepinktrim', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8000, '9597', 417, 'bazaar_c17_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8001, '9598', 417, 'bazaar_c17_dyeyellow', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8002, '9599', 676, 'bazaar_c17_lampyellowbluetrim', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8003, '9600', 200, 'clothing_bazaarfemale', 16, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8004, '9601', 676, 'bazaar_c17_ruggreenpurpletrim', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8005, '9602', 676, 'bazaar_c17_pillowyellowbluetrim', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8006, '9603', 678, 'bazaar_c17_colourbucket', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8007, '9604', 676, 'bazaar_c17_vasegreen', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8008, '9605', 417, 'bazaar_c17_meat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8009, '9606', 676, 'bazaar_c17_curtainpurple', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8010, '9607', 676, 'bazaar_c17_vasepink', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8011, '9608', 417, 'bazaar_c17_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8012, '9609', 676, 'bazaar_c17_lampgreen', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8013, '9610', 676, 'bazaar_c17_vaseyellow', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8014, '9611', 417, 'bazaar_c17_dyepink', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8015, '9612', 676, 'bazaar_c17_rugpinkbluetrim', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8016, '9613', 676, 'bazaar_c17_vasemystic', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8017, '9614', 676, 'bazaar_c17_vasepurpleyellowtrim', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8018, '9615', 208, 'clothing_pointyshoes', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8019, '9616', 417, 'bazaar_c17_scorpion', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8020, '9617', 417, 'bazaar_c17_bubblejuiceblower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8021, '9618', 676, 'bazaar_c17_rugyellow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8022, '9619', 676, 'bazaar_c17_lamppink', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8023, '9620', 676, 'bazaar_c17_rugpink', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8024, '9621', 417, 'bazaar_c17_dyepurple', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8025, '9622', 417, 'bazaar_c17_rug', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8026, '9623', 204, 'clothing_exotictop', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8027, '9624', 577, 'clothing_r17_cursedmask', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8028, '9625', 417, 'bazaar_c17_displaytable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8029, '9626', 417, 'bazaar_c17_spice', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8030, '9627', 417, 'bazaar_c17_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8031, '9628', 676, 'bazaar_c17_pillowpinkbluetrim', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8032, '9629', 676, 'bazaar_c17_pillowpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8033, '9630', 715, 'bazaar_r17_fountain', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8034, '9631', 676, 'bazaar_c17_curtainpink', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8035, '9632', 417, 'bazaar_c17_pillow', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8036, '9633', 676, 'bazaar_c17_pillowgreen', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8037, '9634', 417, 'bazaar_c17_marketroofbig', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8038, '9635', 417, 'bazaar_c17_chillies', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8039, '9636', 676, 'bazaar_c17_curtainpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8040, '9637', 676, 'bazaar_c17_curtainyellow', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8041, '9638', 676, 'bazaar_c17_lamppinkbluetrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8042, '9639', 676, 'bazaar_c17_pillowpink', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8043, '9640', 676, 'bazaar_c17_lampgreenpurpletrim', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8044, '9641', 676, 'bazaar_c17_rugpurple', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8045, '9642', 676, 'bazaar_c17_curtainmystic', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8046, '9643', 715, 'bazaar_r17_monkey', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8047, '9644', 676, 'bazaar_c17_lamppurpleyellowtrim', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8048, '9645', 417, 'bazaar_c17_vase', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8049, '9646', 206, 'clothing_harempants', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8050, '9647', 417, 'bazaar_c17_clothroof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8051, '9648', 200, 'clothing_bazaarmale', 18, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8052, '9649', 417, 'bazaar_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8053, '9650', 573, 'summer_r17_sealion', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8054, '9651', 577, 'clothing_r17_boxerbraids', 0, 1500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8055, '9652', 573, 'summer_r17_fishingboat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8056, '9653', 577, 'clothing_r17_sharkmask', 0, 1500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8057, '9654', 712, 'bazaar_c17_eleengage', 4, 0, 0, 1, 0, 0, 320, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8058, '9655', 208, 'clothing_flipflopsocks', 4, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8059, '9656', 259, 'rare_colourable_marquee_2', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8060, '9657', 259, 'rare_colourable_scifirocket_2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8061, '9658', 259, 'rare_colourable_fountain_2', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8062, '9659', 259, 'rare_colourable_wooden_screen*2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8063, '9660', 259, 'rare_colourable_dragonlamp*2', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8064, '9661', 259, 'rare_colourable_parasol_2', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8065, '9662', 259, 'rare_colourable_sleepingbag*2', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8066, '9663', 259, 'rare_colourable_pillar_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8067, '9664', 259, 'Smaragdinvihreä meripihkalamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8068, '9665', 259, 'rare_colourable_icecream_2', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8069, '9666', 259, 'rare_colourable_elephant_statue_2', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8070, '9667', 610, 'hhistory_r17_crackable', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8071, '9668', 259, 'rare_colourable_scifidoor_2', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8072, '9669', 259, 'rare_colourable_fan*2', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8073, '9670', 259, 'rare_colourable_pillow_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8074, '9671', 259, 'rare_colourable_scifiport_2', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8075, '9672', 259, 'rare_colourable_barrier*2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8076, '9673', 522, 'dessertcafe_c17_armchair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8077, '9674', 522, 'dessertcafe_c17_windoor', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8078, '9675', 203, 'clothing_cutie', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8079, '9676', 522, 'dessertcafe_c17_creamrolls', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8080, '9677', 522, 'dessertcafe_c17_teaplant', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8081, '9678', 522, 'dessertcafe_c17_vase', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8082, '9679', 522, 'dessertcafe_c17_table', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8083, '9680', 522, 'dessertcafe_c17_floor', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8084, '9681', 522, 'dessertcafe_c17_donut', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8085, '9682', 522, 'dessertcafe_c17_glass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8086, '9683', 522, 'dessertcafe_c17_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8087, '9684', 522, 'dessertcafe_c17_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8088, '9685', 310, 'clothing_maidband', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8089, '9686', 522, 'dessertcafe_c17_coffeetable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8090, '9687', 522, 'dessertcafe_c17_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8091, '9688', 208, 'clothing_bowtights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8092, '9689', 522, 'dessertcafe_c17_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8093, '9690', 203, 'clothing_maidemulaa', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8094, '9691', 522, 'dessertcafe_c17_mochi', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8095, '9692', 310, 'clothing_ribbonband', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8096, '9693', 522, 'dessertcafe_c17_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8097, '9694', 522, 'dessertcafe_c17_froyo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8098, '9695', 593, 'elegant_c17_window', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8099, '9696', 593, 'elegant_c17_vanity', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8100, '9697', 593, 'elegantp_c17_sofa', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8101, '9698', 593, 'elegantp_c17_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8102, '9699', 593, 'elegant_c17_flowerpot', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8103, '9700', 593, 'elegant_c17_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8104, '9701', 593, 'elegant_c17_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8105, '9702', 593, 'elegant_c17_teaset', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8106, '9703', 593, 'elegant_c17_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8107, '9704', 593, 'elegant_c17_smalltable', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8108, '9705', 593, 'elegant_c17_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8109, '9706', 593, 'elegantp_c17_stool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8110, '9707', 593, 'elegant_c17_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8111, '9708', 593, 'elegantp_c17_cat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8112, '9709', 593, 'elegant_c17_wall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8113, '9710', 577, 'clothing_elegantcrown', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8114, '9711', 593, 'elegant_c17_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8115, '9712', 593, 'elegantp_c17_window', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8116, '9713', 593, 'elegant_c17_cat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8117, '9714', 593, 'elegantp_c17_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8118, '9715', 593, 'elegantp_c17_carpet', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8119, '9716', 593, 'elegant_c17_cupboard', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8120, '9717', 593, 'elegant_c17_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8121, '9718', 593, 'elegant_c17_walldecor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8122, '9719', 593, 'elegant_c17_table', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8123, '9720', 593, 'elegantp_c17_flowerpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8124, '9721', 398, 'hween_c17_monstertele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8125, '9722', 398, 'hween_c17_zombiegrunt', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8126, '9723', 743, 'hween_ltd17_dragon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8127, '9724', 398, 'hween_c17_hangingroots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8128, '9725', 398, 'hween_c17_fallingrocks', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8129, '9726', 398, 'hween_c17_zombiesleep', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8130, '9727', 722, 'clothing_badasshelmet', 0, 500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8131, '9728', 201, 'clothing_layerbuns', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8132, '9729', 398, 'hween_c17_mimic', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8133, '9730', 573, 'hween_r17_lichthrone', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8134, '9731', 310, 'clothing_demoneyes', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8135, '9732', 398, 'hween_c17_thefallen', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8136, '9733', 722, 'clothing_herochest', 0, 500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8137, '9734', 722, 'clothing_rebelchest', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8138, '9735', 398, 'hween_c17_rat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8139, '9736', 398, 'hween_c17_rockdrip', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8140, '9737', 577, 'clothing_r17_bathat', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8141, '9738', 722, 'clothing_herohelmet', 0, 500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8142, '9739', 722, 'clothing_legarmour', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8143, '9740', 398, 'hween_c17_lichen', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8144, '9741', 398, 'hween_c17_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8145, '9742', 398, 'hween_c17_hidewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8146, '9743', 398, 'hween_c17_rock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8147, '9744', 310, 'clothing_plaguemask', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8148, '9745', 712, 'hween_dragengage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8149, '9746', 398, 'hween_c17_portcullis', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8150, '9747', 398, 'hween_c17_pillar', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8151, '9748', 573, 'hween_r17_ancdrago', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8152, '9749', 577, 'clothing_r17_hwcrown_bd', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8153, '9750', 398, 'hween_c17_shroomthing', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8154, '9751', 398, 'hween_c17_handstrap', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8155, '9752', 398, 'hween_c17_gibbet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8156, '9753', 666, 'hween_c17_flamingknight', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8157, '9754', 398, 'hween_c17_wall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8158, '9755', 310, 'clothing_zombieeyes', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8159, '9756', 398, 'hween_c17_pillarsmall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8160, '9757', 398, 'hween_c17_cavefloor', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8161, '9758', 398, 'hween_c17_spiketrap', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8162, '9759', 398, 'hween_c17_tent', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8163, '9760', 722, 'clothing_shoearmour', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8164, '9761', 398, 'hween_c17_torturebed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8165, '9762', 398, 'hween_c17_rock2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8166, '9763', 664, 'bonusbag17_3', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8167, '9764', 664, 'bonusbag17_4', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8168, '9765', 658, 'america_r17_beaver', 4, 0, 0, 1, 0, 0, 321, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8169, '9766', 595, 'chess_w_bishop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8170, '9767', 595, 'chess_boardtile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8171, '9768', 595, 'chess_b_rook', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8172, '9769', 595, 'chess_b_knight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8173, '9770', 595, 'chess_w_rook', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8174, '9771', 595, 'chess_w_queen', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8175, '9772', 595, 'chess_w_king', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8176, '9773', 595, 'chess_w_pawn', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8177, '9774', 595, 'chess_b_king', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8178, '9775', 595, 'chess_b_bishop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8179, '9776', 595, 'chess_b_pawn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8180, '9777', 595, 'chess_b_queen', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8181, '9778', 595, 'chess_w_knight', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8182, '9779', 658, 'america_r17_skunk', 4, 0, 0, 1, 0, 0, 322, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8183, '9780', 577, 'clothing_r17_daveycrockett', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8184, '9781', 577, 'clothing_r17_frontierbraids', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8185, '9782', 658, 'america_r17_opossum', 4, 0, 0, 1, 0, 0, 323, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8186, '9783', 658, 'america_r17_raccoon', 4, 0, 0, 1, 0, 0, 324, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8187, '9784', 658, 'america_r17_eagle', 4, 0, 0, 1, 0, 0, 325, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8188, '9785', 658, 'america_r17_armadillo', 4, 0, 0, 1, 0, 0, 326, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8189, '9786', 577, 'clothing_r17_goldtophat', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8190, '9787', 487, 'xmas_c17_britishbulldog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8191, '9788', 487, 'xmas_c17_girl', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8192, '9789', 487, 'xmas_c17_man', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8193, '9790', 677, 'xmas_c17_blueprint3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8194, '9791', 487, 'xmas_c17_snowybasket', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8195, '9792', 671, 'xmas_c17_doll2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8196, '9793', 677, 'xmas_c17_blueprint6', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8197, '9794', 678, 'xmas_c17_sewingmchn', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8198, '9795', 487, 'xmas_c17_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8199, '9796', 487, 'xmas_c17_door', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8200, '9797', 487, 'xmas_c17_hatshop', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8201, '9798', 671, 'xmas_c17_doll4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8202, '9799', 743, 'xmas_ltd17_ted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8203, '9800', 487, 'xmas_c17_stove', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8204, '9801', 677, 'xmas_c17_blueprint5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8205, '9802', 487, 'xmas_c17_hangingbasket', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8206, '9803', 487, 'xmas_c17_lamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8207, '9804', 487, 'xmas_c17_pavement', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8208, '9805', 487, 'xmas_c17_smallpavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8209, '9806', 573, 'xmas_r17_carriage', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8210, '9807', 676, 'clothing_featherflower', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8211, '9808', 669, 'xmas_c17_book', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8212, '9809', 487, 'xmas_c17_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8213, '9810', 676, 'clothing_buttonpants', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8214, '9811', 671, 'xmas_c17_doll1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8215, '9812', 487, 'xmas_c17_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8216, '9813', 487, 'xmas_c17_frizzycat', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8217, '9814', 577, 'clothing_r17_goldfeatherflower', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8218, '9815', 487, 'xmas_c17_bigwindows2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8219, '9816', 487, 'xmas_c17_teashop', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8220, '9817', 671, 'xmas_c17_doll6', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8221, '9818', 487, 'xmas_c17_snowypot', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8222, '9819', 487, 'xmas_c17_cobbleroad', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8223, '9820', 573, 'xmas_r17_musicbox', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8224, '9821', 487, 'xmas_c17_window', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8225, '9822', 487, 'xmas_c17_fencecorner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8226, '9823', 487, 'xmas_c17_chestnutstall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8227, '9824', 310, 'clothing_beautyface', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8228, '9825', 487, 'xmas_c17_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8229, '9826', 487, 'xmas_c17_thread', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8230, '9827', 487, 'xmas_c17_wall', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8231, '9828', 487, 'xmas_c17_pillar', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8232, '9829', 729, 'xmas_c17_blueprint4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8233, '9830', 487, 'xmas_c17_drain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8234, '9831', 487, 'xmas_c17_fence', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8235, '9832', 487, 'xmas_c17_table', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8236, '9833', 677, 'xmas_c17_blueprint2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8237, '9834', 671, 'xmas_c17_doll5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8238, '9835', 487, 'xmas_c17_boy', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8239, '9836', 676, 'clothing_ruffleshirt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8240, '9837', 487, 'xmas_c17_pub2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8241, '9838', 487, 'xmas_c17_cloth', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8242, '9839', 676, 'clothing_tophat', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8243, '9840', 712, 'xmas_c17_engage_ted', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8244, '9841', 487, 'xmas_c17_snowygrass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8245, '9842', 677, 'xmas_c17_blueprint1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8246, '9843', 671, 'xmas_c17_doll3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8247, '9844', 487, 'xmas_c17_robins', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8248, '9845', 487, 'xmas_c17_woman', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8249, '9846', 676, 'clothing_dress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8250, '9847', 487, 'xmas_c17_bigwindows1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8251, '9848', 487, 'xmas_c17_pram', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8252, '9849', 573, 'xmas_r17_lion', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8253, '9850', 487, 'xmas_c17_horse', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8254, '9851', 676, 'clothing_tailedcoat', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8255, '9852', 487, 'xmas_c17_pub1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8256, '9853', 487, 'xmas_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8257, '9854', 487, 'xmas_c17_candyshop', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8258, '9855', 310, 'clothing_sasquatchmask', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8259, '9856', 598, 'rare_prize17xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8260, '9857', 570, 'clothing_loyalty_V', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8261, '9858', 570, 'clothing_loyalty_X', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8262, '9859', 570, 'clothing_loyalty_II', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8263, '9860', 585, 'clothing_goldpack3', 0, 3000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8264, '9861', 660, 'bonusrare18_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8265, '9862', 660, 'bonusrare18_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8266, '9863', 660, 'bonusrare18_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8267, '9864', 660, 'bonusrare18_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8268, '9865', 660, 'bonusrare18_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8269, '9866', 660, 'bonusrare18_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8270, '9867', 664, 'bonusbag18_3', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8271, '9868', 664, 'bonusbag18_2', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8272, '9869', 660, 'bonusrare18_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8273, '9870', 660, 'bonusrare18_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8274, '9871', 660, 'bonusrare18_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8275, '9872', 660, 'bonusrare18_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8276, '9873', 660, 'bonusrare18_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8277, '9874', 660, 'bonusrare18_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8278, '9875', 664, 'bonusbag18_4', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8279, '9876', 664, 'bonusbag18_1', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8280, '9877', 660, 'bonusrare18_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8281, '9878', 660, 'bonusrare18_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8282, '9879', 660, 'bonusrare18_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8283, '9880', 660, 'bonusrare18_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8284, '9881', 660, 'bonusrare18_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8285, '9882', 660, 'bonusrare18_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8286, '9883', 660, 'bonusrare18_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8287, '9884', 660, 'bonusrare18_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8288, '9885', 660, 'bonusrare18_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8289, '9886', 660, 'bonusrare18_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8290, '9887', 660, 'bonusrare18_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8291, '9888', 660, 'bonusrare18_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8292, '9889', 582, 'clothing_mini_bowlerhat_dark', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8293, '9890', 582, 'clothing_mini_bowlerhat_cream', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8294, '9891', 582, 'clothing_mini_bowlerhat_gold', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8295, '9892', 582, 'clothing_mini_bowlerhat_green', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8296, '9893', 582, 'clothing_mini_bowlerhat_red', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8297, '9894', 582, 'clothing_mini_bowlerhat_purple', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8298, '9895', 582, 'clothing_mini_bowlerhat_blue', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8299, '9896', 668, 'ny18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8300, '9897', 365, 'classic8_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8301, '9898', 366, 'classic9_floor2', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8302, '9899', 365, 'classic8_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8303, '9900', 366, 'classic9_statue', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8304, '9901', 365, 'classic8_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8305, '9902', 365, 'classic8_records', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8306, '9903', 365, 'classic8_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8307, '9904', 366, 'classic9_carpet', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8308, '9905', 365, 'classic8_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8309, '9906', 365, 'classic8_curtains', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8310, '9907', 365, 'classic8_stairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8311, '9908', 365, 'classic8_glassfloor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8312, '9909', 366, 'classic9_counter', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8313, '9910', 366, 'classic9_chair', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8314, '9911', 366, 'classic9_light', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8315, '9912', 365, 'classic8_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8316, '9913', 366, 'classic9_floor1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8317, '9914', 366, 'classic9_table', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8318, '9915', 365, 'classic8_divider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8319, '9916', 365, 'classic8_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8320, '9917', 365, 'classic8_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8321, '9918', 365, 'classic8_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8322, '9919', 366, 'classic9_plant', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8323, '9920', 365, 'classic8_disco', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8324, '9921', 366, 'classic9_stool', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8325, '9922', 366, 'classic9_bookshelf', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8326, '9923', 365, 'classic8_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8327, '9924', 366, 'classic9_books', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8328, '9925', 365, 'classic8_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8329, '9926', 366, 'classic9_wall', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8330, '9927', 592, 'rare_prize18_0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8331, '9928', 592, 'rare_prize18_1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8332, '9929', 592, 'rare_prize18_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8333, '9930', 592, 'rare_prize18_11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8334, '9931', 592, 'rare_prize18_12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8335, '9932', 592, 'rare_prize18_2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8336, '9933', 592, 'rare_prize18_3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8337, '9934', 592, 'rare_prize18_4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8338, '9935', 592, 'rare_prize18_5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8339, '9936', 592, 'rare_prize18_6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8340, '9937', 592, 'rare_prize18_7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8341, '9938', 592, 'rare_prize18_8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8342, '9939', 592, 'rare_prize18_9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8343, '9940', 357, 'hc17_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8344, '9941', 357, 'hc17_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8345, '9942', 357, 'hc17_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8346, '9943', 357, 'hc17_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8347, '9944', 357, 'hc17_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8348, '9945', 357, 'hc17_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8349, '9946', 357, 'hc17_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8350, '9947', 357, 'hc17_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8351, '9948', 357, 'hc17_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8352, '9949', 357, 'hc17_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8353, '9950', 357, 'hc17_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8354, '9951', 458, 'Koristeltu lipasto', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8355, '9952', 458, 'Koristeltu kaappi', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8356, '9953', 201, 'clothing_judgewig', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8357, '9954', 201, 'clothing_elegantponytail', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8358, '9955', 578, 'clothing_r18_unicorn', 0, 2000, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8359, '9956', 458, 'Ruhtinaallinen joutsen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8360, '9957', 578, 'clothing_r18_dress', 0, 2000, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8361, '9958', 237, 'Pylvässänky', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8362, '9959', 202, 'clothing_gentcap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8363, '9960', 384, 'easter_c18_lemontree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8364, '9961', 728, 'easter_c18_snowdrop3', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8365, '9962', 310, 'clothing_shades', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8366, '9963', 728, 'easter_c18_lupin1', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8367, '9964', 201, 'clothing_braidedwavy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8368, '9965', 728, 'easter_c18_tulip2', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8369, '9966', 667, 'easter_c18_seedpackrose', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8370, '9967', 310, 'clothing_satchel', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8371, '9968', 384, 'easter_c18_dancingplant', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8372, '9969', 728, 'easter_c18_badflower', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8373, '9970', 667, 'easter_c18_seedpacktulip', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8374, '9971', 728, 'easter_c18_rose3', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8375, '9972', 728, 'easter_c18_tulip3', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8376, '9973', 384, 'easter_c18_tricyle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8377, '9974', 384, 'easter_c18_recyclebin', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8378, '9975', 384, 'easter_c18_ivybeam', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8379, '9976', 728, 'easter_c18_lupin3', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8380, '9977', 384, 'easter_c18_radio', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8381, '9978', 728, 'easter_c18_lupin4', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8382, '9979', 384, 'easter_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8383, '9980', 384, 'easter_c18_ivylight', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8384, '9981', 204, 'clothing_tiedtop', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8385, '9982', 667, 'easter_c18_seedpacksnowdrop', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8386, '9983', 728, 'easter_c18_rose4', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8387, '9984', 237, 'easter_r18_bonzaifountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8388, '9985', 384, 'easter_c18_hutch', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8389, '9986', 728, 'easter_c18_snowdrop4', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8390, '9987', 384, 'easter_c18_shelfplants', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8391, '9988', 237, 'easter_r18_bigbunny', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8392, '9989', 384, 'easter_c18_curtains', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8393, '9990', 578, 'clothing_r18_bunniemask', 0, 2000, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8394, '9991', 384, 'easter_c18_washline', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8395, '9992', 384, 'easter_c18_glassbrickcnr', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8396, '9993', 384, 'easter_c18_birchpillar', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8397, '9994', 728, 'easter_c18_rose2', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8398, '9995', 384, 'easter_c18_boxplanter', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8399, '9996', 578, 'clothing_r18_bunniehat', 0, 2000, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8400, '9997', 728, 'easter_c18_tulip1', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8401, '9998', 201, 'clothing_floppyhair', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8402, '9999', 744, 'easter_ltd18_habberge10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8403, '10000', 384, 'easter_c18_hangingplant', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8404, '10001', 384, 'easter_c18_woodendeco', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8405, '10002', 728, 'easter_c18_lupin2', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8406, '10003', 384, 'easter_c18_dragonflies', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8407, '10004', 201, 'clothing_retrohair', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8408, '10005', 384, 'easter_c18_chair', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8409, '10006', 728, 'easter_c18_tulip4', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8410, '10007', 202, 'clothing_floppysunhat', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8411, '10008', 384, 'easter_c18_patternfloor', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8412, '10009', 384, 'easter_c18_glassdoor', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8413, '10010', 384, 'easter_c18_slatestack', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8414, '10011', 384, 'easter_c18_stackedplants', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8415, '10012', 384, 'easter_c18_countryteaset', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8416, '10013', 667, 'easter_c18_seedpacklupin', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8417, '10014', 384, 'easter_c18_glassbrickwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8418, '10015', 384, 'easter_c18_chiaplants', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8419, '10016', 384, 'easter_c18_table', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8420, '10017', 728, 'easter_c18_snowdrop1', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8421, '10018', 384, 'easter_c18_radiator', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8422, '10019', 384, 'easter_c18_fawn', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8423, '10020', 384, 'easter_c18_veg', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8424, '10021', 728, 'easter_c18_snowdrop2', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8425, '10022', 728, 'easter_c18_rose1', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8426, '10023', 737, 'trophy_netsafety_0', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8427, '10024', 676, 'clothing_kpopbuns', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8428, '10025', 676, 'clothing_kpop', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8429, '10026', 676, 'clothing_bffshirt', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8430, '10027', 676, 'clothing_bffhat', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8431, '10028', 302, 'china_dog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8432, '10029', 302, 'cny18_dogballoon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8433, '10030', 307, 'CF_500_moneytree', 500, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8434, '10031', 572, 'gift_bff_a', 4, 0, 0, 1, 0, 0, 327, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8435, '10032', 678, 'crafting_jarhearts', 4, 0, 0, 1, 0, 0, 328, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8436, '10033', 572, 'gift_bff_b', 4, 0, 0, 1, 0, 0, 329, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8437, '10034', 237, 'cine_r18_buggy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8438, '10035', 237, 'cine_r18_camera', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8439, '10036', 237, 'cine_r18_catcopter', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8440, '10037', 205, 'clothing_poncho', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8441, '10038', 204, 'clothing_inmate', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8442, '10039', 200, 'clothing_mercenary', 20, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8443, '10040', 208, 'clothing_yetifeet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8444, '10041', 237, 'cine_r18_trailer', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8445, '10042', 204, 'clothing_c18_cutething', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8446, '10043', 480, 'gift_c18_cookiejar name', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8447, '10044', 422, 'gaming_c18_hswap', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8448, '10045', 501, 'laundry_c18_ironing', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8449, '10046', 501, 'laundry_c18_dustpan', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8450, '10047', 422, 'gaming_c18_chairpro', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8451, '10048', 501, 'laundry_c18_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8452, '10049', 501, 'laundry_c18_products', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8453, '10050', 422, 'gaming_c18_gameplush2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8454, '10051', 501, 'laundry_c18_washmachine', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8455, '10052', 422, 'gaming_c18_gameplush1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8456, '10053', 422, 'gaming_c18_gamecollection', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8457, '10054', 422, 'gaming_c18_setuppro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8458, '10055', 422, 'gaming_c18_cubelight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8459, '10056', 237, 'laundry_r18_vacuum', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8460, '10057', 501, 'laundry_c18_dryingrack', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8461, '10058', 422, 'gaming_c18_hs4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8462, '10059', 422, 'gaming_c18_rigpro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8463, '10060', 237, 'jp_r18_asiandoll', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8464, '10061', 578, 'clothing_r18_seahorse', 0, 2000, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8465, '10062', 731, 'coralking_c18_cone', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8466, '10063', 424, 'coralking_c18_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8467, '10064', 424, 'coralking_c18_fishnet', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8468, '10065', 731, 'coralking_c18_spinycoral2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8469, '10066', 424, 'coralking_c18_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8470, '10067', 237, 'coralking_r18_turtleride', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8471, '10068', 424, 'coralking_c18_shelltele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8472, '10069', 731, 'coralking_c18_starfish1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8473, '10070', 103, 'coralking_c18_treasurechest', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8474, '10071', 424, 'coralking_c18_tropicalfish', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8475, '10072', 731, 'coralking_c18_goldenfish', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8476, '10073', 424, 'coralking_c18_bluesand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8477, '10074', 201, 'clothing_luscioushair', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8478, '10075', 424, 'coralking_c18_sunkenpots', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8479, '10076', 424, 'coralking_c18_catfish', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8480, '10077', 731, 'coralking_c18_closedspiral1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8481, '10078', 103, 'coralking_r18_goldenchest', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8482, '10079', 424, 'coralking_c18_bubbleseat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8483, '10080', 731, 'coralking_c18_closedspiral2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8484, '10081', 731, 'coralking_c18_spinycoral1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8485, '10082', 208, 'clothing_flippers', 4, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8486, '10083', 424, 'coralking_c18_trash', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8487, '10084', 731, 'coralking_c18_bushycoral2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8488, '10085', 424, 'coralking_c18_corner', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8489, '10086', 731, 'coralking_c18_openspiral1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8490, '10087', 424, 'coralking_c18_seafloor', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8491, '10088', 424, 'coralking_c18_kelppillar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8492, '10089', 731, 'coralking_c18_clamshell2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8493, '10090', 424, 'coralking_c18_neoncoral2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8494, '10091', 204, 'clothing_wetsuit', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8495, '10092', 424, 'coralking_c18_boulders1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8496, '10093', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8497, '10094', 237, 'coralking_r18_vanitytable', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8498, '10095', 424, 'coralking_c18_coralfloor', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8499, '10096', 424, 'coralking_c18_bed', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8500, '10097', 424, 'coralking_c18_gazebo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8501, '10098', 424, 'coralking_c18_neoncoral3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8502, '10099', 731, 'coralking_c18_trident', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8503, '10100', 731, 'coralking_c18_starfish2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8504, '10101', 424, 'coralking_c18_table', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8505, '10102', 424, 'coralking_c18_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8506, '10103', 744, 'coralking_ltd18_royalseahorse', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8507, '10104', 731, 'coralking_c18_seaweed', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8508, '10105', 424, 'coralking_c18_clownfish', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8509, '10106', 578, 'clothing_r18_divershelmet', 0, 2000, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8510, '10107', 204, 'clothing_sailortop', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8511, '10108', 731, 'coralking_c18_openspiral2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8512, '10109', 424, 'coralking_c18_angelfish', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8513, '10110', 731, 'coralking_c18_clamshell3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8514, '10111', 731, 'coralking_c18_chalice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8515, '10112', 424, 'coralking_c18_bubblerock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8516, '10113', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8517, '10114', 424, 'coralking_c18_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8518, '10115', 424, 'coralking_c18_neoncoral1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8519, '10116', 424, 'coralking_c18_boulders2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8520, '10117', 731, 'coralking_c18_pearloyster', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8521, '10118', 731, 'coralking_c18_clamshell1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8522, '10119', 731, 'coralking_c18_bushycoral1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8523, '10120', 683, 'coralking_engageseahorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8524, '10121', 307, 'CF_750_goldenpig', 750, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8525, '10122', 578, 'clothing_r18_tiedwavylocks', 0, 2000, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8526, '10123', 578, 'clothing_r18_frohawk', 0, 2000, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8527, '10124', 657, 'birds_r18_spoonbill', 4, 0, 0, 1, 0, 0, 330, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8528, '10125', 657, 'birds_r18_puffin', 4, 0, 0, 1, 0, 0, 331, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8529, '10126', 657, 'birds_r18_peacock', 4, 0, 0, 1, 0, 0, 332, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8530, '10127', 657, 'birds_r18_crane', 4, 0, 0, 1, 0, 0, 333, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8531, '10128', 657, 'birds_r18_quetzal', 4, 0, 0, 1, 0, 0, 334, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8532, '10129', 657, 'birds_r18_cardinal', 4, 0, 0, 1, 0, 0, 335, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8533, '10130', 744, 'trophy_ltd18_wcup', 4, 0, 0, 1, 0, 0, 336, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8534, '10131', 428, 'tokyo_c18_residential', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8535, '10132', 677, 'tokyo_c18_toy4', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8536, '10133', 677, 'tokyo_c18_toy6', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8537, '10134', 676, 'clothing_animehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8538, '10135', 428, 'tokyo_c18_railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8539, '10136', 428, 'tokyo_c18_retroarcade', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8540, '10137', 428, 'tokyo_c18_motorbike', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8541, '10138', 428, 'tokyo_c18_neonsign2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8542, '10139', 677, 'tokyo_c18_toy9', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8543, '10140', 428, 'tokyo_c18_shopdisplay', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8544, '10141', 428, 'tokyo_c18_pole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8545, '10142', 428, 'tokyo_c18_trellis', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8546, '10143', 717, 'tokyo_r18_mapletree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8547, '10144', 732, 'tokyo_c18_toy5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8548, '10145', 428, 'tokyo_c18_bugsmachine', 10, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8549, '10146', 428, 'tokyo_c18_drinksmachine', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8550, '10147', 428, 'tokyo_c18_gamesign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8551, '10148', 428, 'tokyo_c18_adposters', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8552, '10149', 676, 'clothing_sakurajacket', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8553, '10150', 428, 'tokyo_c18_lights', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8554, '10151', 428, 'tokyo_c18_snackroof', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8555, '10152', 677, 'tokyo_c18_toy2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8556, '10153', 676, 'clothing_dragonplushhat', 5, 10, 5, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8557, '10154', 744, 'tokyo_ltd18_shiba', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8558, '10155', 677, 'tokyo_c18_toy1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8559, '10156', 428, 'tokyo_c18_road', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8560, '10157', 428, 'tokyo_c18_scarydino', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8561, '10158', 428, 'tokyo_c18_jpmerchshop', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8562, '10159', 428, 'tokyo_c18_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8563, '10160', 428, 'tokyo_c18_lanterns', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8564, '10161', 428, 'tokyo_c18_magazinerack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8565, '10162', 428, 'tokyo_c18_racearcade', 4, 0, 0, 1, 0, 0, 20, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8566, '10163', 310, 'clothing_cuteglasses', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8567, '10164', 428, 'tokyo_c18_retroarcade2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8568, '10165', 202, 'clothing_shogunhelmet', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8569, '10166', 428, 'tokyo_c18_snackdisplay', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8570, '10167', 677, 'tokyo_c18_toy10', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8571, '10168', 677, 'tokyo_c18_toy3', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8572, '10169', 578, 'clothing_r18_catbag', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8573, '10170', 193, 'e', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8574, '10171', 428, 'tokyo_c18_toy8', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8575, '10172', 428, 'tokyo_c18_snackdisplay2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8576, '10173', 578, 'clothing_r18_kitsunemask', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8577, '10174', 678, 'tokyo_c18_craftbot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8578, '10175', 428, 'tokyo_c18_shopfront', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8579, '10176', 676, 'clothing_harajukubow', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8580, '10177', 428, 'tokyo_c18_sakura', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8581, '10178', 207, 'clothing_tutu', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8582, '10179', 428, 'tokyo_c18_adposters2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8583, '10180', 428, 'tokyo_c18_neonsign1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8584, '10181', 428, 'tokyo_c18_bigbillboard', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8585, '10182', 676, 'clothing_botface', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8586, '10183', 717, 'tokyo_r18_koikite', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8587, '10184', 428, 'tokyo_c18_snackroof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8588, '10185', 677, 'tokyo_c18_toy7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8589, '10186', 676, 'clothing_harajukuhair', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8590, '10187', 237, 'anniversary_r18_throne', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8591, '10188', 191, 'tokyo_c18_gacha2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8592, '10189', 434, 'zengarden_c18_glasspond', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8593, '10190', 434, 'zengarden_c18_light', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8594, '10191', 434, 'zengarden_c18_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8595, '10192', 434, 'zengarden_c18_stonebench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8596, '10193', 434, 'zengarden_c18_rootplant', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8597, '10194', 434, 'zengarden_c18_stonetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8598, '10195', 434, 'zengarden_c18_divider', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8599, '10196', 434, 'zengarden_c18_moss', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8600, '10197', 434, 'zengarden_c18_peacefrog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8601, '10198', 434, 'zengarden_c18_bamboo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8602, '10199', 434, 'zengarden_c18_door', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8603, '10200', 434, 'zengarden_c18_plankfloor', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8604, '10201', 434, 'zengarden_c18_roofcorner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8605, '10202', 434, 'zengarden_c18_spikeyplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8606, '10203', 719, 'zengarden_r18_fountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8607, '10204', 434, 'zengarden_c18_pebbles', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8608, '10205', 578, 'clothing_r18_longwavy', 0, 2000, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8609, '10206', 596, 'rare_colourable_marquee*3', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8610, '10207', 596, 'rare_colourable_scifirocket*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8611, '10208', 596, 'rare_colourable_fountain*3', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8612, '10209', 596, 'rare_colourable_wooden_screen*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8613, '10210', 596, 'rare_colourable_dragonlamp*3', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8614, '10211', 596, 'rare_colourable_parasol*3', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8615, '10212', 610, 'asd', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8616, '10213', 596, 'rare_colourable_sleepingbag*3', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8617, '10214', 596, 'rare_colourable_pillar*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8618, '10215', 596, 'rare_colourable_beehive_bulb*3', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8619, '10216', 596, 'rare_colourable_icecream*3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8620, '10217', 596, 'rare_colourable_elephant_statue*3', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8621, '10218', 596, 'rare_colourable_scifidoor*3', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8622, '10219', 596, 'rare_colourable_fan*3', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8623, '10220', 596, 'rare_colourable_pillow*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8624, '10221', 596, 'rare_colourable_scifiport*3', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8625, '10222', 596, 'rare_colourable_barrier*3', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8626, '10223', 367, 'hotel_c18_pool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8627, '10224', 367, 'hotel_c18_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8628, '10225', 367, 'hotel_c18_roof', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8629, '10226', 367, 'hotel_c18_rail', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8630, '10227', 367, 'hotel_c18_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8631, '10228', 367, 'hotel_c18_block2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8632, '10229', 367, 'hotel_c18_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8633, '10230', 367, 'hotel_c18_block1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8634, '10231', 367, 'hotel_c18_tree', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8635, '10232', 367, 'hotel_c18_foundation', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8636, '10233', 367, 'hotel_c18_cypress', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8637, '10234', 367, 'hotel_c18_rooftop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8638, '10235', 399, 'hween_c18_deskitems2', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8639, '10236', 399, 'hween_c18_ceilingrays', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8640, '10237', 399, 'hween_c18_complexmchn3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8641, '10238', 676, 'clothing_brownglasses', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8642, '10239', 399, 'hween_c18_toy5old', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8643, '10240', 399, 'hween_c18_complexmchn2', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8644, '10241', 676, 'hween_c18_toy5new', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8645, '10242', 201, 'clothing_brain', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8646, '10243', 399, 'hween_c18_olddocs2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8647, '10244', 399, 'hween_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8648, '10245', 399, 'hween_c18_toy4old', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8649, '10246', 399, 'hween_c18_labglasswall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8650, '10247', 399, 'hween_c18_retropc', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8651, '10248', 399, 'hween_c18_dimlights', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8652, '10249', 399, 'hween_c18_medicineshelf', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8653, '10250', 399, 'hween_c18_labtilewall', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8654, '10251', 399, 'hween_c18_labcage', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8655, '10252', 744, 'hween_ltd18_cosplaycat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8656, '10253', 399, 'hween_c18_oldceilingrays', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8657, '10254', 676, 'hween_c18_labcurtains', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8658, '10255', 676, 'hween_c18_toy3new', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8659, '10256', 676, 'hween_c18_toy2new', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8660, '10257', 399, 'hween_c18_labsteelfloor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8661, '10258', 399, 'hween_c18_labmchn1', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8662, '10259', 399, 'hween_c18_rustyceilingfan', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8663, '10260', 399, 'hween_c18_labstoolold', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8664, '10261', 399, 'hween_c18_labmchn2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8665, '10262', 399, 'hween_c18_brokenglasswall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8666, '10263', 399, 'hween_c18_floormould', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8667, '10264', 676, 'clothing_vintagejacket', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8668, '10265', 399, 'hween_c18_washliquid', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8669, '10266', 676, 'hween_c18_toy1new', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8670, '10267', 676, 'clothing_sideponytail', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8671, '10268', 399, 'hween_c18_zaptele', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8672, '10269', 578, 'clothing_r18_axe', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8673, '10270', 678, 'hween_c18_washmchn', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8674, '10271', 399, 'hween_c18_labglovebox', 4, 0, 0, 1, 0, 0, 21, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8675, '10272', 399, 'hween_c18_bloodcurtains', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8676, '10273', 676, 'clothing_legwarmershoes', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8677, '10274', 676, 'hween_c18_toy4new', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8678, '10275', 399, 'hween_c18_labshelf', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8679, '10276', 208, 'clothing_bloodshoes', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8680, '10277', 399, 'hween_c18_bloodfloorstreak', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8681, '10278', 578, 'clothing_r18_vamp', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8682, '10279', 399, 'hween_c18_labdesk', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8683, '10280', 399, 'hween_c18_oldlabdesk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8684, '10281', 399, 'hween_c18_labchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8685, '10282', 399, 'hween_c18_ceilingmould', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8686, '10283', 399, 'hween_c18_labjar1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8687, '10284', 399, 'hween_c18_washpowder', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8688, '10285', 237, 'hween_r18_pupbot', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8689, '10286', 399, 'hween_c18_labmchn3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8690, '10287', 205, 'clothing_bloodjacket', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8691, '10288', 399, 'hween_c18_complexmchn1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8692, '10289', 399, 'hween_c18_spareparts', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8693, '10290', 205, 'clothing_labcoat', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8694, '10291', 399, 'hween_c18_toy2old', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8695, '10292', 676, 'clothing_shortcurlhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8696, '10293', 399, 'hween_c18_labjar2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8697, '10294', 399, 'hween_c18_labstool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8698, '10295', 399, 'hween_c18_labtooltable', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8699, '10296', 201, 'clothing_bloodponytail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8700, '10297', 237, 'hween_r18_antiquechemset', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8701, '10298', 399, 'hween_c18_toy1old', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8702, '10299', 399, 'hween_c18_oldlabtilewall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8703, '10300', 399, 'hween_c18_deskitems1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8704, '10301', 310, 'clothing_bloodglasses', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8705, '10302', 399, 'hween_c18_staffoftheyr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8706, '10303', 201, 'clothing_bloodscruffyhair', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8707, '10304', 399, 'hween_c18_olddocs1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8708, '10305', 399, 'hween_c18_toy3old', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8709, '10306', 399, 'hween_c18_labtilefloor', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8710, '10307', 399, 'hween_c18_oldlablocker', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8711, '10308', 399, 'hween_c18_flashlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8712, '10309', 399, 'hween_c18_labbed', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8713, '10310', 399, 'hween_c18_lablocker', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8714, '10311', 307, 'CF_350_jadefish', 350, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8715, '10312', 427, 'hygge_c18_stove', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8716, '10313', 427, 'hygge_c18_cushion', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8717, '10314', 578, 'clothing_r18_antlers', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8718, '10315', 237, 'hygge_r18_fox', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8719, '10316', 578, 'clothing_r18_hyggehair', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8720, '10317', 427, 'hygge_c18_shelf', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8721, '10318', 427, 'hygge_c18_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8722, '10319', 578, 'clothing_r18_dungarees', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8723, '10320', 578, 'clothing_r18_diaparty', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8724, '10321', 733, 'clothing_dianoblecrown', 7, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8725, '10322', 169, 'diamond_c18_giftbox', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8726, '10323', 733, 'clothing_diafish', 7, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8727, '10324', 733, 'clothing_dialeafcrown', 7, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8728, '10325', 488, 'xmas_c18_deer_comet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8729, '10326', 488, 'xmas_c18_stocking_snoopy', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8730, '10327', 488, 'xmas_c18_souvenir', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8731, '10328', 488, 'xmas_c18_deer_dasher', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8732, '10329', 676, 'clothing_halo', 10, 10, 5, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8733, '10330', 488, 'xmas_c18_snowfootball', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8734, '10331', 488, 'xmas_c18_stocking_cinnamon', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8735, '10332', 488, 'xmas_c18_stool', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8736, '10333', 488, 'xmas_c18_stage', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8737, '10334', 488, 'xmas_c18_metro', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8738, '10335', 488, 'xmas_c18_stocking_tiger', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8739, '10336', 488, 'xmas_c18_snowman', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8740, '10337', 488, 'xmas_c18_snowballpit', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8741, '10338', 488, 'xmas_c18_stocking_crusoe', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8742, '10339', 488, 'xmas_c18_stallroof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8743, '10340', 488, 'xmas_c18_presentelf', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8744, '10341', 677, 'xmas_c18_doll10', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8745, '10342', 676, 'clothing_rudolphhat', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8746, '10343', 677, 'xmas_c18_doll8', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8747, '10344', 488, 'xmas_c18_deer_vixen', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8748, '10345', 488, 'xmas_c18_stagecurtains', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8749, '10346', 488, 'xmas_c18_stocking_cleo', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8750, '10347', 488, 'xmas_c18_presents', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8751, '10348', 237, 'xmas_r18_snowyowl', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8752, '10349', 677, 'xmas_c18_doll6', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8753, '10350', 488, 'xmas_c18_stalltable', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8754, '10351', 488, 'xmas_c18_streetlight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8755, '10352', 677, 'xmas_c18_doll5', 7, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8756, '10353', 237, 'xmas_r18_lightfountain', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8757, '10354', 676, 'clothing_poinsettia', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8758, '10355', 674, 'clothing_bobblehat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8759, '10356', 488, 'xmas_c18_groundlight', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8760, '10357', 488, 'xmas_c18_stagechair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8761, '10358', 578, 'clothing_r18_featherdress', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8762, '10359', 488, 'xmas_c18_stagestairs', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8763, '10360', 488, 'xmas_c18_deer_rudolph', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8764, '10361', 676, 'clothing_penguin', 3, 10, 5, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8765, '10362', 488, 'xmas_c18_xmastree', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8766, '10363', 488, 'xmas_c18_booth', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8767, '10364', 488, 'xmas_c18_curtaintopper', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8768, '10365', 488, 'xmas_c18_building', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8769, '10366', 744, 'xmas_ltd18_snowhabberge', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8770, '10367', 488, 'xmas_c18_iciclelight', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8771, '10368', 488, 'xmas_c18_deer_cupid', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8772, '10369', 488, 'xmas_c18_borscht', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8773, '10370', 677, 'xmas_c18_doll3', 7, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8774, '10371', 677, 'xmas_c18_doll2', 7, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8775, '10372', 488, 'xmas_c18_balllight', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8776, '10373', 488, 'xmas_c18_harp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8777, '10374', 578, 'clothing_r18_feathercrown', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8778, '10375', 488, 'xmas_c18_penguin', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8779, '10376', 488, 'xmas_c18_deer_prancer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8780, '10377', 201, 'clothing_sideflopped', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8781, '10378', 677, 'xmas_c18_doll1', 7, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8782, '10379', 488, 'xmas_c18_rainlightfloor', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8783, '10380', 488, 'xmas_c18_candycane', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8784, '10381', 488, 'xmas_c18_stocking_norbert', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8785, '10382', 676, 'clothing_snowman', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8786, '10383', 488, 'xmas_c18_buildingpillar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8787, '10384', 677, 'xmas_c18_doll7', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8788, '10385', 488, 'xmas_c18_bounceycastle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8789, '10386', 488, 'xmas_c18_babushka', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8790, '10387', 677, 'xmas_c18_doll9', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8791, '10388', 488, 'xmas_c18_stagewindow', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8792, '10389', 676, 'clothing_xmas5', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8793, '10390', 310, 'clothing_mittens', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8794, '10391', 488, 'xmas_c18_fairylightree', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8795, '10392', 488, 'xmas_c18_deer_blitzen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8796, '10393', 488, 'xmas_c18_stocking_boo', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8797, '10394', 678, 'xmas_c18_nutcracker', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8798, '10395', 488, 'xmas_c18_stagebackdrop', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8799, '10396', 488, 'xmas_c18_bearlight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8800, '10397', 488, 'xmas_c18_deer_dancer', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8801, '10398', 677, 'xmas_c18_doll4', 7, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8802, '10399', 488, 'xmas_c18_food', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8803, '10400', 488, 'xmas_c18_fatherfrost', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8804, '10401', 205, 'clothing_regiment', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8805, '10402', 488, 'xmas_c18_piano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8806, '10403', 676, 'clothing_treepartyhat', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8807, '10404', 488, 'xmas_c18_deer_donna', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8808, '10405', 592, 'rare_prize18_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8809, '10406', 444, 'hosp_c19_drinksvend', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8810, '10407', 585, 'clothing_r18_goldpack4', 0, 4000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8811, '10408', 116, 'attic_c19_hammock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8812, '10409', 584, 'clothing_r18_sparkleparty2', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8813, '10410', 584, 'clothing_r18_sparkleparty1', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8814, '10411', 584, 'clothing_r18_sparkleparty7', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8815, '10412', 584, 'clothing_r18_sparkleparty4', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8816, '10413', 579, 'clothing_r19_longwavy2', 0, 2500, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8817, '10414', 668, 'ny_r18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8818, '10415', 584, 'clothing_r18_sparkleparty8', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8819, '10416', 584, 'clothing_r18_sparkleparty6', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8820, '10417', 584, 'clothing_r18_sparkleparty3', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8821, '10418', 584, 'clothing_r18_sparkleparty5', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8822, '10419', 191, 'diamond_c18_giftbox2', 4, 0, 0, 1, 0, 0, 337, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8823, '10420', 307, 'CF_1000_goldenkey', 1000, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8824, '10421', 394, 'hween13_c19_frog', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8825, '10422', 358, 'hc19_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8826, '10423', 358, 'hc19_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8827, '10424', 358, 'hc19_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8828, '10425', 358, 'hc19_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8829, '10426', 358, 'hc19_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8830, '10427', 358, 'hc19_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8831, '10428', 358, 'hc19_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8832, '10429', 358, 'hc19_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8833, '10430', 358, 'hc19_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8834, '10431', 358, 'hc19_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8835, '10432', 358, 'hc19_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8836, '10433', 358, 'hc19_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (8837, '10434', 448, 'val_c19_food', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8838, '10435', 448, 'val_c19_bottlewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8839, '10436', 579, 'clothing_r19_messybun', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8840, '10437', 574, 'val_r19_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8841, '10438', 574, 'val_r19_recordplayer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8842, '10439', 579, 'clothing_r19_frilledskirt', 0, 2500, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8843, '10440', 448, 'val_c19_bottle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8844, '10441', 574, 'val_r19_puppy', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8845, '10442', 448, 'val_c19_till', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8846, '10443', 574, 'val_r19_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8847, '10444', 579, 'clothing_r19_shortcurly', 0, 2500, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8848, '10445', 579, 'clothing_r19_waistcoat', 0, 2500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8849, '10446', 448, 'val_c19_tableacc', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8850, '10447', 448, 'val_c19_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8851, '10448', 448, 'val_c19_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8852, '10449', 448, 'val_c19_awning', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8853, '10450', 448, 'val_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8854, '10451', 574, 'val_r19_sofa', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8855, '10452', 302, 'china_pig', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8856, '10453', 302, 'china_goldenpig', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8857, '10454', 202, 'clothing_piglethat', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8858, '10455', 591, 'rare_prize19*0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8859, '10456', 591, 'rare_prize19*1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8860, '10457', 591, 'rare_prize19*10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8861, '10458', 591, 'rare_prize19*11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8862, '10459', 591, 'rare_prize19*12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8863, '10460', 591, 'rare_prize19*13', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8864, '10461', 591, 'rare_prize19*2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8865, '10462', 591, 'rare_prize19*3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8866, '10463', 591, 'rare_prize19*4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8867, '10464', 591, 'rare_prize19*5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8868, '10465', 591, 'rare_prize19*6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8869, '10466', 591, 'rare_prize19*7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8870, '10467', 591, 'rare_prize19*8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8871, '10468', 591, 'rare_prize19*9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8872, '10469', 429, 'room_invisible_block', 4, 0, 0, 1, 0, 0, 338, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (8873, '10470', 590, 'rare_colourable_scifirocket*4', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8874, '10471', 590, 'rare_colourable_parasol*4', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8875, '10472', 745, 'rare_r19_car1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8876, '10473', 204, 'clothing_topbuttonshirt', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8877, '10474', 206, 'clothing_rippedjeans2', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8878, '10475', 579, 'clothing_r19_scuffedboots', 0, 2500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8879, '10476', 579, 'clothing_r19_longtwotone', 0, 2500, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8880, '10477', 425, 'band_c19_drums', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8881, '10478', 579, 'clothing_r19_punkhat', 0, 2500, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8882, '10479', 425, 'band_c19_guitar', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8883, '10480', 579, 'clothing_r19_messybangs', 0, 2500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8884, '10481', 201, 'clothing_messycurls', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8885, '10482', 425, 'band_c19_synth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8886, '10483', 201, 'clothing_highfade', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8887, '10484', 728, 'easter_c19_kelpie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8888, '10485', 579, 'clothing_r19_forrestcrown', 0, 2500, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8889, '10486', 745, 'easter_ltd19_flowerthrone', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8890, '10487', 728, 'easter_c19_babyent', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8891, '10488', 728, 'easter_c19_habshirecat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8892, '10489', 574, 'easter_r19_treeswing', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8893, '10490', 191, 'easter_c19_book4a', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8894, '10491', 385, 'easter_c19_turnipbuddies', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8895, '10492', 385, 'easter_c19_wisestone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8896, '10493', 191, 'easter_c19_ancientbook2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8897, '10494', 728, 'clothing_ribboncurls', 0, 500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8898, '10495', 728, 'easter_c19_earthdrago', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8899, '10496', 385, 'easter_c19_logtable', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8900, '10497', 677, 'easter_c19_book1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8901, '10498', 677, 'easter_c19_book3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8902, '10499', 202, 'clothing_archerhat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8903, '10500', 385, 'easter_c19_littlefairies', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8904, '10501', 677, 'easter_c19_book2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8905, '10502', 385, 'easter_c19_logchair', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8906, '10503', 191, 'easter_c19_book3a', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8907, '10504', 728, 'clothing_madhat', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8908, '10505', 677, 'easter_c19_book4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8909, '10506', 191, 'easter_c19_book2a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8910, '10507', 385, 'easter_c19_meadow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8911, '10508', 385, 'easter_c19_dirtpath', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8912, '10509', 385, 'easter_c19_flowertea', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8913, '10510', 728, 'easter_c19_babyhippogriff', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8914, '10511', 385, 'easter_c19_mushrooms', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8915, '10512', 667, 'easter_c19_forrestegg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8916, '10513', 728, 'easter_c19_chillgnome', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8917, '10514', 191, 'easter_c19_babykelpie2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8918, '10515', 191, 'easter_c19_babyhippogriff2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8919, '10516', 728, 'easter_c19_ent', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8920, '10517', 728, 'easter_c19_wolf', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8921, '10518', 667, 'easter_c19_ancientbook', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8922, '10519', 574, 'easter_r19_mysticalbird', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8923, '10520', 202, 'clothing_mushroomhat', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8924, '10521', 203, 'clothing_petaldress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8925, '10522', 728, 'clothing_wolfmask', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8926, '10523', 728, 'clothing_flowerponytail', 0, 500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8927, '10524', 728, 'easter_c19_busybunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8928, '10525', 385, 'easter_c19_forrestfood', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8929, '10526', 385, 'easter_c19_springtree', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8930, '10527', 191, 'easter_c19_book1a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8931, '10528', 728, 'easter_c19_waterdrago', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8932, '10529', 728, 'easter_c19_babykelpie', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8933, '10530', 728, 'easter_c19_habelina', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8934, '10531', 191, 'easter_c19_babyent2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8935, '10532', 728, 'easter_c19_woodlandcritters', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8936, '10533', 579, 'clothing_r19_fox', 0, 2500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8937, '10534', 191, 'easter_c19_forrestegg2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8938, '10535', 728, 'easter_c19_lilredbonnie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8939, '10536', 385, 'easter_c19_magicringtele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8940, '10537', 728, 'easter_c19_hippogriff', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8941, '10538', 728, 'easter_c19_fairyprince', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8942, '10539', 201, 'clothing_leafhair', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8943, '10540', 385, 'easter_c19_forrestfloor', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8944, '10541', 728, 'easter_c19_bearowl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8945, '10542', 385, 'easter_c19_flowerlamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8946, '10543', 664, 'bonusbag19_1', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8947, '10544', 661, 'bonusrare19_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8948, '10545', 661, 'bonusrare19_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8949, '10546', 661, 'bonusrare19_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8950, '10547', 661, 'bonusrare19_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8951, '10548', 661, 'bonusrare19_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8952, '10549', 661, 'bonusrare19_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8953, '10550', 579, 'clothing_r19_comedymask', 0, 2500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8954, '10551', 734, 'greek_c19_scrolls1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8955, '10552', 432, 'greek_c19_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8956, '10553', 432, 'greek_c19_vase2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8957, '10554', 432, 'greek_c19_scrolls2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8958, '10555', 734, 'greek_c19_harp2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8959, '10556', 579, 'clothing_r19_tragedymask', 0, 2500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8960, '10557', 734, 'greek_c19_fruitbowl', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8961, '10558', 734, 'greek_c19_harp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8962, '10559', 734, 'greek_c19_pythagorascup', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8963, '10560', 579, 'clothing_r19_minotaurhorns', 0, 2500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8964, '10561', 574, 'greek_r19_tiledbath', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8965, '10562', 432, 'greek_c19_shield2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8966, '10563', 734, 'greek_c19_vase1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8967, '10564', 432, 'greek_c19_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8968, '10565', 579, 'clothing_r19_medusa', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8969, '10566', 574, 'greek_r19_chariot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8970, '10567', 432, 'greek_c19_statue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8971, '10568', 734, 'greek_c19_shield1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8972, '10569', 432, 'greek_ltd19_harp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8973, '10570', 574, 'greek_r19_luxbed', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8974, '10571', 432, 'greek_c19_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8975, '10572', 213, 'booster_c19_box1', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8976, '10573', 213, 'booster_c19_box2', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8977, '10574', 525, 'fest_c19_parasol1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8978, '10575', 676, 'fest_c19_stool3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8979, '10576', 525, 'fest_c19_loverstent', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8980, '10577', 525, 'fest_c19_bobbatea', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8981, '10578', 525, 'fest_ltd19_alpaca', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8982, '10579', 525, 'fest_c19_ticketstall', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8983, '10580', 676, 'fest_c19_parasol3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8984, '10581', 676, 'clothing_bohogems', 6, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8985, '10582', 705, 'fest_c19_materials', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8986, '10583', 676, 'clothing_bohoheadgems', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8987, '10584', 204, 'clothing_plungebikini', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8988, '10585', 525, 'fest_c19_falafelstall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8989, '10586', 525, 'fest_c19_pole', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8990, '10587', 676, 'fest_c19_skull3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8991, '10588', 201, 'clothing_flowerbeard', 2, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8992, '10589', 525, 'fest_c19_coalicecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8993, '10590', 201, 'clothing_dreadlockstied', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8994, '10591', 676, 'fest_c19_cushion3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8995, '10592', 525, 'fest_c19_hangingdecor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8996, '10593', 579, 'clothing_r19_rainbowhair', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8997, '10594', 676, 'clothing_bohotunic', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (8998, '10595', 525, 'fest_c19_backdrop1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (8999, '10596', 705, 'fest_c19_dye1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9000, '10597', 705, 'fest_c19_dye2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9001, '10598', 676, 'fest_c19_cushion2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9002, '10599', 310, 'clothing_waistbag', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9003, '10600', 703, 'fest_c19_bprint1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9004, '10601', 525, 'fest_c19_dreamcatcher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9005, '10602', 525, 'fest_c19_bongos', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9006, '10603', 574, 'fest_r19_gemowl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9007, '10604', 201, 'clothing_grandetail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9008, '10605', 525, 'fest_c19_dj', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9009, '10606', 703, 'fest_c19_bprint4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9010, '10607', 672, 'fest_c19_skull5', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9011, '10608', 672, 'fest_c19_skull4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9012, '10609', 676, 'fest_c19_parasol2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9013, '10610', 672, 'fest_c19_skull2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9014, '10611', 676, 'clothing_bohobackpack', 6, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9015, '10612', 525, 'fest_c19_brazier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9016, '10613', 204, 'clothing_flowingshirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9017, '10614', 703, 'fest_c19_bprint3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9018, '10615', 579, 'clothing_r19_rainbowshades', 0, 2500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9019, '10616', 525, 'fest_c19_lamp', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9020, '10617', 525, 'fest_c19_palm', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9021, '10618', 676, 'clothing_bohovest', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9022, '10619', 676, 'clothing_bohotiara', 6, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9023, '10620', 574, 'fest_r19_ladygaia', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9024, '10621', 525, 'fest_c19_stool1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9025, '10622', 525, 'fest_c19_hipdog', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9026, '10623', 676, 'fest_c19_backdrop2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9027, '10624', 525, 'fest_c19_amp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9028, '10625', 525, 'fest_c19_didgeridoo', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9029, '10626', 183, 'fest_c19_bprintcrackable', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9030, '10627', 672, 'fest_c19_skull1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9031, '10628', 676, 'clothing_ruggedbackpack', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9032, '10629', 676, 'clothing_bohopaint', 6, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9033, '10630', 310, 'clothing_bohobag', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9034, '10631', 676, 'fest_c19_backdrop3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9035, '10632', 672, 'fest_c19_skull6', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9036, '10633', 525, 'fest_c19_sitar', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9037, '10634', 678, 'fest_c19_craft', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9038, '10635', 676, 'fest_c19_stool2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9039, '10636', 703, 'fest_c19_bprint2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9040, '10637', 525, 'fest_c19_stage', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9041, '10638', 525, 'fest_c19_cushion1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9042, '10639', 525, 'fest_c19_flags', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9043, '10640', 418, 'pastel_c19_plushie3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9044, '10641', 418, 'pastel_c19_stool', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9045, '10642', 418, 'pastel_c19_cupcake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9046, '10643', 418, 'pastel_c19_bedsidetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9047, '10644', 418, 'pastel_c19_stardeco', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9048, '10645', 579, 'clothing_r19_rainbowstarjumper', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9049, '10646', 418, 'pastel_c19_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9050, '10647', 418, 'pastel_c19_cupboard', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9051, '10648', 418, 'pastel_c19_unicornposter', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9052, '10649', 418, 'pastel_c19_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9053, '10650', 418, 'pastel_c19_shootingstar', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9054, '10651', 418, 'pastel_c19_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9055, '10652', 418, 'pastel_c19_lights', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9056, '10653', 418, 'pastel_c19_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9057, '10654', 418, 'pastel_c19_plushie1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9058, '10655', 418, 'pastel_c19_starlights', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9059, '10656', 418, 'pastel_c19_wall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9060, '10657', 418, 'pastel_c19_cubeseat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9061, '10658', 418, 'pastel_c19_plushiepile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9062, '10659', 418, 'pastel_c19_floor', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9063, '10660', 418, 'pastel_c19_plushie2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9064, '10661', 418, 'pastel_c19_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9065, '10662', 307, 'CF_350_sceptre', 350, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9066, '10663', 491, 'diamond_painting39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9067, '10664', 191, 'fest_c19_bprintcrackableb', 4, 0, 0, 1, 0, 0, 339, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9068, '10665', 664, 'bonusbag19_2', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9069, '10666', 661, 'bonusrare19_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9070, '10667', 661, 'bonusrare19_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9071, '10668', 661, 'bonusrare19_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9072, '10669', 661, 'bonusrare19_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9073, '10670', 661, 'bonusrare19_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9074, '10671', 661, 'bonusrare19_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9075, '10672', 673, 'rainbow_r19_pineapplefloat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9076, '10673', 430, 'rainbow_c19_table', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9077, '10674', 745, 'rainbow_ltd19_parasol', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9078, '10675', 430, 'rainbow_c19_rug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9079, '10676', 430, 'rainbow_c19_chair', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9080, '10677', 430, 'rainbow_c19_lights', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9081, '10678', 430, 'rainbow_c19_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9082, '10679', 673, 'rainbow_r19_peacockfloat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9083, '10680', 673, 'rainbow_r19_rainbowfloat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9084, '10681', 673, 'rainbow_r19_flamingofloat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9085, '10682', 433, 'celestial_c19_wardrobe', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9086, '10683', 433, 'celestial_c19_starshower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9087, '10684', 433, 'celestial_c19_dresser', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9088, '10685', 433, 'celestial_c19_moonbed', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9089, '10686', 433, 'celestial_c19_spacebun', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9090, '10687', 433, 'celestial_c19_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9091, '10688', 433, 'celestial_c19_planet', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9092, '10689', 433, 'celestial_c19_tree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9093, '10690', 433, 'celestial_c19_aurora', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9094, '10691', 433, 'celestial_c19_flower', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9095, '10692', 433, 'celestial_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9096, '10693', 433, 'celestial_c19_starchair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9097, '10694', 433, 'celestial_c19_floor', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9098, '10695', 579, 'clothing_r19_celestialdress', 0, 2500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9099, '10696', 204, 'clothing_zebratop', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9100, '10697', 636, 'clothing_nt_zebratop', 0, 25, 0, 1, 0, 0, 340, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9101, '10698', 204, 'clothing_croppedjumper', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9102, '10699', 207, 'clothing_layeredlongskirt', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9103, '10700', 430, 'rainbow_c19_flags', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9104, '10701', 201, 'clothing_longmohawk', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9105, '10702', 435, 'suncity_c19_botshop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9106, '10703', 435, 'suncity_c19_jellyfood', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9107, '10704', 435, 'suncity_c19_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9108, '10705', 435, 'suncity_c19_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9109, '10706', 435, 'suncity_c19_waterway', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9110, '10707', 435, 'suncity_c19_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9111, '10708', 201, 'clothing_shortcut', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9112, '10709', 205, 'clothing_loosekimono', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9113, '10710', 435, 'suncity_c19_flora', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9114, '10711', 435, 'suncity_c19_glass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9115, '10712', 435, 'suncity_c19_plantpillar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9116, '10713', 435, 'suncity_c19_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9117, '10714', 203, 'clothing_gardenapron', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9118, '10715', 745, 'suncity_ltd19_duckpond', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9119, '10716', 676, 'suncity_c19_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9120, '10717', 676, 'suncity_c19_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9121, '10718', 636, 'clothing_nt_flowytop', 0, 25, 0, 1, 0, 0, 341, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9122, '10719', 676, 'clothing_butterflymask', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9123, '10720', 435, 'suncity_c19_plastic', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9124, '10721', 435, 'suncity_c19_munchling', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9125, '10722', 435, 'suncity_c19_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9126, '10723', 435, 'suncity_c19_solarpanel', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9127, '10724', 579, 'clothing_r19_butterflydress', 0, 2500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9128, '10725', 716, 'suncity_r19_biosphere', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9129, '10726', 435, 'suncity_c19_floor', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9130, '10727', 676, 'clothing_leafmask', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9131, '10728', 676, 'clothing_gogglehat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9132, '10729', 435, 'suncity_c19_paper', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9133, '10730', 435, 'suncity_c19_tree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9134, '10731', 204, 'clothing_flowytop', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9135, '10732', 678, 'suncity_c19_trashboy', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9136, '10733', 676, 'suncity_c19_biokit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9137, '10734', 310, 'clothing_leafearrings', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9138, '10735', 435, 'suncity_c19_glasswall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9139, '10736', 435, 'suncity_c19_gazebo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9140, '10737', 579, 'clothing_r19_featheredcowl', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9141, '10738', 435, 'suncity_c19_wateroutlet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9142, '10739', 676, 'clothing_floralbag', 6, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9143, '10740', 435, 'suncity_c19_streetlight', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9144, '10741', 716, 'suncity_r19_glassfountain', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9145, '10742', 435, 'suncity_c19_minibridge', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9146, '10743', 435, 'suncity_c19_waterwaycrnr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9147, '10744', 435, 'suncity_c19_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9148, '10745', 202, 'clothing_sprout', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9149, '10746', 435, 'suncity_c19_perfumeshop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9150, '10747', 676, 'suncity_c19_vase', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9151, '10748', 636, 'clothing_nt_loosekimono', 0, 25, 0, 1, 0, 0, 342, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9152, '10749', 636, 'clothing_nt_shortcut', 0, 25, 0, 1, 0, 0, 343, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9153, '10750', 636, 'clothing_nt_sprout', 0, 25, 0, 1, 0, 0, 344, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9154, '10751', 636, 'clothing_nt_leafearrings', 0, 25, 0, 1, 0, 0, 345, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9155, '10752', 636, 'clothing_nt_gardenapron', 0, 25, 0, 1, 0, 0, 346, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9156, '10753', 518, 'rainyday_c19_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9157, '10754', 518, 'rainyday_c19_beanbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9158, '10755', 518, 'rainyday_c19_pillowfort', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9159, '10756', 518, 'rainyday_c19_rainwindows', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9160, '10757', 589, 'clothing_halftiedhair', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9161, '10758', 579, 'clothing_r19_raincoat', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9162, '10759', 518, 'rainyday_c19_boardgames', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9163, '10760', 579, 'clothing_r19_teddygown', 0, 2500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9164, '10761', 589, 'clothing_bookbag', 0, 75, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9165, '10762', 518, 'rainyday_c19_tartanseat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9166, '10763', 518, 'rainyday_c19_rugblanket', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9167, '10764', 518, 'rainyday_c19_cocoa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9168, '10765', 574, 'rainyday_r19_rainbear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9169, '10766', 574, 'rainyday_r19_fluffbun', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9170, '10767', 519, 'market_c19_drygoods', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9171, '10768', 519, 'market_c19_trolley', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9172, '10769', 519, 'market_c19_icecreamfreezer', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9173, '10770', 519, 'market_c19_deli1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9174, '10771', 519, 'market_c19_icecreamtubs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9175, '10772', 519, 'market_c19_stationary', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9176, '10773', 519, 'market_c19_selfcheckout', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9177, '10774', 519, 'market_c19_spill', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9178, '10775', 519, 'market_c19_meat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9179, '10776', 519, 'market_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9180, '10777', 519, 'market_c19_vegfruit', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9181, '10778', 519, 'market_c19_deli2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9182, '10779', 519, 'market_c19_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9183, '10780', 519, 'market_c19_dairyfridge', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9184, '10781', 519, 'market_c19_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9185, '10782', 519, 'market_c19_antitheftalarm', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9186, '10783', 519, 'market_c19_dvds', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9187, '10784', 519, 'market_c19_checkoutdesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9188, '10785', 519, 'market_c19_signboard', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9189, '10786', 521, 'hween_c19_autumnfloor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9190, '10787', 722, 'hween_c19_tarot', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9191, '10788', 521, 'hween_c19_crookedfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9192, '10789', 521, 'hween_c19_bewitchedcauldron', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9193, '10790', 579, 'clothing_r19_warlocks', 0, 2500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9194, '10791', 677, 'hween_c19_herbs', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9195, '10792', 579, 'clothing_r19_longlonghair', 0, 2500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9196, '10793', 521, 'hween_c19_stonewall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9197, '10794', 521, 'hween_c19_pumpkinpatch', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9198, '10795', 521, 'hween_c19_bewitchedchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9199, '10796', 521, 'hween_c19_bewitchedbed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9200, '10797', 521, 'hween_c19_bewitchedtable', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9201, '10798', 677, 'hween_c19_crystal', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9202, '10799', 521, 'hween_c19_roofcorner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9203, '10800', 666, 'hween_c19_witchsatchel', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9204, '10801', 676, 'hween_c19_flameon', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9205, '10802', 636, 'clothing_nt_possessedeyes', 0, 25, 0, 1, 0, 0, 347, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9206, '10803', 521, 'hween_c19_angleroof', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9207, '10804', 579, 'clothing_r19_demonwings', 0, 2500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9208, '10805', 521, 'hween_c19_birchtree', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9209, '10806', 676, 'hween_c19_firechild', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9210, '10807', 521, 'hween_c19_bigroof', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9211, '10808', 678, 'hween_c19_witchcraft', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9212, '10809', 521, 'hween_c19_claddedwall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9213, '10810', 589, 'clothing_possessedeyes', 0, 75, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9214, '10811', 636, 'clothing_nt_witchrobes', 0, 25, 0, 1, 0, 0, 348, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9215, '10812', 677, 'hween_c19_bewitchedskull', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9216, '10813', 745, 'hween_ltd19_skullthrone', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9217, '10814', 521, 'hween_c19_archway', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9218, '10815', 574, 'hween_r19_weepingwillow', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9219, '10816', 521, 'hween_c19_smallroof', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9220, '10817', 676, 'hween_c19_darkwerewolf', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9221, '10818', 574, 'hween_r19_witchfamiliar', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9222, '10819', 521, 'hween_c19_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9223, '10820', 589, 'clothing_witchhat2', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9224, '10821', 589, 'clothing_witchrobes', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9225, '10822', 676, 'hween_c19_spiritowl', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9226, '10823', 521, 'hween_c19_steeproof', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9227, '10824', 677, 'hween_c19_potions', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9228, '10825', 677, 'hween_c19_feathers', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9229, '10826', 677, 'hween_c19_crystalball', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9230, '10827', 636, 'clothing_nt_witchhat2', 0, 25, 0, 1, 0, 0, 349, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9231, '10828', 676, 'hween_c19_slimeblob', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9232, '10829', 677, 'hween_c19_bewitchedcandles', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9233, '10830', 521, 'hween_c19_witchsatchel2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9234, '10831', 521, 'hween_c19_broomstaffstand', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9235, '10832', 307, 'CF_250_Hucci', 250, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9236, '10833', 664, 'bonusbag19_3', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9237, '10834', 661, 'bonusrare19_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9238, '10835', 661, 'bonusrare19_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9239, '10836', 661, 'bonusrare19_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9240, '10837', 661, 'bonusrare19_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9241, '10838', 661, 'bonusrare19_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9242, '10839', 661, 'bonusrare19_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9243, '10840', 683, 'mutearea_sign2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9244, '10841', 589, 'clothing_habpods', 0, 75, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9245, '10842', 636, 'clothing_nt_shortscarf', 0, 25, 0, 1, 0, 0, 350, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9246, '10843', 636, 'clothing_nt_habpods', 0, 25, 0, 1, 0, 0, 351, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9247, '10844', 636, 'clothing_nt_flaredtrench', 0, 25, 0, 1, 0, 0, 352, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9248, '10845', 589, 'clothing_microbag', 0, 75, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9249, '10846', 589, 'clothing_hitchedjumper', 0, 75, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9250, '10847', 636, 'clothing_nt_hitchedjumper', 0, 25, 0, 1, 0, 0, 353, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9251, '10848', 574, 'autumn_r19_maplebonsai', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9252, '10849', 589, 'clothing_shortscarf', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9253, '10850', 636, 'clothing_nt_microbag', 0, 25, 0, 1, 0, 0, 354, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9254, '10851', 589, 'clothing_flaredtrench', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9255, '10852', 326, 'wintercabin_c19_window', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9256, '10853', 326, 'wintercabin_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9257, '10854', 326, 'wintercabin_c19_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9258, '10855', 326, 'wintercabin_c19_fence', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9259, '10856', 326, 'wintercabin_c19_cabintable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9260, '10857', 326, 'wintercabin_c19_stairs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9261, '10858', 326, 'wintercabin_c19_antlerlight', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9262, '10859', 326, 'wintercabin_c19_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9263, '10860', 326, 'wintercabin_c19_stage', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9264, '10861', 326, 'wintercabin_c19_fireplace', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9265, '10862', 326, 'wintercabin_c19_lamp', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9266, '10863', 326, 'wintercabin_c19_cabinrug', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9267, '10864', 326, 'wintercabin_c19_glasstable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9268, '10865', 326, 'wintercabin_c19_items', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9269, '10866', 326, 'wintercabin_c19_wall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9270, '10867', 326, 'wintercabin_c19_drawers', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9271, '10868', 326, 'wintercabin_c19_cabinchair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9272, '10869', 326, 'wintercabin_c19_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9273, '10870', 589, 'clothing_leatherhoodie', 0, 75, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9274, '10871', 636, 'clothing_nt_shortfluffy', 0, 25, 0, 1, 0, 0, 355, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9275, '10872', 589, 'clothing_wavy3', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9276, '10873', 579, 'clothing_r19_autumndress', 0, 2500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9277, '10874', 636, 'clothing_nt_leatherhoodie', 0, 25, 0, 1, 0, 0, 356, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9278, '10875', 579, 'clothing_r19_autumnhairpiece', 0, 2500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9279, '10876', 636, 'clothing_nt_wavy3', 0, 25, 0, 1, 0, 0, 357, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9280, '10877', 589, 'clothing_shortfluffy', 0, 75, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9281, '10878', 579, 'clothing_r19_puppyacc', 0, 2500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9282, '10879', 307, 'CF_500_orb', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9283, '10880', 325, 'xmas_c19_balcony', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9284, '10881', 325, 'xmas_c19_jarofgold', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9285, '10882', 325, 'xmas_c19_terrierplushie', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9286, '10883', 325, 'xmas_c19_icicles', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9287, '10884', 677, 'xmas_c19_angelfigure', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9288, '10885', 325, 'xmas_c19_hamsterplushie', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9289, '10886', 745, 'xmas_ltd19_icethrone', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9290, '10887', 325, 'xmas_c19_snowsprites', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9291, '10888', 589, 'clothing_pompombag', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9292, '10889', 579, 'clothing_r19_elisa', 0, 2500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9293, '10890', 325, 'xmas_c19_box4b', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9294, '10891', 636, 'clothing_nt_pompombag', 0, 25, 0, 1, 0, 0, 358, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9295, '10892', 325, 'xmas_c19_box1b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9296, '10893', 325, 'xmas_c19_elfguard', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9297, '10894', 325, 'xmas_c19_crystalfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9298, '10895', 636, 'clothing_nt_frostedbeard', 0, 25, 0, 1, 0, 0, 359, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9299, '10896', 325, 'xmas_c19_elffairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9300, '10897', 676, 'xmas_c19_reindeerfigure2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9301, '10898', 325, 'xmas_c19_box6b', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9302, '10899', 325, 'xmas_c19_box5b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9303, '10900', 325, 'xmas_c19_curtain', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9304, '10901', 729, 'xmas_c19_box3', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9305, '10902', 677, 'xmas_c19_robinfigure', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9306, '10903', 589, 'clothing_snowmansuit', 15, 10, 5, 1, 0, 0, 7, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9307, '10904', 636, 'clothing_nt_bearmuffs', 0, 25, 0, 1, 0, 0, 360, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9308, '10905', 589, 'clothing_frostedbeard', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9309, '10906', 325, 'xmas_c19_icetree', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9310, '10907', 677, 'xmas_c19_reindeerfigure', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9311, '10908', 574, 'xmas_r19_crystalharp', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9312, '10909', 325, 'xmas_c19_archwall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9313, '10910', 325, 'xmas_c19_furbanner', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9314, '10911', 678, 'xmas_c19_snowcraft', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9315, '10912', 729, 'clothing_nordicscarf', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9316, '10913', 325, 'xmas_c19_crystaltable', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9317, '10914', 325, 'xmas_c19_catplushie', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9318, '10915', 676, 'xmas_c19_dragonfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9319, '10916', 729, 'xmas_c19_box2', 7, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9320, '10917', 325, 'xmas_c19_elfeskimo', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9321, '10918', 325, 'xmas_c19_lamp', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9322, '10919', 589, 'clothing_pompomhat', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9323, '10920', 325, 'xmas_c19_stackedicedrinks', 10, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9324, '10921', 325, 'xmas_c19_pugplushie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9325, '10922', 579, 'clothing_r19_frosted', 0, 2500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9326, '10923', 574, 'xmas_r19_crystalfountain', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9327, '10924', 325, 'xmas_c19_crystalchair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9328, '10925', 589, 'clothing_bearmuffs', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9329, '10926', 325, 'xmas_c19_box3b', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9330, '10927', 325, 'xmas_c19_windowwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9331, '10928', 729, 'xmas_c19_box6', 7, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9332, '10929', 676, 'xmas_c19_unicornfigure2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9333, '10930', 677, 'xmas_c19_dragonfigure', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9334, '10931', 729, 'xmas_c19_box4', 7, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9335, '10932', 636, 'clothing_nt_pompomhat', 0, 25, 0, 1, 0, 0, 361, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9336, '10933', 676, 'xmas_c19_robinfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9337, '10934', 676, 'xmas_c19_angelfigure2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9338, '10935', 325, 'xmas_c19_iceshards', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9339, '10936', 729, 'xmas_c19_box5', 7, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9340, '10937', 325, 'xmas_c19_elfmage', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9341, '10938', 325, 'xmas_c19_chandelier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9342, '10939', 325, 'xmas_c19_box2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9343, '10940', 677, 'xmas_c19_unicornfigure', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9344, '10941', 325, 'xmas_c19_icefood', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9345, '10942', 636, 'clothing_nt_snowmansuit', 0, 25, 0, 1, 0, 0, 362, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9346, '10943', 669, 'xmas_c19_box1', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9347, '10944', 589, 'clothing_icecrown', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0');
INSERT INTO `catalog_items` VALUES (9348, '10945', 661, 'bonusrare19_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9349, '10946', 661, 'bonusrare19_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9350, '10947', 661, 'bonusrare19_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9351, '10948', 661, 'bonusrare19_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9352, '10949', 661, 'bonusrare19_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9353, '10950', 661, 'bonusrare19_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9354, '10951', 664, 'bonusbag19_4', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9355, '10952', 591, 'rare_prize19_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9356, '10953', 501, 'shome_keys', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9357, '10954', 501, 'shome_hamster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9358, '10955', 585, 'clothing_goldpack4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9359, '10956', 687, 'clothing_r20_galaxybackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9360, '10957', 570, 'clothing_heartnecklace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9361, '10958', 687, 'clothing_r20_kittyearphones', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9362, '10959', 590, 'china_goldenrat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9363, '10960', 302, 'china_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9364, '10961', 570, 'clothing_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9365, '10962', 688, 'clothing_r19_sparklywaist5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9366, '10963', 688, 'clothing_r19_sparklywaist6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9367, '10964', 688, 'clothing_r19_sparklywaist7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9368, '10965', 688, 'clothing_r19_sparklywaist8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9369, '10966', 688, 'clothing_r19_sparklywaist2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9370, '10967', 688, 'clothing_r19_sparklywaist3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9371, '10968', 688, 'clothing_r19_sparklywaist1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9372, '10969', 688, 'clothing_r19_sparklywaist4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9373, '10970', 668, 'ny_r19_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9374, '10971', 689, 'hc20_9', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9375, '10972', 689, 'hc20_8', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9376, '10973', 689, 'hc20_4', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9377, '10974', 689, 'hc20_2', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9378, '10975', 689, 'hc20_12', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9379, '10976', 689, 'hc20_3', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9380, '10977', 689, 'hc20_7', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9381, '10978', 689, 'hc20_10', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9382, '10979', 689, 'hc20_11', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9383, '10980', 689, 'hc20_5', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9384, '10981', 689, 'hc20_6', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9385, '10982', 689, 'hc20_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9386, '10983', 307, 'CF_750_minihabberge', 750, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9387, '10984', 690, 'rare_prize20*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9388, '10985', 690, 'rare_prize20*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9389, '10986', 690, 'rare_prize20*10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9390, '10987', 690, 'rare_prize20*11', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9391, '10988', 690, 'rare_prize20*12', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9392, '10989', 690, 'rare_prize20*13', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9393, '10990', 690, 'rare_prize20*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9394, '10991', 690, 'rare_prize20*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9395, '10992', 690, 'rare_prize20*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9396, '10993', 690, 'rare_prize20*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9397, '10994', 690, 'rare_prize20*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9398, '10995', 690, 'rare_prize20*7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9399, '10996', 690, 'rare_prize20*8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9400, '10997', 690, 'rare_prize20*9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9401, '10998', 691, 'rare_r20_wardrobe', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9402, '10999', 687, 'clothing_r20_quinn', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9403, '11000', 691, 'rare_r20_balloonchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9404, '11001', 692, 'val_c20_cakestand', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9405, '11002', 692, 'val_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9406, '11003', 692, 'val_c20_lights', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9407, '11004', 692, 'val_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9408, '11005', 692, 'val_c20_blackboard', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9409, '11006', 692, 'val_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9410, '11007', 692, 'val_c20_tablecounter', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9411, '11008', 570, 'clothing_chocochefoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9412, '11009', 692, 'val_c20_cakedisplay', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9413, '11010', 692, 'val_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9414, '11011', 692, 'val_c20_cake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9415, '11012', 687, 'clothing_r20_tattoo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9416, '11013', 692, 'val_c20_chocgift', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9417, '11014', 692, 'val_c20_chocfountain', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9418, '11015', 692, 'val_c20_table', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9419, '11016', 692, 'val_c20_seats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9420, '11017', 664, 'bonusbag20_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9421, '11018', 693, 'bonusrare20_1a*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9422, '11019', 693, 'bonusrare20_1a*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9423, '11020', 693, 'bonusrare20_1a*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9424, '11021', 693, 'bonusrare20_1a*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9425, '11022', 693, 'bonusrare20_1a*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9426, '11023', 693, 'bonusrare20_1a*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9427, '11024', 693, 'bonusrare20_2*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9428, '11025', 693, 'bonusrare20_2*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9429, '11026', 693, 'bonusrare20_2*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9430, '11027', 693, 'bonusrare20_2*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9431, '11028', 693, 'bonusrare20_2*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9432, '11029', 693, 'bonusrare20_2*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9433, '11030', 664, 'bonusbag20_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9434, '11031', 693, 'bonusrare20_3*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9435, '11032', 693, 'bonusrare20_3*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9436, '11033', 693, 'bonusrare20_3*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9437, '11034', 693, 'bonusrare20_3*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9438, '11035', 693, 'bonusrare20_3*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9439, '11036', 693, 'bonusrare20_3*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9440, '11037', 693, 'bonusrare20_4*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9441, '11038', 693, 'bonusrare20_4*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9442, '11039', 693, 'bonusrare20_4*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9443, '11040', 693, 'bonusrare20_4*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9444, '11041', 693, 'bonusrare20_4*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9445, '11042', 693, 'bonusrare20_4*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9446, '11043', 664, 'bonusbag20_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9447, '11044', 664, 'bonusbag20_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9448, '11045', 691, 'rare_r20_grandebackdrop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9449, '11046', 570, 'clothing_c20_goldheartbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9450, '11047', 517, 'art_c20_plant', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9451, '11048', 184, 'booster_c20_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9452, '11049', 517, 'art_c20_rug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9453, '11050', 633, 'booster_c20_box1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9454, '11051', 517, 'art_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9455, '11052', 517, 'art_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9456, '11053', 517, 'art_c20_paintings', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9457, '11054', 633, 'art_c20_gold4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9458, '11055', 517, 'art_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9459, '11056', 633, 'art_c20_pillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9460, '11057', 517, 'art_c20_bin', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9461, '11058', 633, 'art_c20_gold1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9462, '11059', 570, 'clothing_c20_heartbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9463, '11060', 517, 'art_c20_drawingtablet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9464, '11061', 633, 'art_c20_gold2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9465, '11062', 633, 'art_c20_chair2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9466, '11063', 517, 'art_c20_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9467, '11064', 517, 'art_c20_shelves', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9468, '11065', 633, 'art_c20_chair4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9469, '11066', 517, 'art_c20_canvas', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9470, '11067', 633, 'art_c20_gold5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9471, '11068', 517, 'art_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9472, '11069', 633, 'art_c20_chair1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9473, '11070', 633, 'art_c20_clock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9474, '11071', 517, 'art_c20_clotheshanger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9475, '11072', 517, 'art_c20_rolledpaper', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9476, '11073', 633, 'art_c20_gold3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9477, '11074', 517, 'art_c20_artstool', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9478, '11075', 517, 'art_c20_easel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9479, '11076', 633, 'art_c20_chair3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9480, '11077', 517, 'art_c20_coffeetable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9481, '11078', 517, 'art_c20_caddy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9482, '11079', 226, 'easter_c20_heather', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9483, '11080', 691, 'easter_r20_mountaingoat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9484, '11081', 667, 'easter_c20_darkrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9485, '11082', 570, 'clothing_mysticrobes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9486, '11083', 633, 'easter_c20_darkprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9487, '11084', 226, 'easter_c20_scatteredforestfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9488, '11085', 226, 'easter_c20_fishingpole', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9489, '11086', 636, 'clothing_nt_yogatop', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9490, '11087', 636, 'clothing_nt_campingbackpack', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9491, '11088', 226, 'easter_c20_stickteepee', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9492, '11089', 633, 'easter_c20_ancientbird', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9493, '11090', 570, 'clothing_explorersash', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9494, '11091', 226, 'easter_c20_rockboulders', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9495, '11092', 687, 'clothing_r20_bunnyoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9496, '11093', 633, 'easter_c20_darkprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9497, '11094', 570, 'clothing_puffyvest', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9498, '11095', 226, 'easter_c20_mountainslopes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9499, '11096', 746, 'easter_ltd20_fortuneduck', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9500, '11097', 691, 'easter_r20_mystictree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9501, '11098', 226, 'easter_c20_campingessentials', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9502, '11099', 570, 'clothing_binoculars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9503, '11100', 226, 'easter_c20_ornamentalrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9504, '11101', 226, 'easter_c20_picnicfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9505, '11102', 570, 'clothing_campingbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9506, '11103', 226, 'easter_c20_mountainflats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9507, '11104', 633, 'easter_c20_darkprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9508, '11105', 633, 'easter_c20_darkprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9509, '11106', 570, 'clothing_yogatop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9510, '11107', 636, 'clothing_nt_puffyvest', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9511, '11108', 636, 'clothing_nt_sportshair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9512, '11109', 226, 'easter_c20_camprug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9513, '11110', 226, 'easter_c20_mossydivider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9514, '11111', 226, 'easter_c20_firstaidkit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9515, '11112', 570, 'clothing_sportshair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9516, '11113', 226, 'easter_c20_logwalk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9517, '11114', 570, 'clothing_mysticcrown', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9518, '11115', 570, 'clothing_yogapants', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9519, '11116', 633, 'easter_c20_ancienthorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9520, '11117', 226, 'easter_c20_kayak', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9521, '11118', 687, 'clothing_r20_ponytailcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9522, '11119', 636, 'clothing_nt_yogapants', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9523, '11120', 633, 'easter_c20_lightprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9524, '11121', 226, 'easter_c20_climbingropetele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9525, '11122', 636, 'clothing_nt_sportsshade', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9526, '11123', 636, 'clothing_nt_binoculars', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9527, '11124', 633, 'easter_c20_lightprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9528, '11125', 226, 'easter_c20_forestfriends', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9529, '11126', 667, 'easter_c20_lightrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9530, '11127', 633, 'easter_c20_clayrelic', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9531, '11128', 226, 'easter_c20_fishstream', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9532, '11129', 570, 'clothing_rainbowegg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9533, '11130', 633, 'easter_c20_jadeguardian', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9534, '11131', 226, 'easter_c20_heatherrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9535, '11132', 633, 'easter_c20_ancientstatue', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9536, '11133', 570, 'clothing_sportsshade', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9537, '11134', 633, 'easter_c20_lightprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9538, '11135', 633, 'easter_c20_lightprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9539, '11136', 226, 'easter_c20_waypointrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9540, '11137', 226, 'easter_c20_energyfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9541, '11138', 633, 'easter_c20_zenmaster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9542, '11139', 636, 'clothing_nt_explorersash', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9543, '11140', 226, 'easter_c20_foresttree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9544, '11141', 226, 'easter_c20_rapids', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9545, '11142', 735, 'easter_c20_lightrock1', 4, 0, 0, 1, 0, 0, 363, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9546, '11143', 735, 'easter_c20_darkrock1', 4, 0, 0, 1, 0, 0, 364, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9547, '11144', 691, 'rare_r20_corgi', 4, 0, 0, 1, 0, 0, 365, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9548, '11145', 691, 'rare_r20_marimo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9549, '11146', 691, 'rare_r20_treehouse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9550, '11147', 735, 'spa_c20_bbrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9551, '11148', 186, 'spa_c20_crackable1A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9552, '11149', 570, 'clothing_towelwraphalf', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9553, '11150', 191, 'spa_c20_crackable1B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9554, '11151', 570, 'clothing_eyemask', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9555, '11152', 570, 'clothing_maskmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9556, '11153', 735, 'spa_c20_bbmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9557, '11154', 735, 'spa_c20_bbcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9558, '11155', 570, 'clothing_towelhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9559, '11156', 570, 'clothing_eyetomato', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9560, '11157', 570, 'clothing_maskrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9561, '11158', 570, 'clothing_eyecucumber', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9562, '11159', 735, 'spa_c20_lavendersalt', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9563, '11160', 570, 'clothing_towelwrapfull', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9564, '11161', 570, 'clothing_maskcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9565, '11162', 735, 'spa_c20_bbcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9566, '11163', 735, 'spa_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9567, '11164', 570, 'clothing_maskcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9568, '11165', 570, 'clothing_eyecitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9569, '11166', 186, 'spa_c20_crackable2A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9570, '11167', 570, 'clothing_eyestrawberry', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9571, '11168', 191, 'spa_c20_crackable2B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9572, '11169', 735, 'spa_c20_bath', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9573, '11170', 307, 'CF_500_goldenbeetle', 500, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9574, '11171', 687, 'clothing_r20_monkeyfezhat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9575, '11172', 677, 'india_c20_saribp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9576, '11173', 696, 'india_c20_longpillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9577, '11174', 570, 'clothing_moviestarmakeup', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9578, '11175', 676, 'clothing_cobra', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9579, '11176', 691, 'india_r20_bengaltiger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9580, '11177', 696, 'india_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9581, '11178', 677, 'clothing_exoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9582, '11179', 677, 'india_c20_capebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9583, '11180', 696, 'india_c20_eleseat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9584, '11181', 696, 'india_c20_flowerbelldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9585, '11182', 747, 'india_c20_dye', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9586, '11183', 676, 'clothing_headjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9587, '11184', 570, 'clothing_moviestarhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9588, '11185', 676, 'clothing_grandsari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9589, '11186', 696, 'india_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9590, '11187', 676, 'clothing_grandheadjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9591, '11188', 696, 'india_c20_jewellerybox', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9592, '11189', 677, 'clothing_sherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9593, '11190', 677, 'india_c20_sherwanibp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9594, '11191', 696, 'india_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9595, '11192', 636, 'clothing_nt_turban', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9596, '11193', 696, 'india_c20_balconydoor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9597, '11194', 696, 'india_c20_archway', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9598, '11195', 677, 'india_c20_snakebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9599, '11196', 696, 'india_c20_dessert', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9600, '11197', 696, 'india_c20_tiledfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9601, '11198', 570, 'clothing_turban', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9602, '11199', 747, 'india_c20_cloth', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9603, '11200', 676, 'clothing_grandsherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9604, '11201', 696, 'india_c20_curries', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9605, '11202', 696, 'india_c20_palmvase', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9606, '11203', 636, 'clothing_nt_moviestarhair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9607, '11204', 676, 'clothing_grandexoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9608, '11205', 678, 'india_c20_sewingmachine', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9609, '11206', 191, 'india_c20_blueprintb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9610, '11207', 696, 'india_c20_eletable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9611, '11208', 691, 'india_r20_exotictent', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9612, '11209', 676, 'clothing_snake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9613, '11210', 189, 'india_c20_blueprint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9614, '11211', 696, 'india_c20_teaset', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9615, '11212', 677, 'india_c20_headjewelbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9616, '11213', 636, 'clothing_nt_moviestarmakeup', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9617, '11214', 696, 'india_c20_beadbellsdeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9618, '11215', 676, 'clothing_sari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9619, '11216', 687, 'clothing_r20_jewelbraidhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9620, '11217', 746, 'india_ltd20_sultanthrone', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9621, '11218', 491, 'diamond_painting48', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9622, '11219', 491, 'diamond_painting50', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9623, '11220', 491, 'diamond_painting49', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9624, '11221', 491, 'diamond_painting47', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9625, '11222', 570, 'clothing_studentcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9626, '11223', 636, 'clothing_nt_studentcap', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9627, '20060', 683, 'DEAL_HC_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9628, '20100', 429, 'Poker', 4, 0, 0, 1, 0, 0, 366, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9629, '40010', 274, 'poster 38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9630, '40020', 30, 'a0 gothicfountain', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9631, '40030', 349, 'hc_wall_lamp', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9632, '40040', 344, 'industrialfan', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9633, '40050', 30, 'a0 torch', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9634, '40060', 445, 'a0 val_heart', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9635, '40070', 35, 'DEV wallmirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9636, '40080', 31, 'DEV jp_ninjastars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9637, '40090', 280, 'DEV habw_mirror', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9638, '40100', 344, 'habbowheel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9639, '40110', 676, 'guitar_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9640, '40120', 21, 'guitar_v', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9641, '40130', 21, 'Habborella Poster 2 Life Buoy', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9642, '40140', 21, 'Habborella Poster 1 Porthole', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9643, '40150', 473, 'a0 xmas_light', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9644, '40160', 21, 'Habborella Poster 3 Anchor', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9645, '40170', 123, 'sw_swords', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9646, '40180', 123, 'sw_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9647, '40190', 123, 'sw_hole', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9648, '40200', 28, 'arabian_swords', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9649, '40210', 31, 'jp_sheet3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9650, '40220', 28, 'arabian_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9651, '40230', 198, 'md_logo_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9652, '40240', 31, 'jp_sheet1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9653, '40250', 198, 'md_can', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9654, '40260', 31, 'jp_sheet2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9655, '40270', 16, 'a0 roomdimmer', 12, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9656, '40280', 408, 'tiki_surfboard', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9657, '40290', 539, 'tampax_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9658, '40300', 408, 'tiki_wallplnt', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9659, '40310', 306, 'DEV window_single_default', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9660, '40320', 306, 'DEV window_double_default', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9661, '40330', 306, 'noob_window_double', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9662, '40340', 306, 'DEV window_chinese_wide', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9663, '40350', 306, 'DEV window_golden', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9664, '40360', 306, 'DEV window_square', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9665, '40370', 306, 'DEV window_romantic_narrow', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9666, '40380', 306, 'DEV window_chinese_narrow', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9667, '40390', 306, 'DEV window_70s_wide', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9668, '40400', 306, 'DEV window_70s_narrow', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9669, '40410', 306, 'DEV window_romantic_wide', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9670, '40420', 306, 'DEV window_basic', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9671, '40430', 543, 'ads_sunnyd', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9672, '40440', 306, 'DEV window_grunge', 1, 225, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9673, '40450', 306, 'DEV window_triple', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9674, '40460', 306, 'window_diner2', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9675, '40470', 346, 'ads_dave_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9676, '40480', 628, 'diner_walltable', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9677, '40490', 306, 'window_diner', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9678, '40500', 527, 'ads_nokia_logo', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9679, '40510', 541, 'easy_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9680, '40520', 272, 'DEV window_hole', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9681, '40530', 527, 'ads_nokia_phone', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9682, '40540', 306, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9683, '40560', 272, 'det_bhole', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9684, '40570', 540, 'netari_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9685, '40580', 346, 'ads_campguitar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9686, '40590', 389, 'hween08_rad', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9687, '40600', 389, 'a0 hw_08_xray', 3, 0, 0, 1, 0, 0, 18, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9688, '40610', 389, 'hween08_wndwb', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9689, '40620', 389, 'hween08_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9690, '40630', 389, 'hween08_bio', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9691, '40640', 389, 'hween08_xray', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9692, '40650', 30, 'a0 gothicfountain 2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9693, '40660', 33, 'party_led', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9694, '40670', 265, 'ads_cmusic', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9695, '40680', 33, 'party_wc_girl', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9696, '40690', 33, 'party_neon1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9697, '40700', 33, 'party_wc_boy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9698, '40710', 33, 'party_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9699, '40720', 33, 'party_neon4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9700, '40730', 33, 'party_neon2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9701, '40740', 33, 'party_neon5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9702, '40750', 33, 'party_neon3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9703, '40760', 475, 'xmas08_icewall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9704, '40770', 475, 'xmas08_wallpaper', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9705, '40780', 516, 'ads_clwall2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9706, '40790', 516, 'ads_clwall3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9707, '40800', 475, 'xmas_icewall', 3, 0, 0, 1, 0, 0, 367, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (9708, '40810', 529, 'ads_ob_wall', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9709, '40820', 516, 'ads_clwall1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9710, '40830', 119, 'ads_mall_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9711, '40840', 302, 'china_pstr1', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9712, '40850', 302, 'china_pstr2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9713, '40860', 302, 'china_light', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9714, '40870', 306, 'herry', 1, 225, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9715, '40880', 58, 'ads_idol_wall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9716, '40890', 121, 'ads_igorevilb', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9717, '40900', 121, 'ads_igor_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9718, '40910', 119, 'ads_mall_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9719, '40920', 119, 'ads_mall_winfur', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9720, '40930', 58, 'ads_idol_tv', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9721, '40940', 303, 'Lost City Window 1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9722, '40950', 303, 'lc_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9723, '40960', 303, 'Lost City Window 2', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9724, '40970', 303, 'lc_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9725, '40980', 119, 'ads_mall_wincin', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9726, '40990', 58, 'ads_idol_mirror', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9727, '41000', 119, 'ads_mall_winbea', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9728, '41010', 119, 'ads_mall_winmus', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9729, '41020', 499, 'eco_curtains2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9730, '41030', 119, 'ads_mall_winchi', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9731, '41040', 499, 'eco_curtains3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9732, '41050', 499, 'eco_curtains1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9733, '41060', 119, 'ads_mall_winspo', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9734, '41070', 304, 'exe_wfall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9735, '41080', 58, 'ads_idol_logo', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9736, '41090', 119, 'ads_mall_winice', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9737, '41100', 304, 'exe_map', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9738, '41110', 544, 'ads_puffet_tv', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9739, '41120', 346, 'ads_reebok_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9740, '41130', 531, 'ads_malaco_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9741, '41140', 282, 'country_forestwall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9742, '41150', 346, 'ads_lin_wh_c', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9743, '41160', 282, 'country_lantern', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9744, '41170', 282, 'country_fp', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9745, '41180', 282, 'country_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9746, '41190', 231, 'flag_norway', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9747, '41200', 628, 'diner_poster', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9748, '41210', 32, 'lt_jngl_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9749, '41220', 346, 'ads_mirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9750, '41230', 32, 'lt_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9751, '42200', 683, 'a2 slp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9752, '42210', 683, 'post_it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9753, '42220', 564, 'ads_veet', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9754, '42230', 36, 'sf_wall3', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9755, '42240', 36, 'sf_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9756, '42250', 119, 'ads_mall_wintra', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9757, '42260', 489, 'ads_wwe_poster', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9758, '42270', 36, 'sf_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9759, '42280', 36, 'sf_wall2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9760, '42290', 231, 'flag_belgium', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9761, '42300', 119, 'ads_mall_wingar', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9762, '42310', 231, 'flag_portugal', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9763, '42320', 34, 'rela_wall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9764, '42330', 59, 'ktchn_knives', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9765, '42340', 59, 'ktchn_oven', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9766, '42350', 59, 'ktchn_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9767, '42360', 119, 'ads_mall_winclo', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9768, '42370', 16, 'dimmer_swtch', 9, 10, 5, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9769, '42380', 16, 'dimmer_buttn', 4, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9770, '42390', 16, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9771, '42400', 16, 'dimmer_fuse6', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9772, '42410', 530, 'ads_mtv_bigtv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9773, '42420', 530, 'ads_mtv_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9774, '42430', 58, 'ads_idol_l_logo', 0, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9775, '42440', 272, 'urban_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9776, '42450', 58, 'ads_idol_l_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9777, '42460', 231, 'flag_peru', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9778, '42470', 390, 'hween09_crnr1', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9779, '42480', 231, 'flag_tunisia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9780, '42490', 231, 'flag_singapore', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9781, '42500', 231, 'flag_mexico', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9782, '42510', 231, 'flag_philippines', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9783, '42520', 231, 'flag_malaysia', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9784, '42530', 231, 'flag_greece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9785, '42540', 231, 'flag_venezl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9786, '42550', 231, 'flag_turkey', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9787, '42560', 231, 'flag_chile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9788, '42570', 390, 'hween09_wall1', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9789, '42580', 231, 'flag_columbia', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9790, '42590', 390, 'hween09_stonewall', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9791, '42600', 231, 'flag_newzealand', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9792, '42610', 231, 'flag_argentina', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9793, '42620', 231, 'flag_panama', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9794, '42630', 390, 'hween09_paint', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9795, '42640', 231, 'flag_morocco', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9796, '42650', 231, 'flag_dominicanrepublic', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9797, '42660', 390, 'hween09_curt', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9798, '42670', 590, 'byesw_loadscreen', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9799, '42680', 231, 'flag_ecuador', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9800, '42690', 390, 'hween09_treewall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9801, '42700', 231, 'flag_algeria', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9802, '42710', 390, 'hween09_win', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9803, '42720', 44, 'ads_twi_paint', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9804, '42730', 44, 'ads_twi_dreamc', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9805, '42740', 44, 'ads_twi_bwall1', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9806, '42750', 44, 'ads_twi_crest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9807, '42760', 44, 'ads_twi_bwall2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9808, '42770', 44, 'ads_twi_windw', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9809, '42780', 476, 'xm09_bauble_24', 3, 0, 0, 1, 0, 0, 124, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9810, '42790', 476, 'xm09_bauble_27', 3, 0, 0, 1, 0, 0, 127, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9811, '42800', 476, 'xm09_stocking', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9812, '42810', 476, 'xm09_bauble_17', 3, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9813, '42820', 476, 'xm09_bauble_4', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9814, '42830', 476, 'xm09_bauble_19', 3, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9815, '42840', 476, 'xm09_bauble_6', 3, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9816, '42850', 476, 'xm09_bauble_3', 3, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9817, '42860', 476, 'xm09_bauble_25', 3, 0, 0, 1, 0, 0, 125, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9818, '42870', 28, 'arabian_wall', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9819, '42880', 476, 'xm09_bauble_5', 3, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9820, '42890', 476, 'xm09_bauble_11', 3, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9821, '42900', 476, 'xm09_bauble_14', 3, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9822, '42910', 476, 'xm09_bauble_7', 3, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9823, '42920', 476, 'xm09_bauble_23', 3, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9824, '42930', 476, 'xm09_bauble_10', 3, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9825, '42940', 476, 'xm09_bauble_9', 3, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9826, '42950', 476, 'xm09_bauble_8', 3, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9827, '42960', 476, 'xm09_bauble_20', 3, 0, 0, 1, 0, 0, 45, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9828, '42970', 476, 'xm09_bauble_2', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9829, '42980', 476, 'xm09_bauble_18', 3, 0, 0, 1, 0, 0, 118, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9830, '42990', 476, 'xm09_bauble_13', 3, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9831, '43000', 476, 'xm09_bauble_1', 3, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9832, '43010', 476, 'xm09_bauble_15', 3, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9833, '43020', 476, 'xm09_bauble_22', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9834, '43030', 476, 'xm09_bauble_16', 3, 0, 0, 1, 0, 0, 116, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9835, '43040', 476, 'xm09_bauble_12', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9836, '43050', 476, 'xm09_bauble_21', 3, 0, 0, 1, 0, 0, 121, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9837, '43060', 476, 'xm09_bauble_26', 3, 0, 0, 1, 0, 0, 126, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9838, '43070', 476, 'xm09_firwall', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9839, '43080', 476, 'xm09_forestwall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9840, '43090', 476, 'xm09_infotv', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9841, '43100', 471, 'party_lights', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9842, '43110', 476, 'xm09_lodgewall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9843, '43120', 476, 'xm09_frplc', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9844, '43130', 469, '0', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9845, '43140', 302, 'china_pstr3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9846, '43150', 461, 'ads_tv_jaapuisto', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9847, '43160', 50, 'val09_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9848, '43170', 50, 'val09_wdrobe_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9849, '43180', 50, 'val09_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9850, '43190', 50, 'bling_sink', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9851, '43200', 50, 'val09_wdrobe_b', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9852, '43210', 50, 'bling_cabinet', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9853, '43220', 542, 'ads_percyw', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9854, '43230', 264, 'ads_boost_surfb', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9855, '43240', 516, 'ads_tlc_wheel', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9856, '43250', 401, 'garden_wall', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9857, '43260', 563, 'ads_tv_yle', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9858, '43270', 53, 'runway_shelf', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9859, '43280', 346, 'ads_latrobe_flag', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9860, '43290', 352, 'hc3_walldeco', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (9861, '43300', 527, 'ads_nokia_x6', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9862, '43310', 53, 'runway_fabric', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9863, '43320', 44, 'ads_target_wall', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9864, '43330', 561, 'ads_super_pop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9865, '43340', 546, 'ads_tv_chocapic_02', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9866, '43350', 546, 'ads_tv_chocapic_01', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9867, '43360', 403, 'bw_jaws', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9868, '43370', 534, 'ads_grefusa_surfb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9869, '43380', 59, 'ktchn10_cabnt', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9870, '43390', 444, 'hosptl_xray', 3, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9871, '43400', 391, 'hween10_fogwall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9872, '43410', 45, 'bb_painimies1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9873, '43420', 45, 'bb_painimies2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9874, '43430', 530, 'ads_mtv_bigtv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9875, '43440', 530, 'ads_mtv_tv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9876, '43450', 391, 'hween10_card_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9877, '43460', 391, 'hween10_card_1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9878, '43470', 391, 'hween10_card_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9879, '43480', 391, 'hween10_card_6', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9880, '43490', 391, 'hween10_wallskull', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9881, '43500', 391, 'hween10_card_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9882, '43510', 391, 'hween10_card_5', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9883, '43520', 527, 'ads_nokiax3_wall2', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9884, '43530', 527, 'ads_nokiax3_wall3', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9885, '43540', 527, 'ads_nokiax3_wall1', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9886, '43550', 527, 'ads_nokiax3_phn', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9887, '43560', 304, 'exe_sensor', 3, 0, 0, 1, 0, 0, 23, 10500, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9888, '43570', 478, 'qt_calendar2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9889, '43580', 520, 'ads_r7logo', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9890, '43590', 478, 'qt_calendar0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9891, '43600', 478, 'qt_calendar1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9892, '43610', 478, 'qt_xm10_bauble2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9893, '43620', 477, 'es_build1', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9894, '43630', 477, 'es_build4', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9895, '43640', 477, 'es_build2', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9896, '43650', 478, 'qt_xm10_bauble1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9897, '43660', 477, 'es_build3', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9898, '43670', 477, 'es_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9899, '4367', 683, 'vote_count_add', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9900, '43680', 478, 'qt_xm10_bauble3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9901, '43690', 478, 'qt_xm10_icestar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9902, '43700', 477, 'es_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9903, '43710', 477, 'es_big3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9904, '43720', 477, 'es_big2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9905, '43730', 275, 'year2011', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9906, '43740', 50, 'bling11_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9907, '43750', 50, 'bling11_wall4', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9908, '43760', 50, 'bling11_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9909, '43770', 50, 'bling11_wall3', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9910, '43780', 459, 'qt_val11_heartlights', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9911, '43790', 50, 'bling11_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9912, '43800', 30, 'gothic_st_glass', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9913, '43810', 263, 'ads_bigtv_missmix', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9914, '43820', 280, 'cine_light2', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9915, '43830', 280, 'cine_light1', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9916, '43840', 56, 'cubie_decal_3_b', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9917, '43850', 56, 'cubie_decklight_p', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9918, '43860', 56, 'cubie_decal_1_b', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9919, '43870', 56, 'cubie_decal_2_b', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9920, '43880', 56, 'cubie_decal_3_p', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9921, '43890', 56, 'cubie_wallshelf_b', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9922, '43900', 56, 'cubie_decal_1_p', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9923, '43910', 56, 'cubie_decal_3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9924, '43920', 56, 'cubie_wallshelf_p', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9925, '43930', 56, 'cubie_decal_2_p', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9926, '43940', 56, 'cubie_decklight_b', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9927, '43950', 56, 'cubie_decal_0', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9928, '43960', 57, 'waasa_wall_shelf2', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9929, '43970', 57, 'waasa_wall_shelf1', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9930, '43980', 379, 'easter11_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9931, '43990', 382, 'ads_suunvuorow', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9932, '44000', 462, 'ads_volkswagen_poster', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9933, '44010', 346, 'picture_car', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9934, '44020', 185, 'ads_kfp2_tv', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9935, '44030', 185, 'ads_kfp2_wall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9936, '44040', 104, 'dng_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9937, '44050', 305, 'ads_cchups_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9938, '44060', 272, 'sb_tag1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9939, '44070', 272, 'sb_wall', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9940, '44080', 272, 'sb_tag2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9941, '44090', 272, 'sb_tag3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9942, '44100', 554, 'ads_durex_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9943, '44110', 530, 'ads_mtv_wall', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9944, '44120', 407, 'summer_sunset_wall', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9945, '44130', 167, 'usva5_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9946, '44140', 165, 'usva3_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9947, '44150', 168, 'usva_wallrug', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9948, '44160', 166, 'usva4_wallrug', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9949, '44170', 164, 'usva2_wallrug', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9950, '44180', 467, 'school_chalkboard', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9951, '44190', 467, 'school_urinal', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9952, '44200', 467, 'school_wall', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9953, '44210', 467, 'school_charts', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9954, '44220', 467, 'school_toilet_wall', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9955, '44230', 106, 'boutique_lampwall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9956, '44240', 106, 'boutique_shrack2', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9957, '44250', 106, 'boutique_shrack1', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9958, '44260', 106, 'boutique_speakers', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9959, '44270', 106, 'boutique_clrack2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9960, '44280', 106, 'boutique_clrack1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9961, '44290', 552, 'ads_flag_un', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9962, '44300', 245, 'horse_pitchfork_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9963, '44310', 115, 'horse_stable_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9964, '44320', 115, 'horse_stable_wall_w', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9965, '44330', 245, 'horse_shoe_wall', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9966, '44340', 392, 'hween11_window', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9967, '44350', 479, 'xmas11_hd4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9968, '44360', 479, 'xmas11_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9969, '44370', 479, 'xmas11_hd2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9970, '44380', 479, 'xmas11_hd5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9971, '44390', 479, 'xmas11_hd3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9972, '44400', 479, 'xmas11_hd1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9973, '44410', 479, 'xmas11_hd6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9974, '44420', 301, 'ads_alvinsurf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9975, '44430', 479, 'xmas11_cuckoo', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9976, '44440', 532, 'ads_m6_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9977, '44450', 275, 'year2012', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9978, '44460', 412, 'snowb_mountain_wall', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9979, '44470', 231, 'flag_denmark', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9980, '44480', 468, 'urban_wall_china', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9981, '44490', 545, 'ads_antena3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9982, '44500', 479, 'xm11_stocking', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9983, '44510', 467, 'wallchair', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9984, '44520', 31, 'jp_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9985, '44530', 31, 'jp_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9986, '44540', 411, 'stone_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9987, '44550', 411, 'gardenshed_wall', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9988, '44560', 701, 'js_exe_wfall', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9989, '44570;50036', 523, 'football12_es', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9990, '44580;50038', 523, 'football12_it', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9991, '44590;50039', 523, 'football12_de', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9992, '44600;50037', 523, 'football12_pt', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9993, '44610', 120, 'anc_savanna_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9994, '44620', 120, 'anc_sunset_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9995, '44630', 686, 'lon_skyline', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9996, '44640', 393, 'hween12_dartboard', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9997, '44650', 74, 'hs_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9998, '44660', 74, 'hs_wlight', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (9999, '44670', 74, 'hs_applause', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10000, '44680', 481, 'xmas12_wall_in', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10001, '44690', 481, 'xmas12_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10002, '44700', 481, 'xmas12_wall_out', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10003, '44710', 481, 'xmas12_door', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10004, '44720', 481, 'xmas12_torch', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10005, '44750', 275, 'year2013', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10006, '44760', 67, 'ny2013_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10007, '44770', 302, 'china_pstr4', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10008, '44780', 454, 'val13_wall_2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10009, '44790', 454, 'val13_wall_3', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10010, '44800', 454, 'val13_wall_1', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10011, '44810', 24, 'pixel_clock_red', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10012, '44820', 24, 'pixel_walldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10013, '44830', 24, 'pixel_clock_pink', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10014, '44840', 24, 'pixel_mirror', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10015, '44850', 24, 'pixel_clock_black', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10016, '44860', 24, 'pixel_clock_green', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10017, '44870', 24, 'pixel_clock_blue', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10018, '44880', 24, 'pixel_wall_green', 3, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10019, '44890', 24, 'pixel_wall_red', 3, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10020, '44900', 24, 'pixel_painting_pink', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10021, '44910', 24, 'pixel_painting_green', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10022, '44920', 24, 'pixel_wall_pink', 3, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10023, '44930', 24, 'pixel_painting_black', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10024, '44940', 24, 'pixel_painting_blue', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10025, '44950', 24, 'pixel_painting_red', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10026, '44960', 24, 'pixel_wall_blue', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10027, '44970', 24, 'pixel_wall_black', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10028, '44980', 24, 'pixel_poster2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10029, '44990', 70, 'dimmer_steampunk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10030, '45000', 70, 'steampunk_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10031, '45010', 70, 'steampunk_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10032, '45020', 70, 'steampunk_window', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10033, '45030', 70, 'steampunk_map', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10034, '45040', 380, 'easter13_wall3', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10035, '45050', 380, 'easter13_window', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10036, '45060', 380, 'easter13_wall1', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10037, '45070', 380, 'easter13_wall2', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10038, '45080', 62, 'mystics_bwall', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10039, '45090', 62, 'mystics_gwall', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10040, '45100', 231, 'flag_austria', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10041, '45110', 272, 'grungewall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10042, '45120', 467, 'school_chalkboard2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10043, '45130', 280, 'cine_pstr_6', 3, 0, 0, 1, 0, 0, 146, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10044, '45140', 280, 'cine_pstr_4', 3, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10045, '45150', 280, 'cine_pstr_7', 3, 0, 0, 1, 0, 0, 147, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10046, '45160', 280, 'cine_pstr_8', 3, 0, 0, 1, 0, 0, 148, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10047, '45170', 280, 'cine_pstr_1', 3, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10048, '45180', 280, 'cine_pstr_5', 3, 0, 0, 1, 0, 0, 145, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10049, '45190', 280, 'cine_pstr_0', 3, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10050, '45200', 280, 'cine_pstr_3', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10051, '45210', 280, 'cine_pstr_9', 3, 0, 0, 1, 0, 0, 149, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10052, '45220', 280, 'cine_pstr_2', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10053, '45230', 683, 'habbopage_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10054, '45240', 346, 'brnd_cscape_wall', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10055, '45250', 527, 'ads_nokiax3_wallb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10056, '45260', 527, 'ads_nokiax3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10057, '45270', 429, 'builderwall_exp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10058, '45280', 429, 'test_habbopage_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10059, '45290', 280, 'cine_pstr_10', 3, 0, 0, 1, 0, 0, 150, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10060, '45300', 354, 'hc_exe_wfall', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10061, '45310', 466, 'post_it_xmas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10062, '45320', 275, 'year2014', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10063, '45330', 466, 'post_it_dreams', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10064, '45340', 302, 'china_pstr5', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10065, '45350', 494, 'storieshero_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10066, '45360', 274, 'external_image_wallitem', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10067, '45370', 299, 'val14_wall1', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10068, '45380', 299, 'val14_wall3', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10069, '45390', 299, 'val14_wall2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10070, '45400', 466, 'post_it_shakesp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10071, '45410', 274, 'external_image_wallitem_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10072, '45420', 53, 'runway_fabric2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10073, '45430', 509, 'stories_sch_glass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10074, '45440', 381, 'easter14_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10075, '45450', 491, 'diamond_painting6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10076, '45450', 491, 'diamond_painting6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10077, '45460', 491, 'diamond_painting4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10078, '45460', 491, 'diamond_painting4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10079, '45470', 491, 'diamond_painting2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10080, '45470', 491, 'diamond_painting2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10081, '45480', 491, 'diamond_painting5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10082, '45480', 491, 'diamond_painting5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10083, '45490', 491, 'diamond_painting1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10084, '45500', 491, 'diamond_painting3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10085, '45500', 491, 'diamond_painting3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10086, '45510', 110, 'vikings_banner_r', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10087, '45520', 110, 'vikings_banner_g', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10088, '45530', 110, 'vikings_wallshield_g', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10089, '45540', 110, 'vikings_wallshield_r', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10090, '45550', 110, 'vikings_wall_g', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10091, '45560', 110, 'vikings_wall_r', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10092, '45570', 466, 'post_it_juninas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10093, '45580', 257, 'hblooza14_wall', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10094, '45590', 112, 'wildwest_wallpaper', 3, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10095, '45600', 112, 'st_wildwest_wallskull', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10096, '45610', 114, 'uni_floppy', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10097, '45620', 114, 'uni_fairylights', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10098, '45630', 114, 'uni_poster1', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10099, '45640', 114, 'uni_pinupgirl', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10100, '45650', 114, 'uni_hipdeer', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10101, '45660', 114, 'uni_poster2', 3, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10102, '45670', 210, 'uni_libraryshelf', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10103, '45680', 114, 'uni_coatrack', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10104, '45690', 114, 'uni_girlcoatrack', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10105, '45700', 114, 'uni_pinupboy', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10106, '45710', 114, 'uni_vinyl', 3, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10107, '45720', 114, 'uni_moustache', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10108, '45730', 182, 'bathroom_wall4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10109, '45740', 182, 'bathroom_wall1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10110, '45750', 182, 'bathroom_wall3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10111, '45760', 182, 'bathroom_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10112, '45770', 114, 'st_uni_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10113, '45780', 395, 'hween14_stainglass', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10114, '45790', 395, 'hween14_hcglass', 3, 0, 0, 1, 0, 0, -14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10115, '45800', 395, 'hween14_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10116, '45810', 274, 'external_image_wallitem_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10117, '45820', 280, 'cine_pstr_11', 3, 0, 0, 1, 0, 0, 151, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10118, '45830', 280, 'cine_pstr_18', 3, 0, 0, 1, 0, 0, 158, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10119, '45840', 280, 'cine_pstr_16', 3, 0, 0, 1, 0, 0, 156, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10120, '45850', 280, 'cine_pstr_12', 3, 0, 0, 1, 0, 0, 152, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10121, '45860', 280, 'cine_pstr_19', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10122, '45870', 280, 'cine_pstr_13', 3, 0, 0, 1, 0, 0, 153, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10123, '45880', 280, 'cine_pstr_15', 3, 0, 0, 1, 0, 0, 155, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10124, '45890', 280, 'cine_pstr_14', 3, 0, 0, 1, 0, 0, 154, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10125, '45900', 280, 'cine_pstr_17', 3, 0, 0, 1, 0, 0, 157, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10126, '45910', 280, 'st_pstr_felipe', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10127, '45920', 355, 'hc_arab_wndw', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10128, '45930', 355, 'hc_arab_swords', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10129, '45940', 456, 'val15_fujiwall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10130, '45950', 116, 'attic15_wall', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10131, '45960', 116, 'attic15_painting', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10132, '45970', 274, 'external_image_wallitem_poster_small', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10133, '45980', 741, 'carnival15_wallmask', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10134, '45990', 118, 'cpunk_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10135, '46000', 302, 'china_pstr6', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10136, '46010', 429, 'cypunk_c15_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10137, '46020', 400, 'cland_c15_wall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10138, '46030', 491, 'diamond_painting9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10139, '46040', 491, 'diamond_painting18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10140, '46050', 491, 'diamond_painting17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10141, '46060', 491, 'diamond_painting15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10142, '46070', 491, 'diamond_painting16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10143, '46080', 491, 'diamond_painting14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10144, '46090', 491, 'diamond_painting13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10145, '46100', 491, 'diamond_painting10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10146, '46110', 491, 'diamond_painting7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10147, '46120', 491, 'diamond_painting12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10148, '46130', 491, 'diamond_painting11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10149, '46140', 158, 'army15_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10150, '46150', 158, 'army_c15_insig', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10151, '46160', 158, 'army15_largescreen', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10152, '46170', 158, 'army_c15_wall', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10153, '46180', 199, 'dino_c15_wallpiece', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10154, '46190', 161, 'paris_c15_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10155, '46200', 18, 'lodge_c15_window', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10156, '46210', 18, 'lodge_c15_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10157, '46220', 104, 'drago_c15_flag', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10158, '46230', 120, 'anc_c15_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10159, '46240', 408, 'tiki_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10160, '46250', 304, 'exe_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10161, '46260', 35, 'romantique_c15_wall', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10162, '46270', 50, 'bling_c15_wall', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10163, '46280', 396, 'hween_c15_sky', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10164, '46290', 280, 'cine_pstr_20', 3, 0, 0, 1, 0, 0, 160, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10165, '46300', 59, 'ktchn_c15_cupboard', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10166, '46310', 49, 'gift_hhome', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10167, '46320', 727, 'gold_c15_arc_icewall', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10168, '46330', 485, 'xmas_c15_advent9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10169, '46340', 485, 'xmas_c15_advent10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10170, '46350', 302, 'Monkey Poster', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10171, '46360', 268, 'gothic_r16_fountain', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10172, '46370', 280, 'super_c16_pstriron', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10173, '46380', 280, 'super_c16_pstrcat', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10174, '46390', 280, 'super_c16_pstrsulk', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10175, '46400', 280, 'super_c16_pstrlove', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10176, '46410', 697, 'olympics_c16_walldecal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10177, '46420', 486, 'xmas_c16_painting', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10178, '46430', 362, 'classic5_window', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10179, '46440', 302, 'Rooster Poster', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10180, '46450', 119, 'mall_c17_winclo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10181, '46460', 119, 'mall_c17_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10182, '46470', 119, 'mall_c17_winspo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10183, '46480', 383, 'easter_c17_countrybg', 3, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10184, '46490', 275, 'year2018', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10185, '46500', 357, 'hc17_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10186, '46510', 302, 'china_pstr9', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10187, '46520', 424, 'coralking_c18_seabg', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10188, '46530', 491, 'diamond_painting26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10189, '46540', 491, 'diamond_painting28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10190, '46550', 491, 'diamond_painting27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10191, '46560', 491, 'diamond_painting23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10192, '46570', 491, 'diamond_painting21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10193, '46580', 491, 'diamond_painting20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10194, '46590', 491, 'diamond_painting19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10195, '46600', 491, 'diamond_painting24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10196, '46610', 491, 'diamond_painting29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10197, '46620', 491, 'diamond_painting30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10198, '46630', 491, 'diamond_painting22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10199, '46640', 491, 'diamond_painting25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10200, '46650', 399, 'hween_c18_labwallpanel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10201, '46660', 488, 'xmas_c18_starrybg', 3, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10202, '46670', 275, 'year2019', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10203, '46680', 302, 'china_pstr10', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10204, '46690', 385, 'easter_c19_forrestbg', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10205, '46700', 525, 'fest_c19_bgwall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10206, '46710', 491, 'diamond_painting37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10207, '46720', 491, 'diamond_painting33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10208, '46730', 491, 'diamond_painting31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10209, '46740', 491, 'diamond_painting36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10210, '46750', 491, 'diamond_painting40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10211, '46760', 491, 'diamond_painting35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10212, '46770', 491, 'diamond_painting41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10213, '46780', 491, 'diamond_painting32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10214, '46790', 491, 'diamond_painting38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10215, '46800', 491, 'diamond_painting34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10216, '46810', 433, 'celestial_c19_wall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10217, '46820', 433, 'celestial_c19_constellations', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10218, '46830', 521, 'hween_c19_mistywoodsbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10219, '46840', 302, 'china_pstr11', 3, 0, 0, 1, 0, 0, 368, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10220, '46850', 275, 'year2020', 3, 0, 0, 1, 0, 0, 369, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10221, '46860', 517, 'art_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10222, '46870', 517, 'art_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10223, '46880', 696, 'india_c20_sunsetbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10224, '46890', 491, 'diamond_painting52', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10225, '46900', 491, 'diamond_painting42', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10226, '46910', 491, 'diamond_painting46', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10227, '46920', 491, 'diamond_painting51', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10228, '46930', 491, 'diamond_painting44', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10229, '46940', 491, 'diamond_painting45', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10230, '46950', 491, 'diamond_painting43', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10231, '50000', 75, 'a0 pet0', 20, 0, 0, 1, 0, 0, 0, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10232, '50001', 76, 'a0 pet1', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10233, '50002', 77, 'a0 pet2', 20, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10234, '50003', 78, 'a0 pet3', 20, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10235, '50004', 79, 'a0 pet4', 20, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10236, '50005', 80, 'a0 pet5', 20, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10237, '50006', 81, 'a0 pet6', 20, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10238, '50007', 82, 'a0 pet7', 20, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10239, '50008', 83, 'a0 pet8', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10240, '50009', 84, 'a0 pet9', 20, 0, 0, 1, 0, 0, 9, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10241, '50010', 85, 'a0 pet10', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10242, '50011', 86, 'a0 pet11', 15, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10243, '50012', 87, 'a0 pet12', 12, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10244, '50014', 88, 'a0 pet14', 20, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10245, '50015', 89, 'a0 pet15', 20, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10246, '50017', 90, 'a0 pet17', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10247, '50018', 91, 'a0 pet18', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10248, '50019', 92, 'a0 pet19', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10249, '50020', 93, 'a0 pet20', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10250, '50021', 94, 'a0 pet21', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10251, '50022', 95, 'a0 pet22', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10252, '50023', 96, 'a0 pet23', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10253, '50024', 97, 'a0 pet24', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10254, '50025', 98, 'a0 pet25', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10255, '50028', 99, 'a0 pet28', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10256, '50029', 100, 'a0 pet29', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10257, '50030', 101, 'a0 pet30', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10258, '50031', 429, 'a0 pet31', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10259, '50032', 685, 'a0 pet32', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10260, '50035', 681, 'a0 pet35', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10261, '50037', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10262, '50038', 683, 'Football_IT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10263, '50039', 683, 'Football_DE', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10264, '40010', 21, 'poster 1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '1', '1', '0');
INSERT INTO `catalog_items` VALUES (10265, '40010', 21, 'poster 2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '2', '1', '0');
INSERT INTO `catalog_items` VALUES (10266, '40010', 21, 'poster 3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '3', '1', '0');
INSERT INTO `catalog_items` VALUES (10267, '40010', 21, 'poster 4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '4', '1', '0');
INSERT INTO `catalog_items` VALUES (10268, '40010', 21, 'poster 5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '5', '1', '0');
INSERT INTO `catalog_items` VALUES (10269, '40010', 21, 'poster 6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '6', '1', '0');
INSERT INTO `catalog_items` VALUES (10270, '40010', 21, 'poster 7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '7', '1', '0');
INSERT INTO `catalog_items` VALUES (10271, '40010', 21, 'poster 8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '8', '1', '0');
INSERT INTO `catalog_items` VALUES (10272, '40010', 21, 'poster 9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '9', '1', '0');
INSERT INTO `catalog_items` VALUES (10273, '40010', 21, 'poster 10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '10', '1', '0');
INSERT INTO `catalog_items` VALUES (10274, '40010', 21, 'poster 11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '11', '1', '0');
INSERT INTO `catalog_items` VALUES (10275, '40010', 21, 'poster 12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '12', '1', '0');
INSERT INTO `catalog_items` VALUES (10276, '40010', 21, 'poster 13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '13', '1', '0');
INSERT INTO `catalog_items` VALUES (10277, '40010', 21, 'poster 14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '14', '1', '0');
INSERT INTO `catalog_items` VALUES (10278, '40010', 21, 'poster 15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '15', '1', '0');
INSERT INTO `catalog_items` VALUES (10279, '40010', 21, 'poster 16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '16', '1', '0');
INSERT INTO `catalog_items` VALUES (10280, '40010', 21, 'poster 17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '17', '1', '0');
INSERT INTO `catalog_items` VALUES (10281, '40010', 21, 'poster 18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '18', '1', '0');
INSERT INTO `catalog_items` VALUES (10282, '40010', 21, 'poster 19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '19', '1', '0');
INSERT INTO `catalog_items` VALUES (10283, '40010', 21, 'poster 20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '20', '1', '0');
INSERT INTO `catalog_items` VALUES (10284, '40010', 21, 'poster 21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '21', '1', '0');
INSERT INTO `catalog_items` VALUES (10285, '40010', 21, 'poster 22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '22', '1', '0');
INSERT INTO `catalog_items` VALUES (10286, '40010', 21, 'poster 23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '23', '1', '0');
INSERT INTO `catalog_items` VALUES (10287, '40010', 21, 'poster 24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '24', '1', '0');
INSERT INTO `catalog_items` VALUES (10288, '40010', 21, 'poster 25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '25', '1', '0');
INSERT INTO `catalog_items` VALUES (10289, '40010', 21, 'poster 26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '26', '1', '0');
INSERT INTO `catalog_items` VALUES (10290, '40010', 21, 'poster 27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '27', '1', '0');
INSERT INTO `catalog_items` VALUES (10291, '40010', 21, 'poster 28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '28', '1', '0');
INSERT INTO `catalog_items` VALUES (10292, '40010', 21, 'poster 29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '29', '1', '0');
INSERT INTO `catalog_items` VALUES (10293, '40010', 21, 'poster 30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '30', '1', '0');
INSERT INTO `catalog_items` VALUES (10294, '40010', 21, 'poster 31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '31', '1', '0');
INSERT INTO `catalog_items` VALUES (10295, '40010', 21, 'poster 32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '32', '1', '0');
INSERT INTO `catalog_items` VALUES (10296, '40010', 21, 'poster 33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '33', '1', '0');
INSERT INTO `catalog_items` VALUES (10297, '40010', 21, 'poster 34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '34', '1', '0');
INSERT INTO `catalog_items` VALUES (10298, '40010', 21, 'poster 35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '35', '1', '0');
INSERT INTO `catalog_items` VALUES (10299, '40010', 21, 'poster 36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '36', '1', '0');
INSERT INTO `catalog_items` VALUES (10300, '40010', 21, 'poster 37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '37', '1', '0');
INSERT INTO `catalog_items` VALUES (10301, '40010', 21, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '38', '1', '0');
INSERT INTO `catalog_items` VALUES (10302, '40010', 21, 'poster 39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '39', '1', '0');
INSERT INTO `catalog_items` VALUES (10303, '40010', 21, 'poster 40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '40', '1', '0');
INSERT INTO `catalog_items` VALUES (10304, '40010', 21, 'poster 41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '41', '1', '0');
INSERT INTO `catalog_items` VALUES (10305, '40010', 21, 'poster 42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '42', '1', '0');
INSERT INTO `catalog_items` VALUES (10306, '40010', 21, 'poster 43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '43', '1', '0');
INSERT INTO `catalog_items` VALUES (10307, '40010', 21, 'poster 44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '44', '1', '0');
INSERT INTO `catalog_items` VALUES (10308, '40010', 21, 'poster 45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '45', '1', '0');
INSERT INTO `catalog_items` VALUES (10309, '40010', 21, 'poster 46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '46', '1', '0');
INSERT INTO `catalog_items` VALUES (10310, '40010', 21, 'poster 47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '47', '1', '0');
INSERT INTO `catalog_items` VALUES (10311, '40010', 21, 'poster 48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '48', '1', '0');
INSERT INTO `catalog_items` VALUES (10312, '40010', 21, 'poster 49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '49', '1', '0');
INSERT INTO `catalog_items` VALUES (10313, '40010', 21, 'poster 51', 4, 0, 0, 1, 0, 0, 50, -1, 0, '50', '1', '0');
INSERT INTO `catalog_items` VALUES (10314, '40010', 21, 'poster 52', 4, 0, 0, 1, 0, 0, 51, -1, 0, '51', '1', '0');
INSERT INTO `catalog_items` VALUES (10315, '40010', 21, 'poster 53', 4, 0, 0, 1, 0, 0, 25, -1, 0, '52', '1', '0');
INSERT INTO `catalog_items` VALUES (10316, '40010', 21, 'poster 54', 4, 0, 0, 1, 0, 0, 26, -1, 0, '53', '1', '0');
INSERT INTO `catalog_items` VALUES (10317, '40010', 21, 'poster 55', 4, 0, 0, 1, 0, 0, 54, -1, 0, '54', '1', '0');
INSERT INTO `catalog_items` VALUES (10318, '40010', 21, 'poster 56', 4, 0, 0, 1, 0, 0, 27, -1, 0, '55', '1', '0');
INSERT INTO `catalog_items` VALUES (10319, '40010', 21, 'poster 57', 4, 0, 0, 1, 0, 0, 28, -1, 0, '56', '1', '0');
INSERT INTO `catalog_items` VALUES (10320, '40010', 21, 'poster 58', 4, 0, 0, 1, 0, 0, 57, -1, 0, '57', '1', '0');
INSERT INTO `catalog_items` VALUES (10321, '40010', 21, 'poster 59', 4, 0, 0, 1, 0, 0, 58, -1, 0, '58', '1', '0');
INSERT INTO `catalog_items` VALUES (10322, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 59, -1, 0, '500', '1', '0');
INSERT INTO `catalog_items` VALUES (10323, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 60, -1, 0, '501', '1', '0');
INSERT INTO `catalog_items` VALUES (10324, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 29, -1, 0, '502', '1', '0');
INSERT INTO `catalog_items` VALUES (10325, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 30, -1, 0, '503', '1', '0');
INSERT INTO `catalog_items` VALUES (10326, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 63, -1, 0, '504', '1', '0');
INSERT INTO `catalog_items` VALUES (10327, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 64, -1, 0, '505', '1', '0');
INSERT INTO `catalog_items` VALUES (10328, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 65, -1, 0, '506', '1', '0');
INSERT INTO `catalog_items` VALUES (10329, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 66, -1, 0, '507', '1', '0');
INSERT INTO `catalog_items` VALUES (10330, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 31, -1, 0, '508', '1', '0');
INSERT INTO `catalog_items` VALUES (10331, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 32, -1, 0, '509', '1', '0');
INSERT INTO `catalog_items` VALUES (10332, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 33, -1, 0, '510', '1', '0');
INSERT INTO `catalog_items` VALUES (10333, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 70, -1, 0, '511', '1', '0');
INSERT INTO `catalog_items` VALUES (10334, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 34, -1, 0, '512', '1', '0');
INSERT INTO `catalog_items` VALUES (10335, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 35, -1, 0, '513', '1', '0');
INSERT INTO `catalog_items` VALUES (10336, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 36, -1, 0, '514', '1', '0');
INSERT INTO `catalog_items` VALUES (10337, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 37, -1, 0, '515', '1', '0');
INSERT INTO `catalog_items` VALUES (10338, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 75, -1, 0, '516', '1', '0');
INSERT INTO `catalog_items` VALUES (10339, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 76, -1, 0, '517', '1', '0');
INSERT INTO `catalog_items` VALUES (10340, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 77, -1, 0, '518', '1', '0');
INSERT INTO `catalog_items` VALUES (10341, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 78, -1, 0, '520', '1', '0');
INSERT INTO `catalog_items` VALUES (10342, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 79, -1, 0, '521', '1', '0');
INSERT INTO `catalog_items` VALUES (10343, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '522', '1', '0');
INSERT INTO `catalog_items` VALUES (10344, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 81, -1, 0, '523', '1', '0');
INSERT INTO `catalog_items` VALUES (10345, '40010', 429, 'poster 38', 4, 0, 0, 1, 0, 0, 82, -1, 0, '599', '1', '0');
INSERT INTO `catalog_items` VALUES (10346, '40010', 21, 'poster 1000', 4, 0, 0, 1, 0, 0, 83, -1, 0, '1000', '1', '0');
INSERT INTO `catalog_items` VALUES (10347, '40010', 21, 'poster 1001', 4, 0, 0, 1, 0, 0, 84, -1, 0, '1001', '1', '0');
INSERT INTO `catalog_items` VALUES (10348, '40010', 21, 'poster 1002', 4, 0, 0, 1, 0, 0, 39, -1, 0, '1002', '1', '0');
INSERT INTO `catalog_items` VALUES (10349, '40010', 21, 'poster 1003', 4, 0, 0, 1, 0, 0, 86, -1, 0, '1003', '1', '0');
INSERT INTO `catalog_items` VALUES (10350, '40010', 21, 'poster 1004', 4, 0, 0, 1, 0, 0, 87, -1, 0, '1004', '1', '0');
INSERT INTO `catalog_items` VALUES (10351, '40010', 21, 'poster 1005', 4, 0, 0, 1, 0, 0, 88, -1, 0, '1005', '1', '0');
INSERT INTO `catalog_items` VALUES (10352, '40010', 21, 'poster 1006', 4, 0, 0, 1, 0, 0, 89, -1, 0, '1006', '1', '0');
INSERT INTO `catalog_items` VALUES (10353, '40010', 21, 'poster 2000', 4, 0, 0, 1, 0, 0, 90, -1, 0, '2000', '1', '0');
INSERT INTO `catalog_items` VALUES (10354, '40010', 21, 'poster 2001', 4, 0, 0, 1, 0, 0, 91, -1, 0, '2001', '1', '0');
INSERT INTO `catalog_items` VALUES (10355, '40010', 21, 'poster 2002', 4, 0, 0, 1, 0, 0, 92, -1, 0, '2002', '1', '0');
INSERT INTO `catalog_items` VALUES (10356, '40010', 21, 'poster 2003', 4, 0, 0, 1, 0, 0, 93, -1, 0, '2003', '1', '0');
INSERT INTO `catalog_items` VALUES (10357, '40010', 21, 'poster 2009', 4, 0, 0, 1, 0, 0, 94, -1, 0, '2004', '1', '0');
INSERT INTO `catalog_items` VALUES (10358, '40010', 663, 'poster 38', 0, 7200, 5, 1, 0, 0, 32, -1, 0, '2005', '1', '0');
INSERT INTO `catalog_items` VALUES (10359, '40010', 21, 'poster 2006', 4, 0, 0, 1, 0, 0, 41, -1, 0, '2006', '1', '0');
INSERT INTO `catalog_items` VALUES (10360, '40010', 21, 'poster 2007', 4, 0, 0, 1, 0, 0, 97, -1, 0, '2007', '1', '0');
INSERT INTO `catalog_items` VALUES (10361, '40010', 21, 'poster 2008', 4, 0, 0, 1, 0, 0, 98, -1, 0, '2008', '1', '0');
INSERT INTO `catalog_items` VALUES (10362, '59964', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10363, '2607', 254, 'SONG ElectricPixels', 0, 150, 0, 1, 0, 0, 1, -1, 25, 'electric_pixels', '1', '0');
INSERT INTO `catalog_items` VALUES (10364, '2607', 254, 'SONG LostMyTapesAtGoa', 0, 150, 0, 1, 0, 0, 2, -1, 23, 'lost_my_tapes_at_goa', '1', '0');
INSERT INTO `catalog_items` VALUES (10365, '2607', 254, 'SONG EpicFlail', 0, 150, 0, 1, 0, 0, 3, -1, 21, 'epic_flail', '1', '0');
INSERT INTO `catalog_items` VALUES (10366, '2607', 254, 'SONG Xmas2011', 1, 0, 0, 1, 0, 0, 4, -1, 26, 'xmas_2011', '1', '0');
INSERT INTO `catalog_items` VALUES (10367, '2607', 254, 'SONG WhoDaresStacks', 1, 0, 0, 1, 0, 0, 5, -1, 27, 'who_dares_stacks', '1', '0');
INSERT INTO `catalog_items` VALUES (10368, '2607', 254, 'SONG GalacticDisco', 1, 0, 0, 1, 0, 0, 6, -1, 24, 'galactic_disco', '1', '0');
INSERT INTO `catalog_items` VALUES (10369, '2607', 254, 'SONG AlleyCatInTrouble', 1, 0, 0, 1, 0, 0, 7, -1, 22, 'alley_cat_in_trouble', '1', '0');
INSERT INTO `catalog_items` VALUES (10370, '2607', 254, 'SONG Trax_1', 1, 0, 0, 1, 0, 0, 8, -1, 15, 'party_trax', '1', '0');
INSERT INTO `catalog_items` VALUES (10371, '2607', 254, 'SONG double_peks', 1, 0, 0, 1, 0, 0, 9, -1, 14, 'double_peks', '1', '0');
INSERT INTO `catalog_items` VALUES (10372, '2607', 254, 'SONG Trax_2', 1, 0, 0, 1, 0, 0, 10, -1, 20, 'chilled_trax', '1', '0');
INSERT INTO `catalog_items` VALUES (10373, '2607', 254, 'SONG Weirdodo', 1, 0, 0, 1, 0, 0, 10, -1, 13, 'weirdodo', '1', '0');
INSERT INTO `catalog_items` VALUES (10374, '2607', 254, 'SONG Haadolocknloll', 1, 0, 0, 1, 0, 0, 12, -1, 12, 'haadolocknloll', '1', '0');
INSERT INTO `catalog_items` VALUES (10375, '2607', 254, 'SONG TeemuP1', 1, 0, 0, 1, 0, 0, 12, -1, 11, 'good_trade', '1', '0');
INSERT INTO `catalog_items` VALUES (10376, '2607', 254, 'SONG TeemuP2', 1, 0, 0, 1, 0, 0, 14, -1, 1, 'ballad_of_bonnie', '1', '0');
INSERT INTO `catalog_items` VALUES (10377, '2607', 254, 'SONG bossanova', 1, 0, 0, 1, 0, 0, 13, -1, 2, 'bossa_nova', '1', '0');
INSERT INTO `catalog_items` VALUES (10378, '2607', 254, 'SONG disco_extreme', 1, 0, 0, 1, 0, 0, 14, -1, 10, 'disco_extreme', '1', '0');
INSERT INTO `catalog_items` VALUES (10379, '2607', 254, 'SONG klubhaus', 1, 0, 0, 1, 0, 0, 17, -1, 9, 'klub_haus', '1', '0');
INSERT INTO `catalog_items` VALUES (10380, '2607', 254, 'SONG limbertake', 1, 0, 0, 1, 0, 0, 18, -1, 8, 'limber_take', '1', '0');
INSERT INTO `catalog_items` VALUES (10381, '2607', 254, 'SONG miamimiamor', 1, 0, 0, 1, 0, 0, 19, -1, 7, 'miami_miamor', '1', '0');
INSERT INTO `catalog_items` VALUES (10382, '2607', 254, 'SONG new_song', 1, 0, 0, 1, 0, 0, 20, -1, 6, 'gold_coin_digger', '1', '0');
INSERT INTO `catalog_items` VALUES (10383, '2607', 254, 'SONG ParkAdventure', 1, 0, 0, 1, 0, 0, 21, -1, 18, 'park_adventure', '1', '0');
INSERT INTO `catalog_items` VALUES (10384, '2607', 254, 'SONG pianissimo', 1, 0, 0, 1, 0, 0, 15, -1, 4, 'pianissimo', '1', '0');
INSERT INTO `catalog_items` VALUES (10385, '2607', 254, 'SONG RnB_Swat_Teem', 1, 0, 0, 1, 0, 0, 23, -1, 17, 'rnb_swat_teem', '1', '0');
INSERT INTO `catalog_items` VALUES (10386, '2960', 605, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10387, '1656', 605, 'a10 queue', 2, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10388, '19894', 13, 'floor_single_501', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10389, '19894', 13, 'floor_single_502', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10390, '19894', 13, 'floor_single_503', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10391, '19894', 13, 'floor_single_504', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10392, '19894', 13, 'floor_single_505', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10393, '19894', 13, 'floor_single_506', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10394, '19894', 13, 'floor_single_507', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10395, '19894', 13, 'floor_single_601', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10396, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10397, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10398, '19894', 13, 'floor_single_604', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10399, '19894', 13, 'floor_single_605', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10400, '19894', 13, 'floor_single_606', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10401, '19894', 13, 'floor_single_607', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10402, '19894', 13, 'floor_single_608', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10403, '19894', 13, 'floor_single_609', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10404, '19894', 13, 'floor_single_610', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10405, '19926', 13, 'landscape_single_1.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10406, '19926', 13, 'landscape_single_2.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10407, '19926', 13, 'landscape_single_3.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10408, '19926', 13, 'landscape_single_4.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10409, '19926', 13, 'landscape_single_5.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10410, '19926', 13, 'landscape_single_6.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10411, '19926', 13, 'landscape_single_7.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10412, '19926', 13, 'landscape_single_1.2', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10413, '19926', 13, 'landscape_single_1.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10414, '19926', 13, 'landscape_single_2.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10415, '19926', 13, 'landscape_single_3.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10416, '19926', 13, 'landscape_single_4.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10417, '19926', 13, 'landscape_single_5.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10418, '19926', 13, 'landscape_single_6.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10419, '19926', 13, 'landscape_single_7.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10420, '19926', 13, 'landscape_single_1.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10421, '19926', 13, 'landscape_single_2.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10422, '19926', 13, 'landscape_single_3.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10423, '19926', 13, 'landscape_single_4.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10424, '19926', 13, 'landscape_single_5.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10425, '19926', 13, 'landscape_single_6.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10426, '19926', 13, 'landscape_single_7.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10427, '19926', 13, 'landscape_single_1.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10428, '19926', 13, 'landscape_single_2.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10429, '19926', 13, 'landscape_single_3.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10430, '19926', 13, 'landscape_single_4.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10431, '19926', 13, 'landscape_single_5.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10432, '19926', 13, 'landscape_single_6.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10433, '19926', 13, 'landscape_single_7.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10434, '19926', 13, 'landscape_single_1.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10435, '19926', 13, 'landscape_single_2.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10436, '19926', 13, 'landscape_single_3.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10437, '19926', 13, 'landscape_single_4.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10438, '19926', 13, 'landscape_single_5.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10439, '19926', 13, 'landscape_single_6.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10440, '19926', 13, 'landscape_single_7.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10441, '19926', 13, 'landscape_single_1.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10442, '19926', 13, 'landscape_single_2.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10443, '19926', 13, 'landscape_single_3.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10444, '19926', 13, 'landscape_single_4.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10445, '19926', 13, 'landscape_single_5.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10446, '19926', 13, 'landscape_single_6.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10447, '19926', 13, 'landscape_single_7.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10448, '19926', 13, 'landscape_single_1.8', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10449, '19926', 13, 'landscape_single_1.9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10450, '19926', 13, 'landscape_single_1.10', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10451, '19926', 13, 'landscape_single_1.11', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10452, '19926', 13, 'landscape_single_7.12', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10453, '42380', 605, 'dimmer_buttn', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10454, '135', 605, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10455, '3589', 605, 'ktchn10_block', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10456, '3261', 605, 'ktchn_countr_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10457, '1898', 605, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10458, '2503', 605, 'bed_budget_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10459, '246', 605, 'a1 armdiv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10460, '1984', 605, 'divider_nor4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10461, '42390', 605, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10462, '3214', 605, 'sf_tele', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10463, '1655', 605, 'a10 queue', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10464, '135', 606, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10465, '55', 606, 'A1 JAA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10466, '4628', 606, 'js_exe_sofa', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10467, '8798', 606, 'purablk_c16_mdl3_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10468, '8830', 606, 'purablk_c16_mdl5_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10469, '2960', 606, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10470, '2517', 606, 'pura_mdl5_9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10471, '8851', 606, 'purablk_c16_mdl4_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10472, '1817', 606, 'soft_sofa_norja_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10473, '8831', 606, 'purablk_c16_mdl5_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10474, '3993', 606, 'picnic_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10475, '174', 606, 'A2 AMME', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10476, '3981', 606, 'picnic_pillow_yel', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10477, '3988', 606, 'picnic_pillow_blu', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10478, '3992', 606, 'picnic_pillow', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10479, '3125', 606, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10480, '3961', 606, 'anna_sofa_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10481, '1818', 606, 'soft_sofa_norja_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10482, '3570', 606, 'bw_van_p', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10483, '35', 606, 'sofa_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10484, '3260', 607, 'ktchn_desk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10485, '54', 607, 'A1 PPA', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10486, '4632', 607, 'js_exe_s_table', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10487, '25', 607, 'A1 LTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10488, '130', 607, 'A1 BTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10489, '3953', 607, 'anna_table_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10490, '153', 607, 'smooth_table_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10491, '48', 608, 'A2 S2A', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10492, '1898', 608, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10493, '1899', 608, 'bed_polyfon_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10494, '2937', 608, 'hween08_bed2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10495, '4898', 608, 'pixel_bed_red', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10496, '10096', 608, 'coralking_c18_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10497, '245', 609, 'a1 armkp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10498, '246', 609, 'a1 armdiv', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10499, '1951', 609, 'divider_nor2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10500, '3077', 609, 'lc_coral_divider_low', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10501, '3078', 609, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10502, '250', 609, 'divider_nor2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10503, '3642', 224, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10504, '5832', 224, 'easter14_teleport', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10505, '2978', 224, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10506, '3214', 224, 'sf_tele', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10507, '3550', 224, 'bw_tele', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10508, '3990', 224, 'picnic_tele', 6, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10509, '61', 611, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10510, '40540', 611, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10511, '2693', 611, 'teleport_door', 5, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10512, '40710', 611, 'party_shelf', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10513, '60', 611, 'A1 RMA', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10514, '40400', 611, 'DEV window_70s_narrow', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10515, '40420', 611, 'DEV window_basic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10516, '6154', 612, 'bathroom_floortile1', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10517, '4912', 612, 'pixel_floor_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10518, '4896', 612, 'pixel_floor_brown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10519, '4903', 612, 'pixel_floor_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10520, '4895', 612, 'pixel_floor_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10521, '4904', 612, 'pixel_floor_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10522, '4897', 612, 'pixel_floor_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10523, '180', 612, 'A2 KAAKELISIN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10524, '183', 612, 'A2 KAAKELIPUN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10525, '184', 612, 'A2 KAAKELIKELT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10526, '5707', 612, 'val14_largetile', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10527, '8414', 612, 'ktchn_c15_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10528, '2958', 612, 'party_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10529, '5711', 615, 'val14_door', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10530, '3699', 615, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10531, '1862', 615, 'a7 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10532, '1861', 615, 'a6 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10533, '244', 615, 'divider_poly3', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10534, '4705', 615, 'vip_gate', 5, 200, 0, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10535, '4722', 615, 'jetset_vault_door', 20, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '1');
INSERT INTO `catalog_items` VALUES (10536, '5698', 615, 'val14_gate', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10537, '3254', 615, 'ktchn_gate', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10538, '247', 615, 'a2 armovi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10539, '163', 616, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10540, '4076', 616, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10541, '3163', 616, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10542, '3115', 616, 'env_bushes', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10543, '3984', 616, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10544, '3162', 616, 'country_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10545, '3145', 616, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10546, '41140', 616, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10547, '4871', 20, 'pixel_plantred', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10548, '4872', 20, 'pixel_plantpink', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10549, '4874', 20, 'pixel_plantblue', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10550, '4875', 20, 'pixel_plantgreen', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10551, '3164', 613, 'country corner', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10552, '3753', 613, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10553, '3165', 613, 'country_ditch', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10554, '4076', 613, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10555, '2591', 613, 'summer_pool blue', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10556, '2593', 613, 'summer_pool green', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10557, '2592', 613, 'summer_pool red', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10558, '3153', 613, 'country_rain', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10559, '3984', 613, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10560, '5706', 613, 'val14_fbath', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10561, '4643', 613, 'shallow', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10562, '3541', 613, 'bw_water_2', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10563, '3540', 613, 'bw_shower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10564, '3831', 613, 'pond', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10565, '4472', 613, 'obstacle_water', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10566, '4476', 613, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10567, '202', 605, 'DEV door', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10568, '41140', 223, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10569, '6122', 621, 'uni_pizza', 0, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10570, '4136', 621, 'usva4_lamp', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10571, '4170', 621, 'boutique_mannequin1', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10572, '3549', 621, 'bw_van', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10573, '6148', 621, 'bathroom_shower1', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10574, '3125', 621, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10575, '3875', 621, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10576, '2832', 621, 'blue diner_gumvendor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10577, '5710', 621, 'val14_archway', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10578, '8423', 621, 'ktchn_c15_sink', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10579, '46210', 621, 'lodge_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10580, '1905', 621, 'bed_polyfon_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10581, '3701', 617, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10582, '3857', 617, 'wf_cnd_has_furni_on', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10583, '3683', 617, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10584, '3663', 617, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10585, '5044', 617, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10586, '3693:4;3703:4;3663:4;3689', 618, 'wf_arrowplate', 34, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10587, '3703;3699;3685;3688', 618, 'wf_trg_walks_on_furni', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10588, '3699;3685;3701;3668', 618, 'wf_glassdoor', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10589, '3683;3681', 618, 'Product_wf_promo9', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10590, '3675;3673;3666', 618, 'wf_trg_says_something', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10591, '3686:4;3671;3685', 618, 'wf_firegate', 25, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10592, '3163', 614, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10593, '3145', 614, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10594, '3129', 614, 'env_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10595, '4209', 614, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10596, '4229', 614, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10597, '4454', 614, 'horse_track1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10598, '3753', 620, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10599, '3645', 620, 'bb_counter', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10600, '3497', 620, 'fball_ball3', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10601, '4390', 620, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10602, '3739', 620, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10603, '3792', 620, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10604, '3757:100;3758:50', 38, 'es_tile', 55, 50, 5, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10605, '3757:10;3758:5', 38, 'es_tile', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10606, '3757:50;3758:25', 38, 'es_tile', 35, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10607, '2978', 412, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10608, '3494', 413, 'fball_bench', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10609, '3739', 413, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10610, '3507', 413, 'fball_cote', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10611, '3499', 413, 'fball_light', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10612, '3500', 413, 'fball_audbench', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10613, '3525', 413, 'fball_counter', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10614, '3307', 413, 'ktchn_hlthNut', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10615, '3267', 413, 'urban_fence', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10616, '3275', 413, 'urban_fence_corner', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10617, '3640', 413, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10618, '3639', 413, 'bb_knj2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10619, '3634', 413, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10620, '3736', 413, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10621, '3792', 630, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10622, '3322', 623, 'petfood9', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10623, '1532', 623, 'petfood1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10624, '4070', 623, 'petfood25', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10625, '5755', 623, 'nest_gnome', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10626, '4828', 623, 'pet_basket_pink', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10627, '3895', 607, 'waasa_table1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10628, '3887', 607, 'waasa_table2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10629, '4152', 607, 'school_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10630, '9388', 609, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10631, '9498', 609, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10632, '2154', 609, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10633, '2518', 609, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10634, '1991', 609, 'divider_nor5_2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10635, '11224', 570, 'clothing_spottedoctohat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10636, '11225', 752, 'rainyday_c20_craftset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10637, '11226', 752, 'rainyday_c20_woodentable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10638, '11227', 752, 'rainyday_c20_rainceilingwindow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10639, '11228', 752, 'rainyday_c20_paintset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10640, '11229', 752, 'rainyday_c20_typewriter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10641, '11230', 752, 'rainyday_c20_scentedcandles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10642, '11231', 752, 'rainyday_c20_cosywhippet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10643, '11232', 752, 'rainyday_c20_woodendesk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10644, '11233', 752, 'rainyday_c20_glowstars', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10645, '11234', 752, 'rainyday_c20_raindropwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10646, '11235', 752, 'rainyday_c20_woodenfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10647, '11236', 752, 'rainyday_c20_snugblanket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10648, '11237', 752, 'rainyday_c20_stackoflogs', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10649, '11238', 752, 'rainyday_c20_coathanger', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10650, '11239', 752, 'rainyday_c20_homebakes', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10651, '11240', 752, 'rainyday_c20_retrogames', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10652, '11241', 636, 'clothing_nt_starearrings', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10653, '11242', 570, 'clothing_starearrings', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10654, '11243', 570, 'clothing_glitzypurse', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10655, '11244', 636, 'clothing_nt_flapperdress', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10656, '11245', 570, 'clothing_chiseledface', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10657, '11246', 636, 'clothing_nt_modernshortwave', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10658, '11247', 753, 'habbo20_c20_artdecocarpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10659, '11248', 636, 'clothing_nt_silkgloves', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10660, '11249', 753, 'habbo20_c20_balloons', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10661, '11250', 636, 'clothing_nt_slickedbackhair', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10662, '11251', 687, 'clothing_r20_glitzytux', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10663, '11252', 570, 'clothing_pencilmoustache', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10664, '11253', 636, 'clothing_nt_glitzypurse', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10665, '11254', 570, 'clothing_modernshortwave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10666, '11255', 570, 'clothing_slickedbackhair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10667, '11256', 570, 'clothing_flapperdress', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10668, '11257', 636, 'clothing_nt_pencilmoustache', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10669, '11258', 753, 'habbo20_c20_artdecochair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10670, '11259', 570, 'clothing_silkgloves', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10671, '11260', 753, 'habbo20_c20_artdecobackdrop', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10672, '11261', 753, 'habbo20_c20_glitzytable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10673, '11262', 636, 'clothing_nt_chiseledface', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10674, '11263', 748, 'neonpunk_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10675, '11264', 748, 'neonpunk_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10676, '11265', 748, 'neonpunk_c20_strawberries', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10677, '11266', 748, 'neonpunk_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10678, '11267', 748, 'neonpunk_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10679, '11268', 687, 'clothing_r20_neonpunkset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10680, '11269', 748, 'neonpunk_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10681, '11270', 748, 'neonpunk_c20_stardeco', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10682, '11271', 748, 'neonpunk_c20_unicornposter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10683, '11272', 748, 'neonpunk_c20_candylights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10684, '11273', 748, 'neonpunk_c20_bows', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10685, '11274', 748, 'neonpunk_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10686, '11275', 748, 'neonpunk_c20_lights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10687, '11276', 748, 'neonpunk_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10688, '11277', 748, 'neonpunk_c20_cubeseat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10689, '11278', 748, 'neonpunk_c20_storage', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10690, '11279', 748, 'neonpunk_c20_plushiepile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10691, '11280', 748, 'neonpunk_c20_plushie1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10692, '11281', 748, 'neonpunk_c20_dresser', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10693, '11282', 748, 'neonpunk_c20_food', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10694, '11283', 748, 'neonpunk_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10695, '11284', 748, 'neonpunk_c20_plushie2', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10696, '11285', 748, 'neonpunk_c20_plushie3', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10697, '11286', 748, 'neonpunk_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10698, '11287', 748, 'neonpunk_c20_bedsidetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10699, '11288', 749, 'gothiccafe_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10700, '11289', 769, 'gothiccafe_c20_creamrolls', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10701, '11290', 749, 'gothiccafe_c20_bookcase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10702, '11291', 749, 'gothiccafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10703, '11292', 749, 'gothiccafe_c20_teaplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10704, '11293', 749, 'gothiccafe_c20_glass', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10705, '11294', 749, 'gothiccafe_c20_vase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10706, '11295', 749, 'gothiccafe_c20_icetea', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10707, '11296', 749, 'gothiccafe_c20_donut', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10708, '11297', 749, 'gothiccafe_c20_coffeetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10709, '11298', 749, 'gothiccafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10710, '11299', 687, 'clothing_r20_gothicset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10711, '11300', 749, 'gothiccafe_c20_rosepainting', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10712, '11301', 749, 'gothiccafe_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10713, '11302', 749, 'gothiccafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10714, '11303', 749, 'gothiccafe_c20_mochicake', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10715, '11304', 749, 'gothiccafe_c20_counter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10716, '11305', 749, 'gothiccafe_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10717, '11306', 749, 'gothiccafe_c20_windoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10718, '11307', 749, 'gothiccafe_c20_armchair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10719, '11308', 760, 'habbo20_r20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10720, '11309', 760, 'habbo20_c20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10721, '11310', 191, 'habbo20_c20_blackgoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10722, '11311', 204, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10723, '11312', 191, 'habbo20_c20_rosegoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10724, '11313', 754, 'rare_blackrosegold_parasol', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10725, '11314', 754, 'rare_blackrosegold_icecream', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10726, '11315', 754, 'rare_blackrosegold_fountain', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10727, '11316', 691, 'rare_r20_candle', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10728, '11317', 754, 'rare_blackrosegold_beehive_bulb', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10729, '11318', 754, 'rare_blackrosegold_scifidoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10730, '11319', 754, 'rare_blackrosegold_pillar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10731, '11320', 754, 'rare_blackrosegold_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10732, '11321', 754, 'rare_blackrosegold_wooden_screen', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10733, '11322', 754, 'rare_blackrosegold_barrier', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10734, '11323', 754, 'rare_blackrosegold_scifirocket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10735, '11324', 754, 'rare_blackrosegold_marquee', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10736, '11325', 754, 'rare_blackrosegold_elephant_statue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10737, '11326', 691, 'rare_r20_throne', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10738, '11327', 754, 'rare_blackrosegold_dragonlamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10739, '11328', 754, 'rare_blackrosegold_sleepingbag', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10740, '11329', 754, 'rare_blackrosegold_scifiport', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10741, '11330', 754, 'rare_blackrosegold_fan', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10742, '11331', 755, 'darkelegant_c20_flowerpot', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10743, '11332', 755, 'darkelegant_c20_smalltable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10744, '11333', 755, 'darkelegant_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10745, '11334', 755, 'darkelegant_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10746, '11335', 755, 'darkelegant_c20_walldecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10747, '11336', 755, 'darkelegant_c20_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10748, '11337', 755, 'darkelegant_c20_vanity', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10749, '11338', 755, 'darkelegant_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10750, '11339', 755, 'darkelegant_c20_lionstatue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10751, '11340', 755, 'darkelegant_c20_teaset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10752, '11341', 755, 'darkelegant_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10753, '11342', 755, 'darkelegant_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10754, '11343', 755, 'darkelegant_c20_cat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10755, '11344', 755, 'darkelegant_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10756, '11345', 687, 'clothing_darkelegantset', 12, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10757, '11346', 755, 'darkelegant_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10758, '11347', 755, 'darkelegant_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10759, '11348', 755, 'darkelegant_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10760, '11349', 755, 'darkelegant_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10761, '11350', 755, 'darkelegant_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10762, '11351', 750, 'sunsetcafe_c20_duck', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10763, '11352', 750, 'sunsetcafe_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10764, '11353', 750, 'sunsetcafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10765, '11354', 750, 'sunsetcafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10766, '11355', 750, 'sunsetcafe_c20_wallcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10767, '11356', 750, 'sunsetcafe_c20_bench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10768, '11357', 750, 'sunsetcafe_c20_benchcornerconcave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10769, '11358', 750, 'sunsetcafe_c20_coffeemachine', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10770, '11359', 750, 'sunsetcafe_c20_logdecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10771, '11360', 750, 'sunsetcafe_c20_swordfish', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10772, '11361', 750, 'sunsetcafe_c20_barcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10773, '11362', 750, 'sunsetcafe_c20_lightupfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10774, '11363', 750, 'sunsetcafe_c20_bar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10775, '11364', 750, 'sunsetcafe_c20_shallow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10776, '11365', 750, 'sunsetcafe_c20_drinks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10777, '11366', 750, 'sunsetcafe_c20_logsteppingstones', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10778, '11367', 750, 'sunsetcafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10779, '11368', 756, 'darkmodern_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10780, '11369', 756, 'darkmodern_c20_incense', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10781, '11370', 756, 'darkmodern_c20_neonlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10782, '11371', 756, 'darkmodern_c20_folder', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10783, '11372', 756, 'darkmodern_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10784, '11373', 756, 'darkmodern_c20_creative', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10785, '11374', 756, 'darkmodern_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10786, '11375', 756, 'darkmodern_c20_display', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10787, '11376', 756, 'darkmodern_c20_speakers', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10788, '11377', 756, 'darkmodern_c20_pictures', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10789, '11378', 756, 'darkmodern_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10790, '11379', 756, 'darkmodern_c20_glassblockwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10791, '11380', 756, 'darkmodern_c20_lowtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10792, '11381', 756, 'darkmodern_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10793, '11382', 756, 'darkmodern_c20_endtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10794, '11383', 756, 'darkmodern_c20_reads', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10795, '11384', 756, 'darkmodern_c20_bunnylight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10796, '11385', 756, 'darkmodern_c20_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10797, '11386', 756, 'darkmodern_c20_desk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10798, '11387', 756, 'darkmodern_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10799, '11388', 756, 'darkmodern_c20_hoomba', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10800, '11389', 756, 'darkmodern_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10801, '11390', 756, 'darkmodern_c20_pug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10802, '11391', 756, 'darkmodern_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10803, '11392', 756, 'darkmodern_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10804, '11393', 756, 'darkmodern_c20_tubelights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10805, '11394', 756, 'darkmodern_c20_tv', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10806, '11395', 756, 'darkmodern_c20_floorlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10807, '11396', 751, 'zengarden_c20_stonebench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10808, '11397', 751, 'zengarden_c20_peacedog', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10809, '11398', 687, 'clothing_r20_harmonyset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10810, '11399', 751, 'zengarden_c20_spikeyplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10811, '11400', 751, 'zengarden_c20_stonetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10812, '11401', 751, 'zengarden_c20_door', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10813, '11402', 751, 'zengarden_c20_rootplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10814, '11403', 751, 'zengarden_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10815, '11404', 751, 'zengarden_c20_roof', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10816, '11405', 751, 'zengarden_c20_plankfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10817, '11406', 751, 'zengarden_c20_roofcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10818, '11407', 751, 'zengarden_c20_moss', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10819, '11408', 751, 'zengarden_c20_goldenmobile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10820, '11409', 751, 'zengarden_c20_pebbles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10821, '11410', 751, 'zengarden_c20_bamboo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10822, '11411', 751, 'zengarden_c20_divider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10823, '11412', 751, 'zengarden_c20_glasspond', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10824, '11413', 753, 'habbo20_c20_trophybronze', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10825, '11414', 753, 'habbo20_c20_trophyblock', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10826, '11415', 753, 'habbo20_c20_trophygold', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10827, '11416', 753, 'habbo20_c20_trophylooks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10828, '11417', 753, 'habbo20_c20_trophydesign', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10829, '11418', 753, 'habbo20_c20_trophysilver', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10830, '11419', 753, 'habbo20_c20_trophyvideo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10831, '11420', 307, 'CF_1500_suitcase2', 1500, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (10834, '19894', 13, 'floor_single_101', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10835, '19894', 13, 'floor_single_102', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10836, '19894', 13, 'floor_single_103', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10837, '19894', 13, 'floor_single_104', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10838, '19894', 13, 'floor_single_105', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10839, '19894', 13, 'floor_single_106', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10840, '19894', 13, 'floor_single_107', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10841, '19894', 13, 'floor_single_108', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10842, '19894', 13, 'floor_single_109', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10843, '19894', 13, 'floor_single_110', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10844, '19894', 13, 'floor_single_111', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10845, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10846, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10847, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10848, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10849, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10850, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10851, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10852, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10853, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10854, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10855, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10856, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10857, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10858, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10859, '19894', 13, 'floor_single_208', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10860, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10861, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10862, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10863, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10864, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10865, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10866, '19894', 13, 'floor_single_301', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10867, '19894', 13, 'floor_single_302', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10868, '19894', 13, 'floor_single_303', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10869, '19894', 13, 'floor_single_304', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10870, '19894', 13, 'floor_single_305', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10871, '19894', 13, 'floor_single_306', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10872, '19894', 13, 'floor_single_307', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10873, '19894', 13, 'floor_single_401', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10874, '19894', 13, 'floor_single_402', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10875, '19894', 13, 'floor_single_403', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10876, '19894', 13, 'floor_single_404', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10877, '19894', 13, 'floor_single_405', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10878, '19894', 13, 'floor_single_406', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10879, '19894', 13, 'floor_single_407', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10880, '19894', 13, 'floor_single_408', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10881, '19894', 13, 'floor_single_409', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10882, '19894', 13, 'floor_single_410', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10883, '19896', 13, 'wallpaper_single_101', 1, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10884, '19896', 13, 'wallpaper_single_102', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10885, '19896', 13, 'wallpaper_single_103', 1, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10886, '19896', 13, 'wallpaper_single_104', 1, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10887, '19896', 13, 'wallpaper_single_105', 1, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10888, '19896', 13, 'wallpaper_single_106', 1, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10889, '19896', 13, 'wallpaper_single_107', 1, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10890, '19896', 13, 'wallpaper_single_108', 1, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10891, '19896', 13, 'wallpaper_single_109', 1, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10892, '19896', 13, 'wallpaper_single_110', 1, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10893, '19896', 13, 'wallpaper_single_111', 1, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10894, '19896', 13, 'wallpaper_single_112', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10895, '19896', 13, 'wallpaper_single_113', 1, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10896, '19896', 13, 'wallpaper_single_114', 1, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10897, '19896', 13, 'wallpaper_single_115', 1, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10898, '19896', 13, 'wallpaper_single_201', 1, 0, 0, 1, 0, 0, 201, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10899, '19896', 13, 'wallpaper_single_202', 1, 0, 0, 1, 0, 0, 202, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10900, '19896', 13, 'wallpaper_single_203', 1, 0, 0, 1, 0, 0, 203, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10901, '19896', 13, 'wallpaper_single_204', 1, 0, 0, 1, 0, 0, 204, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10902, '19896', 13, 'wallpaper_single_205', 1, 0, 0, 1, 0, 0, 205, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10903, '19896', 13, 'wallpaper_single_206', 1, 0, 0, 1, 0, 0, 206, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10904, '19896', 13, 'wallpaper_single_207', 1, 0, 0, 1, 0, 0, 207, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10905, '19896', 13, 'wallpaper_single_208', 1, 0, 0, 1, 0, 0, 208, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10906, '19896', 13, 'wallpaper_single_209', 1, 0, 0, 1, 0, 0, 209, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10907, '19896', 13, 'wallpaper_single_210', 1, 0, 0, 1, 0, 0, 210, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10908, '19896', 13, 'wallpaper_single_211', 1, 0, 0, 1, 0, 0, 211, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10909, '19896', 13, 'wallpaper_single_212', 1, 0, 0, 1, 0, 0, 212, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10910, '19896', 13, 'wallpaper_single_213', 1, 0, 0, 1, 0, 0, 213, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10911, '19896', 13, 'wallpaper_single_214', 1, 0, 0, 1, 0, 0, 214, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10912, '19896', 13, 'wallpaper_single_215', 1, 0, 0, 1, 0, 0, 215, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10913, '19896', 13, 'wallpaper_single_216', 1, 0, 0, 1, 0, 0, 216, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10914, '19896', 13, 'wallpaper_single_217', 1, 0, 0, 1, 0, 0, 217, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10915, '19896', 13, 'wallpaper_single_218', 1, 0, 0, 1, 0, 0, 218, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10916, '19896', 13, 'wallpaper_single_301', 1, 0, 0, 1, 0, 0, 301, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10917, '19896', 13, 'wallpaper_single_302', 1, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10918, '19896', 13, 'wallpaper_single_303', 1, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10919, '19896', 13, 'wallpaper_single_304', 1, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10920, '19896', 13, 'wallpaper_single_305', 1, 0, 0, 1, 0, 0, 305, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10921, '19896', 13, 'wallpaper_single_306', 1, 0, 0, 1, 0, 0, 306, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10922, '19896', 13, 'wallpaper_single_307', 1, 0, 0, 1, 0, 0, 307, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10923, '19896', 13, 'wallpaper_single_401', 1, 0, 0, 1, 0, 0, 401, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10924, '19896', 13, 'wallpaper_single_402', 1, 0, 0, 1, 0, 0, 402, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10925, '19896', 13, 'wallpaper_single_403', 1, 0, 0, 1, 0, 0, 403, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10926, '19896', 13, 'wallpaper_single_404', 1, 0, 0, 1, 0, 0, 404, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10927, '19896', 13, 'wallpaper_single_405', 1, 0, 0, 1, 0, 0, 405, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10928, '19896', 13, 'wallpaper_single_406', 1, 0, 0, 1, 0, 0, 406, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10929, '19896', 13, 'wallpaper_single_407', 1, 0, 0, 1, 0, 0, 407, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10930, '19896', 13, 'wallpaper_single_408', 1, 0, 0, 1, 0, 0, 408, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10931, '19896', 13, 'wallpaper_single_501', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10932, '19896', 13, 'wallpaper_single_502', 1, 0, 0, 1, 0, 0, 68, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10933, '19896', 13, 'wallpaper_single_503', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10934, '19896', 13, 'wallpaper_single_504', 1, 0, 0, 1, 0, 0, 504, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10935, '19896', 13, 'wallpaper_single_505', 1, 0, 0, 1, 0, 0, 505, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10936, '19896', 13, 'wallpaper_single_506', 1, 0, 0, 1, 0, 0, 506, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10937, '19896', 13, 'wallpaper_single_507', 1, 0, 0, 1, 0, 0, 507, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10938, '19896', 13, 'wallpaper_single_508', 1, 0, 0, 1, 0, 0, 508, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10939, '19896', 13, 'wallpaper_single_601', 1, 0, 0, 1, 0, 0, 601, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10940, '19896', 13, 'wallpaper_single_602', 1, 0, 0, 1, 0, 0, 602, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10941, '19896', 13, 'wallpaper_single_603', 1, 0, 0, 1, 0, 0, 603, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10942, '19896', 13, 'wallpaper_single_604', 1, 0, 0, 1, 0, 0, 604, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10943, '19896', 13, 'wallpaper_single_605', 1, 0, 0, 1, 0, 0, 605, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10944, '19896', 13, 'wallpaper_single_606', 1, 0, 0, 1, 0, 0, 606, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10945, '19896', 13, 'wallpaper_single_607', 1, 0, 0, 1, 0, 0, 607, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10946, '19896', 13, 'wallpaper_single_608', 1, 0, 0, 1, 0, 0, 608, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10947, '19896', 13, 'wallpaper_single_609', 1, 0, 0, 1, 0, 0, 609, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10948, '19896', 13, 'wallpaper_single_610', 1, 0, 0, 1, 0, 0, 610, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10949, '19896', 13, 'wallpaper_single_701', 1, 0, 0, 1, 0, 0, 701, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10950, '19896', 13, 'wallpaper_single_702', 1, 0, 0, 1, 0, 0, 702, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10951, '19896', 13, 'wallpaper_single_703', 1, 0, 0, 1, 0, 0, 703, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10952, '19896', 13, 'wallpaper_single_704', 1, 0, 0, 1, 0, 0, 704, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10953, '19896', 13, 'wallpaper_single_705', 1, 0, 0, 1, 0, 0, 705, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10954, '19896', 13, 'wallpaper_single_706', 1, 0, 0, 1, 0, 0, 706, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10955, '19896', 13, 'wallpaper_single_707', 1, 0, 0, 1, 0, 0, 707, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10956, '19896', 13, 'wallpaper_single_708', 1, 0, 0, 1, 0, 0, 708, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10957, '19896', 13, 'wallpaper_single_709', 1, 0, 0, 1, 0, 0, 709, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10958, '19896', 13, 'wallpaper_single_710', 1, 0, 0, 1, 0, 0, 710, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10959, '19896', 13, 'wallpaper_single_801', 1, 0, 0, 1, 0, 0, 801, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10960, '19896', 13, 'wallpaper_single_802', 1, 0, 0, 1, 0, 0, 802, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10961, '19896', 13, 'wallpaper_single_803', 1, 0, 0, 1, 0, 0, 803, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10962, '19896', 13, 'wallpaper_single_804', 1, 0, 0, 1, 0, 0, 804, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10963, '19896', 13, 'wallpaper_single_805', 1, 0, 0, 1, 0, 0, 805, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10964, '19896', 13, 'wallpaper_single_806', 1, 0, 0, 1, 0, 0, 806, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10965, '19896', 13, 'wallpaper_single_807', 1, 0, 0, 1, 0, 0, 807, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10966, '19896', 13, 'wallpaper_single_808', 1, 0, 0, 1, 0, 0, 808, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10967, '19896', 13, 'wallpaper_single_809', 1, 0, 0, 1, 0, 0, 809, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10968, '19896', 13, 'wallpaper_single_810', 1, 0, 0, 1, 0, 0, 810, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10969, '19896', 13, 'wallpaper_single_901', 1, 0, 0, 1, 0, 0, 901, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10970, '19896', 13, 'wallpaper_single_902', 1, 0, 0, 1, 0, 0, 902, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10971, '19896', 13, 'wallpaper_single_903', 1, 0, 0, 1, 0, 0, 903, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10972, '19896', 13, 'wallpaper_single_904', 1, 0, 0, 1, 0, 0, 904, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10973, '19896', 13, 'wallpaper_single_905', 1, 0, 0, 1, 0, 0, 905, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10974, '19896', 13, 'wallpaper_single_906', 1, 0, 0, 1, 0, 0, 906, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10975, '19896', 13, 'wallpaper_single_907', 1, 0, 0, 1, 0, 0, 907, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10976, '19896', 13, 'wallpaper_single_908', 1, 0, 0, 1, 0, 0, 908, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10977, '19896', 13, 'wallpaper_single_1001', 1, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10978, '19896', 13, 'wallpaper_single_1002', 1, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10979, '19896', 13, 'wallpaper_single_1003', 1, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10980, '19896', 13, 'wallpaper_single_1004', 1, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10981, '19896', 13, 'wallpaper_single_1005', 1, 0, 0, 1, 0, 0, 80, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10982, '19896', 13, 'wallpaper_single_1006', 1, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10983, '19896', 13, 'wallpaper_single_1007', 1, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10984, '19896', 13, 'wallpaper_single_1101', 1, 0, 0, 1, 0, 0, 1101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10985, '19896', 13, 'wallpaper_single_1201', 1, 0, 0, 1, 0, 0, 1201, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10986, '19896', 13, 'wallpaper_single_1301', 1, 0, 0, 1, 0, 0, 1301, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10987, '19896', 13, 'wallpaper_single_1401', 1, 0, 0, 1, 0, 0, 1401, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10988, '19896', 13, 'wallpaper_single_1501', 1, 0, 0, 1, 0, 0, 1501, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10989, '19896', 13, 'wallpaper_single_1601', 1, 0, 0, 1, 0, 0, 1601, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10990, '19896', 13, 'wallpaper_single_1701', 1, 0, 0, 1, 0, 0, 1701, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10991, '19896', 13, 'wallpaper_single_1801', 1, 0, 0, 1, 0, 0, 1801, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10992, '19896', 13, 'wallpaper_single_1901', 1, 0, 0, 1, 0, 0, 1901, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10993, '19896', 13, 'wallpaper_single_1902', 1, 0, 0, 1, 0, 0, 1902, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10994, '19896', 13, 'wallpaper_single_2001', 1, 0, 0, 1, 0, 0, 2001, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10995, '19896', 13, 'wallpaper_single_2002', 1, 0, 0, 1, 0, 0, 2002, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10996, '19896', 13, 'wallpaper_single_2003', 1, 0, 0, 1, 0, 0, 2003, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10997, '19896', 13, 'wallpaper_single_2101', 1, 0, 0, 1, 0, 0, 2101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10998, '19896', 13, 'wallpaper_single_2102', 1, 0, 0, 1, 0, 0, 2102, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (10999, '19896', 13, 'wallpaper_single_2103', 1, 0, 0, 1, 0, 0, 2103, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11000, '19896', 13, 'wallpaper_single_2201', 1, 0, 0, 1, 0, 0, 2201, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11001, '19896', 13, 'wallpaper_single_2202', 1, 0, 0, 1, 0, 0, 2202, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11002, '19896', 13, 'wallpaper_single_2203', 1, 0, 0, 1, 0, 0, 2203, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11003, '19896', 13, 'wallpaper_single_2204', 1, 0, 0, 1, 0, 0, 2204, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11004, '19896', 13, 'wallpaper_single_2205', 1, 0, 0, 1, 0, 0, 2205, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11005, '19896', 13, 'wallpaper_single_2206', 1, 0, 0, 1, 0, 0, 2206, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11006, '19896', 13, 'wallpaper_single_2301', 1, 0, 0, 1, 0, 0, 2301, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11007, '19896', 13, 'wallpaper_single_2302', 1, 0, 0, 1, 0, 0, 2302, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11008, '19896', 13, 'wallpaper_single_2303', 1, 0, 0, 1, 0, 0, 2303, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11009, '19896', 13, 'wallpaper_single_2304', 1, 0, 0, 1, 0, 0, 2304, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11010, '19896', 13, 'wallpaper_single_2401', 1, 0, 0, 1, 0, 0, 2401, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11011, '19896', 13, 'wallpaper_single_2402', 1, 0, 0, 1, 0, 0, 2402, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11012, '19896', 13, 'wallpaper_single_2403', 1, 0, 0, 1, 0, 0, 2403, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11013, '19896', 13, 'wallpaper_single_2501', 1, 0, 0, 1, 0, 0, 2501, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11014, '19896', 13, 'wallpaper_single_2502', 1, 0, 0, 1, 0, 0, 2502, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11015, '19896', 13, 'wallpaper_single_2503', 1, 0, 0, 1, 0, 0, 2503, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11016, '19896', 13, 'wallpaper_single_2504', 1, 0, 0, 1, 0, 0, 2504, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11017, '19896', 13, 'wallpaper_single_2601', 1, 0, 0, 1, 0, 0, 2601, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11018, '19896', 13, 'wallpaper_single_2602', 1, 0, 0, 1, 0, 0, 2602, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11019, '19896', 13, 'wallpaper_single_2603', 1, 0, 0, 1, 0, 0, 2603, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11020, '19896', 13, 'wallpaper_single_2604', 1, 0, 0, 1, 0, 0, 2604, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11021, '19896', 13, 'wallpaper_single_2701', 1, 0, 0, 1, 0, 0, 2701, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11022, '19896', 13, 'wallpaper_single_2702', 1, 0, 0, 1, 0, 0, 2702, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11023, '19896', 13, 'wallpaper_single_2703', 1, 0, 0, 1, 0, 0, 2703, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11024, '19896', 13, 'wallpaper_single_2704', 1, 0, 0, 1, 0, 0, 2704, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11025, '19896', 13, 'wallpaper_single_2801', 1, 0, 0, 1, 0, 0, 2801, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11026, '19896', 13, 'wallpaper_single_2802', 1, 0, 0, 1, 0, 0, 2802, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11027, '19896', 13, 'wallpaper_single_2803', 1, 0, 0, 1, 0, 0, 2803, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11028, '19896', 13, 'wallpaper_single_2804', 1, 0, 0, 1, 0, 0, 2804, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11029, '19896', 13, 'wallpaper_single_2901', 1, 0, 0, 1, 0, 0, 2901, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11030, '19896', 13, 'wallpaper_single_2902', 1, 0, 0, 1, 0, 0, 2902, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11031, '19896', 13, 'wallpaper_single_2903', 1, 0, 0, 1, 0, 0, 2903, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11032, '19896', 13, 'wallpaper_single_2904', 1, 0, 0, 1, 0, 0, 2904, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11033, '19896', 13, 'wallpaper_single_3001', 1, 0, 0, 1, 0, 0, 3001, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11034, '19896', 13, 'wallpaper_single_3002', 1, 0, 0, 1, 0, 0, 3002, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11035, '19896', 13, 'wallpaper_single_3003', 1, 0, 0, 1, 0, 0, 3003, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11036, '19896', 13, 'wallpaper_single_3004', 1, 0, 0, 1, 0, 0, 3004, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11037, '19896', 13, 'wallpaper_single_3101', 1, 0, 0, 1, 0, 0, 3101, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11038, '19896', 13, 'wallpaper_single_3102', 1, 0, 0, 1, 0, 0, 3102, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11039, '19896', 13, 'wallpaper_single_3103', 1, 0, 0, 1, 0, 0, 3103, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11040, '19896', 13, 'wallpaper_single_3104', 1, 0, 0, 1, 0, 0, 3104, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11041, '19896', 13, 'wallpaper_single_3105', 1, 0, 0, 1, 0, 0, 3105, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11042, '19896', 13, 'wallpaper_single_3106', 1, 0, 0, 1, 0, 0, 3106, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11048, '59972', 1000, 'rotating_roomdeal286', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50200', '0', '0');
INSERT INTO `catalog_items` VALUES (11049, '59973', 1001, 'rotating_roomdeal287', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50201', '0', '0');
INSERT INTO `catalog_items` VALUES (11050, '59974', 1002, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50202', '0', '0');
INSERT INTO `catalog_items` VALUES (11051, '59975', 1003, 'rotating_roomdeal280', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50203', '0', '0');
INSERT INTO `catalog_items` VALUES (11052, '59976', 1004, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50204', '0', '0');
INSERT INTO `catalog_items` VALUES (11053, '59977', 1005, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50205', '0', '0');
INSERT INTO `catalog_items` VALUES (11054, '59978', 1006, 'rotating_roomdeal281', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50206', '0', '0');
INSERT INTO `catalog_items` VALUES (11055, '11311', 753, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11056, '2064', 12, 'a0 CF_1_coin_bronze', 6, 0, 0, 5, 0, 0, 8, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11057, '2067', 12, 'a0 CF_5_coin_silver', 21, 0, 0, 4, 0, 0, 12, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11058, '2067', 12, 'a0 CF_5_coin_silver', 51, 0, 0, 10, 0, 0, 13, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11059, '2063', 12, 'a0 CF_10_coin_gold', 51, 0, 0, 5, 0, 0, 14, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11060, '2064', 12, 'a0 CF_1_coin_bronze', 11, 0, 0, 10, 0, 0, 9, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11061, '2064', 12, 'a0 CF_1_coin_bronze', 21, 0, 0, 20, 0, 0, 10, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11062, '2064', 12, 'a0 CF_1_coin_bronze', 51, 0, 0, 50, 0, 0, 11, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11063, '11308', 760, 'habbo20_r20_crackable', 75, 75, 5, 1, 0, 0, 0, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (11064, '2064', 12, 'a0 CF_1_coin_bronze', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11065, '2067', 12, 'a0 CF_5_coin_silver', 6, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11066, '8', 26, 'room_ad_plus_badge', 0, 100, 0, 1, 0, 0, 1, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` VALUES (11068, '9232', 486, 'xmas_c16_egg', 50, 15, 5, 1, 0, 0, 1, -1, 0, '', '0', '0');
INSERT INTO `catalog_items` VALUES (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');
-- ----------------------------
-- Table structure for catalog_items_bc
-- ----------------------------
DROP TABLE IF EXISTS `catalog_items_bc`;
CREATE TABLE `catalog_items_bc` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`item_ids` varchar(666) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`page_id` int(0) NOT NULL,
`catalog_name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`order_number` int(0) NOT NULL DEFAULT 1,
`extradata` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for catalog_items_limited
-- ----------------------------
DROP TABLE IF EXISTS `catalog_items_limited`;
CREATE TABLE `catalog_items_limited` (
`catalog_item_id` int(0) NOT NULL,
`number` int(0) NOT NULL,
`user_id` int(0) NOT NULL DEFAULT 0,
`timestamp` int(0) NOT NULL DEFAULT 0,
`item_id` int(0) NOT NULL DEFAULT 0,
UNIQUE INDEX `catalog_item_id`(`catalog_item_id`, `number`) USING BTREE,
INDEX `user_timestamp_index`(`user_id`, `timestamp`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for catalog_pages
-- ----------------------------
DROP TABLE IF EXISTS `catalog_pages`;
CREATE TABLE `catalog_pages` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`parent_id` int(0) NOT NULL DEFAULT -1,
`caption_save` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci 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') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default_3x3',
`icon_color` int(0) NOT NULL DEFAULT 1,
`icon_image` int(0) NOT NULL DEFAULT 1,
`min_rank` int(0) NOT NULL DEFAULT 1,
`order_num` int(0) NOT NULL DEFAULT 1,
`visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`vip_only` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`page_headline` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`page_teaser` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`page_special` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
`page_text1` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text2` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text_teaser` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`room_id` int(0) NULL DEFAULT 0,
`includes` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci 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,
INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1111 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_pages
-- ----------------------------
INSERT INTO `catalog_pages` VALUES (1, -1, 'front_page', 'Front Page', 'frontpage', 1, 213, 1, 1, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', 'Redeem a voucher code here:', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (373, 372, 'christmas', 'Christmas', 'default_3x3', 1, 168, 1, 1, '1', '0', '0', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (375, 372, 'halloween', 'Halloween', 'default_3x3', 1, 34, 1, 4, '1', '0', '0', '0', 'catalog_header_hw15', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (376, 372, 'valentines_day', 'Valentines Day', 'default_3x3', 1, 62, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (8, 2, 'habbo_club', 'Habbo Club', 'vip_buy', 1, 172, 1, 11, '1', '1', '0', '0', 'catalog_club_headline1_en', 'club', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (9, 2, 'bots', 'Bots', 'bots', 1, 65, 1, 13, '1', '1', '0', '0', 'catalog_bots_headline1_en', 'catalog_bots_headline1_en', '', 'They walk, they talk, and they make the perfect addition to any room!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (10, 220, 'my_sales', 'My Sales', 'marketplace_own_items', 1, 70, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (11, 220, 'offers', 'Offers', 'marketplace', 1, 71, 1, 2, '1', '1', '0', '0', '', '', 'marketplace_offers', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (12, 2, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (2, -1, 'furni', 'Furni', 'default_3x3', 1, 263, 1, 2, '1', '1', '0', '0', 'catalog_header_roombuilder', 'cr_infopic3', '', '', 'Furni Shop', NULL, '', 0, '');
INSERT INTO `catalog_pages` VALUES (586, 43, 'black_diner', 'Black Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (587, 43, 'beige_diner', 'Beige Diner', 'default_3x3', 1, 204, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (594, 43, 'blue_diner', 'Blue Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (625, 43, 'green_diner', 'Green Diner', 'default_3x3', 1, 204, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (626, 43, 'yellow_diner', 'Yellow Diner', 'default_3x3', 1, 204, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (627, 43, 'teal_diner', 'Teal Diner', 'default_3x3', 1, 204, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (628, 43, 'diner_accessories', 'Diner Accessories', 'default_3x3', 1, 204, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (13, 603, 'spaces', 'Spaces', 'spaces_new', 1, 225, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (14, 2, 'limited_rares', 'Limited Rares', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', '0', 'limited_header', 'catalog_limited_teaser_en', '', 'These are only available for a limited time!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (372, 5, 'seasonal_furni_lines', 'Seasonal Furni Lines', 'default_3x3', 1, 195, 1, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (306, 603, 'windows', 'Windows', 'default_3x3', 1, 218, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (16, 604, 'lighting', 'Lighting', 'default_3x3', 1, 115, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (464, 402, '2008', '2008', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', '0', 'summer', 'catalog_teaser_beach_furni', '', 'Who hasn\'t dreamt of making a sandcastle they fit in? Now you can!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (503, 209, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 39, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (17, 568, 'mode', 'Mode', 'default_3x3', 1, 39, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (179, 180, 'aqua_pura', 'Aqua Pura', 'default_3x3_color_grouping', 1, 48, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (6, 675, 'furnimatic', 'Furnimatic', 'default_3x3', 1, 65, 7, 3, '0', '0', '0', '0', '', ' ', ' ', '', ' ', '', ' ', 0, '');
INSERT INTO `catalog_pages` VALUES (281, 568, 'area', 'Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (282, 209, 'country', 'Country', 'default_3x3', 1, 21, 1, 19, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (277, 4, 'pet_animals', 'Pet Animals', 'pets3', 1, 8, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (18, 568, 'lodge', 'Lodge', 'default_3x3', 1, 37, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (19, 511, 'colourable_plasto', 'Colourable Plasto', 'default_3x3_color_grouping', 1, 46, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (182, 568, 'bathroom', 'Bathroom', 'default_3x3', 1, 17, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (20, 602, 'vegetation', 'Vegetation', 'default_3x3', 1, 220, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (559, 603, 'carpets', 'Carpets', 'default_3x3', 1, 116, 1, 4, '1', '1', '0', '0', 'catalog_rugs_headline1', 'catalog_rugs_teaser1', '', 'Rugs for all occasions, all non-slip and washable.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (21, 603, 'walls', 'Walls', 'default_3x3', 1, 122, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (22, 209, 'accessories', 'Accessories', 'default_3x3', 1, 11, 1, 2, '1', '1', '0', '0', 'catalog_extra_headline1', 'catalog_extra_teaser1', '', 'However you place your essential Furniture, it\'s the finishing touches that count!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (24, 209, 'base', 'Base', 'default_3x3', 1, 179, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (299, 376, '2014_health_spa', '2014 - Health Spa', 'default_3x3', 1, 62, 1, 14, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (25, 604, 'badge_display', 'Badge Display', 'badge_display', 1, 224, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (26, 2, 'room_event', 'Room Event', 'roomads', 1, 55, 1, 3, '1', '1', '0', '0', 'events_header', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (27, 568, 'iced', 'Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (28, 209, 'alhambra', 'Alhambra', 'default_3x3', 1, 12, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (302, 209, 'asian', 'Asian', 'default_3x3', 1, 15, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (303, 209, 'bensalem', 'Bensalem', 'default_3x3', 1, 18, 1, 13, '1', '1', '0', '0', 'catalog_lc_headline2_en', 'catalog_lc_teaser1_en_001', '', 'Glub... glub... glub...', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (304, 700, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (29, 209, 'glass', 'Glass', 'default_3x3', 1, 29, 1, 29, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (30, 209, 'gothic', 'Gothic', 'default_3x3', 1, 30, 1, 30, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (31, 209, 'japan', 'Japan', 'default_3x3', 1, 36, 1, 38, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (32, 209, 'lost_tribe', 'Lost Tribe', 'default_3x3', 1, 38, 1, 44, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (33, 209, 'neon', 'Neon', 'default_3x3', 1, 41, 1, 50, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (34, 209, 'relax', 'Relax', 'default_3x3', 1, 49, 1, 60, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (35, 209, 'romantique', 'Romantique', 'default_3x3', 1, 50, 1, 61, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (36, 209, 'scifi', 'Scifi', 'default_3x3', 1, 53, 1, 65, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (37, 376, '2009_shalimar', '2009 - Shalimar', 'default_3x3', 1, 62, 1, 3, '1', '1', '0', '0', 'catalog_shal_header1_en', 'catalog_shal_teaser_en', '', 'Based on Bollywood!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (38, 219, 'freeze!', 'Freeze!', 'default_3x3', 1, 87, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (39, 526, 'pixel_collectibles', 'Pixel Collectibles', 'default_3x3', 1, 5, 1, 5, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (40, 7, 'ads_room_backgrounds', 'Ads Room Backgrounds', 'default_3x3', 1, 47, 6, 1, '1', '1', '0', '0', '', '', '', 'Use these to place images in your room. The mpu\'s go to a link when clicked; the AD one does not.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (41, 387, 'theatredome', 'Theatredome', 'default_3x3', 1, 264, 1, 25, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (42, 604, 'rollers', 'Rollers', 'default_3x3', 1, 222, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (43, 209, 'diner', 'Diner', 'default_3x3', 1, 204, 1, 23, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (44, 442, 'twilight', 'Twilight', 'default_3x3', 1, 52, 4, 66, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (45, 219, 'battle_banzai', 'Battle Banzai', 'default_3x3', 1, 78, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (272, 209, 'urban', 'Urban', 'default_3x3', 1, 32, 1, 77, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (48, 526, 'automobile', 'Automobile', 'default_3x3', 1, 5, 1, 1, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (348, 557, 'v11_rares', 'V11 Rares', 'default_3x3', 1, 42, 6, 5, '1', '0', '0', '0', '', ' ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (595, 219, 'chess', 'Chess', 'default_3x3', 1, 2, 1, 11, '1', '1', '0', '0', 'chessheader', 'spromo_Chess_Bundle', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (49, 442, 'goodbye_big_hand', 'Goodbye Big Hand', 'default_3x3', 1, 52, 4, 26, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (50, 376, '2010_bling', '2010 - Bling', 'default_3x3', 1, 62, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (51, 209, 'organo', 'Organo', 'default_3x3', 1, 235, 1, 51, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (75, 277, 'dogs', 'Dogs', 'pets', 1, 24, 1, 13, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (52, 234, 'pet_food', 'Pet Food', 'default_3x3', 1, 201, 1, 2, '1', '1', '0', '0', 'catalog_header_petfood', 'ctlg_pet_teaser1', '', 'Keep your Pet happy and healthy. Feed it and don\'t forget about exercise!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (463, 270, 'super_saver_subscription', '2011 - Super Saver Subscription', 'default_3x3', 1, 124, 5, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (53, 209, 'runway', 'Runway', 'default_3x3', 1, 74, 1, 62, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (467, 209, 'school', 'School', 'default_3x3', 1, 130, 1, 64, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (76, 277, 'cats', 'Cats', 'pets', 1, 20, 1, 14, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (77, 277, 'crocs', 'Crocs', 'pets', 1, 22, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (78, 277, 'terriers', 'Terriers', 'pets', 1, 66, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (79, 277, 'bears', 'Bears', 'pets', 1, 68, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (80, 277, 'pig', 'Pigs', 'pets', 1, 67, 1, 15, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (523, 219, 'football', 'Football', 'default_3x3', 1, 56, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (54, 209, 'prison', 'Prison', 'default_3x3', 1, 240, 1, 57, '1', '1', '0', '0', 'prisonheader', 'prisonteaser', '', 'Hey, he\'s escaping! Just kidding, no one\'s getting out of these high security cells!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (55, 209, 'tv_studio', 'TV Studio', 'default_3x3', 1, 136, 1, 76, '1', '1', '0', '0', 'header_studio', 'teaser_studio', '', 'The Studio range lets YOU be your own music producer!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (81, 277, 'lion', 'Lion', 'pets', 1, 76, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (82, 277, 'rhino', 'Rhino', 'pets', 1, 77, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (83, 277, 'spider', 'Spider', 'pets', 1, 95, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (84, 277, 'turtle', 'Turtles', 'pets', 1, 126, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (371, 387, 'welcome_lounge', 'Welcome Lounge', 'default_3x3', 1, 264, 1, 26, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (85, 680, 'chick', 'Chick', 'pets', 1, 107, 1, 99, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', NULL, '', 'Name your Dragon:', 'Select your colour/breed:\n', 0, '');
INSERT INTO `catalog_pages` VALUES (56, 209, 'cubie', 'Cubie', 'default_3x3', 1, 100, 1, 20, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (57, 209, 'waasa', 'Waasa', 'default_3x3', 1, 103, 1, 80, '1', '1', '0', '0', 'waasa_catalogue_header', 'waasa_teaser', '', 'Waasa is the perfect furniture for a chilled, laidback room. Especially good for students on a budget!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (370, 387, 'picnic', 'Picnic', 'default_3x3', 1, 264, 1, 21, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'Picnic is one of the oldest, still-standing Public Rooms on Habbo.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (58, 442, 'american_idol', 'American Idol', 'default_3x3', 1, 52, 4, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (59, 209, 'kitchen', 'Kitchen', 'default_3x3', 1, 217, 1, 41, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (86, 277, 'frog', 'Frog', 'pets', 1, 97, 1, 16, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (87, 277, 'dragon', 'Dragons', 'pets', 1, 109, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (60, 209, 'usva', 'USVA', 'default_3x3', 1, 129, 1, 78, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (279, 503, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (62, 209, 'mystics', 'Mystics', 'default_3x3', 1, 185, 1, 48, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (63, 218, 'triggers', 'Triggers', 'default_3x3', 1, 81, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (604, 2, 'indoor_furni', 'Indoor Furni', 'default_3x3', 1, 112, 1, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (603, 2, 'room_building', 'Room Building', 'default_3x3', 1, 63, 1, 8, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (602, 2, 'outdoor_furni', 'Outdoor Furni', 'default_3x3', 1, 220, 1, 9, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (64, 218, 'effects', 'Effects', 'default_3x3', 1, 82, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (65, 218, 'conditions', 'Conditions', 'default_3x3', 1, 83, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (369, 387, 'lido', 'Lido', 'default_3x3', 1, 264, 1, 17, '1', '1', '0', '0', 'catalog_header_classics', 'article_habboreport2', '', 'The Lido is where the famous \"Pool\'s Closed\" raid occured in 2006.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (66, 442, 'stray_pixels', 'Stray Pixels', 'default_3x3', 1, 52, 4, 61, '1', '1', '0', '0', 'StrayPixelsLogo', 'catalog_pxl_teaser2_nl', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (67, 209, 'mayan', 'Mayan', 'default_3x3', 1, 171, 1, 45, '1', '1', '0', '0', 'mayanheader2', 'mayanteaser', '', 'Just what you need to prove you survived the apocolypse!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (68, 209, 'african', 'African', 'default_3x3', 1, 233, 1, 3, '1', '1', '0', '0', 'african_header', 'african_catateaser', '', 'The new African furniture range is here!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (69, 209, 'anna', 'Anna', 'default_3x3', 1, 104, 1, 6, '1', '1', '0', '0', 'catalog_anna_header', 'catalog_anna_teaser', '', 'Make the new Anna range yours!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (70, 209, 'steampunk', 'Steampunk', 'default_3x3', 1, 180, 1, 67, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (71, 602, 'tents', 'Tents', 'default_3x3', 1, 223, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (72, 708, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 53, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (367, 387, 'hotel_view', 'Hotel View', 'default_3x3', 1, 264, 1, 13, '1', '1', '0', '0', 'catalog_header_classics', 'HotelView', '', 'You can now make the Hotel in your own shape with this furni line.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (73, 442, 'calippo', 'Calippo', 'default_3x3', 1, 52, 4, 8, '1', '1', '0', '0', 'calippo_header_es', '', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (736, 675, 'special_trophies', 'Special Trophies', 'trophies', 1, 42, 6, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (737, 736, 'individual_trophies', 'Individual Trophies', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These trophies don\'t follow the typical \"colour\" guidelines like normal trophies.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (74, 209, 'habbo_stars', 'Habbo Stars', 'default_3x3', 1, 196, 1, 32, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (575, 43, 'aquamarine_diner', 'Aquamarine Diner', 'default_3x3', 1, 204, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (359, 387, 'classic_lounge', 'Classic Lounge', 'default_3x3', 1, 264, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (528, 442, 'nickelodeon', 'Nickelodeon', 'default_3x3', 1, 52, 4, 42, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (635, 684, 'valentines_rares', 'Valentines Rares', 'default_3x3', 1, 42, 1, 20, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (366, 387, 'library', 'Library', 'default_3x3', 1, 264, 1, 16, '1', '1', '0', '0', 'catalog_header_classics', 'Library', '', 'The room description was \"There\'s nothing like a good book...\"', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (104, 209, 'drago', 'Drago', 'default_3x3', 1, 110, 1, 24, '1', '1', '0', '0', 'drago_catalog_header2', 'drago_catalog_teaser2', '', 'Dungeon furniture, the perfect range to create your torturous cellars!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (105, 568, 'dark_pura', 'Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '0', '0', '0', 'puraheader', 'catalog_pura_teaser1', '', 'The cleanest, freshest range. You can almost hear it breathe cool and tranquility within your room.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (374, 372, 'easter', 'Easter', 'default_3x3', 1, 181, 1, 2, '1', '0', '0', '0', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (106, 209, 'boutique', 'Boutique', 'default_3x3', 1, 74, 1, 15, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (365, 387, 'club_mammoth', 'Club Mammoth', 'default_3x3', 1, 264, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (364, 387, 'star_lounge', 'Star Lounge', 'default_3x3', 1, 264, 1, 23, '1', '1', '0', '0', 'catalog_header_classics', 'spromo_Star_Lounge', '', 'While also popular, this room was also used for many Celebrity Visits.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (363, 387, 'oriental', 'Oriental', 'default_3x3', 1, 264, 1, 20, '1', '1', '0', '0', 'catalog_header_classics', 'spromo_Classic_Tea_Room', '', 'The room description was \"A soothing atmosphere and amazing tea brews.\"', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (362, 387, 'ice_cafe', 'Ice Cafe', 'default_3x3', 1, 264, 1, 14, '1', '1', '0', '0', 'catalog_header_classics', 'classic5_furnis', '', 'The Ice Cafe was used a a meeting place in Habbo Experience for Chaplin and his friends.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (107, 2, 'habbo_groups', 'Habbo Groups', 'guilds', 1, 203, 1, 15, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (108, 107, 'group_furni', 'Group Furni', 'guild_furni', 1, 28, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (377, 372, 'new_years', 'New Years', 'default_3x3', 1, 91, 1, 5, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (109, 209, 'youtube', 'Youtube', 'default_3x3', 1, 188, 1, 83, '1', '1', '0', '0', 'catalog_header_tv', 'yttv', '', 'Remember when Habbo had YouTube TVs? Well it can again, with KrewsTube! Check it out at krews.org', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (110, 209, 'vikings', 'Vikings', 'default_3x3', 1, 208, 1, 79, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (111, 269, 'palooza_2013', 'Palooza - 2013', 'default_3x3', 1, 227, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (112, 209, 'wild_wild_west', 'Wild Wild West', 'default_3x3', 1, 229, 1, 82, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (113, 387, 'club_nx', 'Club NX', 'default_3x3', 1, 264, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (114, 209, 'habbo_university', 'Habbo University', 'default_3x3', 1, 230, 1, 33, '1', '1', '0', '0', 'university_new_furni_catalog_header', 'university_catalog_teaser', '', 'From pink and flowery, to hipster chic - Every Habbo has a style.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (88, 277, 'monkey', 'Pet Monkey', 'pets', 1, 166, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (89, 277, 'horse', 'Pet Horse', 'pets', 1, 132, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (90, 680, 'bunny', 'Bunny', 'pets', 1, 148, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (115, 234, 'toys_and_accessories', 'Toys and Accessories', 'default_3x3', 1, 199, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (116, 209, 'attic', 'Attic', 'default_3x3', 1, 242, 1, 10, '1', '1', '0', '0', 'attic15_catalog_header', 'attic15_catalog_teaser', '', 'From squeaky floor boards to ancient furniture, the Attic 2015 furniture is now here!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (117, 222, 'alphabet_blocks', 'Alphabet Blocks', 'default_3x3_color_grouping', 1, 101, 1, 1, '1', '1', '0', '0', 'catalog_header_alpha1', 'catalog_teaser_alpha1', '', 'A... B... C... and Z, bitch...', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (118, 209, 'neo-habbo', 'Neo-Habbo', 'default_3x3', 1, 254, 1, 49, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (361, 387, 'battleball', 'Battleball', 'default_3x3', 1, 264, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (119, 442, 'habbo_mall', 'Habbo Mall', 'default_3x3', 1, 52, 4, 29, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (120, 209, 'ancients', 'Ancients', 'default_3x3', 1, 170, 1, 5, '1', '1', '0', '0', 'catalog_header_ancients', 'africa', '', 'Follow in the footsteps of the Ancients with these wonderous Ancient artifacts.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (493, 506, 'habbo_stories_winners', 'HABBO STORIES HERO POEM WINNERS', 'trophies', 1, 210, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (121, 442, 'mad_scientist', 'Mad Scientist', 'default_3x3', 1, 52, 4, 37, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (122, 270, '2013_loyalty', '2013 - Loyalty', 'default_3x3', 1, 184, 5, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (123, 442, 'spiderwick', 'Spiderwick', 'default_3x3', 1, 52, 4, 60, '1', '1', '0', '0', 'spiderwick', 'catalog_spw_teaser1_en', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (124, 345, 'around_the_world_2008', 'Around the World - 2008', 'default_3x3', 1, 56, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (126, 222, 'cone', 'Cone', 'default_3x3', 1, 244, 1, 3, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (127, 222, 'cylinder', 'Cylinder', 'default_3x3', 1, 245, 1, 4, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (128, 222, 'half_cylinder', 'Half Cylinder', 'default_3x3', 1, 251, 1, 5, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (129, 222, 'hemisphere', 'Hemisphere', 'default_3x3', 1, 247, 1, 6, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (130, 222, 'pyramid', 'Pyramid', 'default_3x3', 1, 248, 1, 7, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (131, 222, 'quarter_ring', 'Quarter Ring', 'default_3x3', 1, 249, 1, 8, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (132, 222, 'sphere', 'Sphere', 'default_3x3', 1, 250, 1, 9, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (133, 222, 'standing_half_cylinder', 'Standing Half Cylinder', 'default_3x3', 1, 246, 1, 10, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (134, 222, 'standing_triangular_prism', 'Standing Triangular Prism', 'default_3x3', 1, 252, 1, 11, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (135, 222, 'wedge', 'Wedge', 'default_3x3', 1, 253, 1, 12, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (136, 222, 'triangular_prism', 'Triangular Prism', 'default_3x3', 1, 28, 1, 13, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (137, 222, 'glass_panel', 'Glass Panel', 'default_3x3', 1, 28, 1, 15, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (138, 222, 'round', 'Round', 'default_3x3', 1, 28, 1, 30, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (139, 222, 'small', 'Small', 'default_3x3', 1, 28, 1, 31, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (140, 222, 'large', 'Large', 'default_3x3', 1, 28, 1, 20, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (141, 222, 'tile', 'Tile', 'default_3x3', 1, 28, 1, 14, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (142, 222, 'flower_hedge', 'Flower Hedge', 'default_3x3', 1, 28, 1, 16, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (143, 222, 'water', 'Water', 'default_3x3', 1, 28, 1, 17, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (144, 222, 'simple_wood', 'Simple Wood', 'default_3x3', 1, 28, 1, 18, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (145, 222, 'terra', 'Terra', 'default_3x3', 1, 28, 1, 19, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (146, 222, 'brick', 'Brick', 'default_3x3', 1, 28, 1, 21, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (147, 222, 'glass', 'Glass', 'default_3x3', 1, 28, 1, 22, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (148, 222, 'lava', 'Lava', 'default_3x3', 1, 28, 1, 23, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (149, 222, 'marble', 'Marble', 'default_3x3', 1, 28, 1, 24, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (150, 222, 'art_deco', 'Art Deco', 'default_3x3', 1, 28, 1, 25, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (151, 222, 'industrial', 'Industrial', 'default_3x3', 1, 28, 1, 26, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (152, 222, 'sand', 'Sand', 'default_3x3', 1, 28, 1, 27, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (153, 222, 'metal', 'Metal', 'default_3x3', 1, 28, 1, 28, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (154, 222, 'metal_crate', 'Metal Crate', 'default_3x3', 1, 28, 1, 29, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (155, 222, 'stone', 'Stone', 'default_3x3', 1, 28, 1, 32, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (156, 222, 'wool', 'Wool', 'default_3x3', 1, 28, 1, 33, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (157, 222, 'grass', 'Grass', 'default_3x3', 1, 28, 1, 34, '1', '1', '0', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (158, 209, 'army_bootcamp', 'Army Bootcamp', 'default_3x3', 1, 259, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (159, 387, 'infobus', 'Infobus', 'default_3x3', 1, 264, 1, 15, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (160, 387, 'game_hub', 'Game Hub', 'default_3x3', 1, 264, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (161, 209, 'paris', 'Paris', 'default_3x3', 1, 261, 1, 53, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (162, 387, 'hall_of_habbo', 'Hall of Habbo', 'default_3x3', 1, 264, 1, 9, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'It is the least used Public Room, and features users who have won various competitions.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (271, 270, '2012_clouds', '2012 - Clouds', 'default_3x3', 1, 164, 5, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (378, 374, 'classics', 'Classics', 'default_3x3', 1, 181, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (494, 506, 'heroic_acts_certificate', 'Heroic Acts Certificate', 'default_3x3', 1, 210, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (163, 107, 'groups_forums', 'Groups Forums', 'guild_forum', 1, 207, 1, 2, '1', '1', '0', '0', 'catalog_groups_en', '', '', 'Group Forums are here!', '', '<b><font color=\"#0e3f52\" size=\"16\">What are Group Forums?</font></b>\r\n\r\nForums allow you to effortlessly post, comment and discuss topics freely, without even leaving the Hotel!\n\n<i><b><font color=\"#0e3f52\" size=\"16\">Who can start a forum? </font></b></i>\n\nOnly a group owner can start a forum for their group.\n\n<i><b><font color=\"#0e3f52\" size=\"16\">Do I need a Forum Terminal?</font></b></i>\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 <a href=\"event:habbopages/forums\">here</a>.\n\nPlease note, we will continue to add more functionalities to this feature in the near future.', '', 0, '');
INSERT INTO `catalog_pages` VALUES (659, 721, 'bonus_rare_17', 'Bonus Rare 17', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (660, 721, 'bonus_rare_18', 'Bonus Rare 18', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (661, 721, 'bonus_rare_19', 'Bonus Rare 19', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (662, 721, 'bonus_rare_16', 'Bonus Rare 16', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (663, 557, 'v1_rares', 'V1 Rares', 'default_3x3', 1, 42, 6, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (91, 680, 'bunny_bad', 'Bunny - Bad', 'pets', 1, 151, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (199, 209, 'jurassic_habbo', 'Jurassic Habbo', 'default_3x3', 1, 260, 1, 40, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (200, 3, 'outfits', 'Outfits', 'default_3x3', 1, 74, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (576, 43, 'pink_diner', 'Pink Diner', 'default_3x3', 1, 204, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (201, 3, 'hairdos', 'Hairdos', 'default_3x3', 1, 74, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (202, 3, 'hats', 'Hats', 'default_3x3', 1, 74, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (310, 3, 'accessories', 'Accessories', 'default_3x3', 1, 74, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (488, 373, '2018_city_festival', '2018 - City Festival', 'default_3x3', 1, 168, 1, 16, '1', '1', '0', '0', 'catalog_header_xmas2013', 'Winter_City_Festival', '', 'Make a beautiful Twinkly Stage and show off your Matryoshka Dolls!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (203, 3, 'dresses', 'Dresses', 'default_3x3', 1, 74, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (204, 3, 'shirts', 'Shirts', 'default_3x3', 1, 74, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (487, 373, '2017_victorian', '2017 - Victorian', 'default_3x3', 1, 168, 1, 15, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (205, 3, 'jackets', 'Jackets', 'default_3x3', 1, 74, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (206, 3, 'trousers', 'Trousers', 'default_3x3', 1, 74, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (486, 373, '2016_citadel', '2016 - Citadel', 'default_3x3', 1, 168, 1, 14, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (207, 3, 'skirts', 'Skirts', 'default_3x3', 1, 74, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (208, 3, 'shoes', 'Shoes', 'default_3x3', 1, 74, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (485, 373, '2015_bavarian', '2015 - Bavarian', 'default_3x3', 1, 168, 1, 11, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas15_tease', '', 'Christmas markets are always buzzing, in tiny little villages and large cities. Would you plan it differently?', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (352, 8, 'vip', 'VIP', 'default_3x3', 1, 214, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (354, 8, 'executive', 'Executive', 'default_3x3', 1, 214, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (355, 8, 'alhambra', 'Alhambra', 'default_3x3', 1, 214, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (356, 8, 'emojis', 'Emojis', 'default_3x3', 1, 214, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (357, 8, 'bling', 'Bling', 'default_3x3', 1, 214, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (358, 8, 'zodiac_statues', 'Zodiac Statues', 'default_3x3', 1, 214, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (558, 680, 'cow_gold_box', 'Cow - Gold Box', 'single_bundle', 1, 271, 1, 99, '1', '1', '0', '0', 'cow_pet2', 'cow_pet2', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (442, 7, 'ad_sales', 'Ad Sales', 'default_3x3', 1, 10, 4, 9, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (491, 125, 'diamond_paintings', 'Diamond Paintings', 'default_3x3', 1, 92, 6, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (483, 373, '2013_santa\'s_workshop', '2013 - Santa\'s Workshop', 'default_3x3', 1, 168, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (484, 373, '2014_tropical', '2014 - Tropical', 'default_3x3', 1, 168, 1, 10, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas14_newfurni_spromo_teaser', '', 'Wacky, wavy, inflatable, arm flailing tubemen! Party on for this hot Christmas.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (209, 2, 'furni_by_line', 'Furni By Line', 'pets3', 1, 197, 1, 10, '1', '0', '0', '0', '', 'furni_for_colection', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (482, 270, '2013_snowflakes', '2013 - Snowflakes', 'default_3x3', 1, 86, 5, 7, '1', '1', '0', '0', 'catalog_header_xmas2013', 'catalog_teaser_xmas2013', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (4, -1, 'pets', 'Pets', 'default_3x3', 1, 8, 1, 4, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (5, -1, 'building', 'Building', 'default_3x3', 1, 263, 1, 5, '1', '1', '0', '0', 'catalog_header_roombuilder', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (700, 209, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (211, 218, 'add-ons', 'Add-Ons', 'default_3x3', 1, 85, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (212, 209, 'gardening', 'Gardening', 'default_3x3', 1, 157, 1, 28, '1', '1', '0', '0', 'garden_catalog_header', 'garden_catalog_teaser', '', 'Be at one with nature!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (481, 373, '2012_castles', '2012 - Castles', 'default_3x3', 1, 168, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (214, 209, 'stranded_jungle', 'Stranded Jungle', 'default_3x3', 1, 59, 1, 68, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (480, 373, '2011_gift_items', '2011 - Gift Items', 'default_3x3', 1, 168, 1, 6, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Get your closest friend some gifts with these shiny new toys and accessories.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (215, 8, 'custom_rooms', 'Custom Rooms', 'default_3x3', 1, 125, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (588, 3, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (216, 209, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 31, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (217, 209, 'sports', 'Sports', 'default_3x3', 1, 56, 1, 66, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (479, 373, '2011_winter_cabin', '2011 - Winter Cabin', 'default_3x3', 1, 168, 1, 7, '1', '1', '0', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Keep yourself nice and toasty in a perfect cabin of your design.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (478, 270, '2010_snowflakes', '2010 - Snowflakes', 'default_3x3', 1, 86, 5, 2, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (477, 373, '2010_city', '2010 - City', 'default_3x3', 1, 168, 1, 5, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', 'The city is shining with the snow covering everything. Build your own high-street!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (260, 262, 'gift_box_i', 'Gift Box I', 'default_3x3', 1, 236, 7, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (261, 262, 'gift_box_ii', 'Gift Box II', 'default_3x3', 1, 236, 7, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (262, 420, 'redeemable_cases', 'Redeemable Cases', 'default_3x3', 1, 99, 4, 5, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (218, 2, 'wired', 'Wired', 'pets3', 1, 80, 1, 12, '1', '0', '0', '0', 'catalog_wired_header1', 'ctlg_pic_teaser_wired', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (476, 373, '2009', '2009', 'default_3x3', 1, 168, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (219, 2, 'game_shop', 'Game Shop', 'pets3', 1, 202, 1, 14, '1', '0', '0', '0', 'game_shop_header', 'game_shop_teaser', '', 'Get your gamer gear on!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (220, 2, 'marketplace', 'Marketplace', 'pets3', 1, 69, 1, 17, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (221, 4, 'baby_pet_animals', 'Baby Pet Animals', 'pets3', 1, 228, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (624, 7, 'clothing', 'Clothing', 'default_3x3', 1, 74, 5, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (475, 373, '2008_arctic', '2008 - Arctic', 'default_3x3', 1, 168, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (222, 5, 'builders_club', 'Builders Club', 'pets3', 1, 28, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (308, 2, 'purchase_history', 'Purchase History', 'recent_purchases', 1, 258, 1, 50, '0', '0', '0', '0', 'maquinas', 'historys', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (223, 602, 'backgrounds', 'Backgrounds', 'default_3x3', 1, 206, 1, 5, '1', '1', '0', '0', 'catalog_header_easter14_001', 'catalog_shal_teaser_da', '', 'Set the scene in your room properly with one of these backgrounds.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (224, 604, 'teleports', 'Teleports', 'default_3x3', 1, 120, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (225, 604, 'trophies', 'Trophies', 'trophies', 1, 221, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (473, 373, 'classics', 'Classics', 'default_3x3', 1, 168, 1, 0, '1', '1', '0', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', 'Christmas trees, poinsettas, and decorations. Back to the good old classic Christmas furni!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (471, 377, '2013', '2013', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'Make your New Years Resolution under the sparkling lights of this furni line.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (472, 377, '2015', '2015', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', '0', 'newyears', 'ny_comeback', '', 'A classic party with bubbly and cupcakes, fun for the whole family.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (513, 511, 'black_plasto', 'Black Plasto', 'default_3x3', 1, 46, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (379, 374, '2011_fungi', '2011 - Fungi', 'default_3x3', 1, 181, 1, 4, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Alongside flowers, sometimes fungi sprouts. While fungi is delicious, it can also be beautiful.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (429, 7, 'testing', 'Testing', 'default_3x3', 1, 10, 7, 12, '1', '1', '0', '0', '', '', '', 'This is the page Habbo uses for all their \"testing\" categorised furni.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (499, 498, 'ecotron_rewards_ii', 'Ecotron Rewards II', 'default_3x3', 1, 163, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (227, 219, 'how_to_play_banzai', 'How to Play Banzai', 'pets2', 1, 42, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (380, 374, '2013', '2013', 'default_3x3', 1, 181, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (381, 374, '2014_lagomorph_', '2014 - Lagomorph ', 'default_3x3', 1, 181, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (228, 219, 'how_to_play_freeze', 'How to Play Freeze!', 'pets2', 1, 42, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (229, 8, 'club_shop', 'Club Shop', 'default_3x3', 1, 214, 1, 3, '1', '1', '0', '0', 'catalog_header_hc', 'teaser_habboclub', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (230, 680, 'epic_pet', 'Epic Pet', 'default_3x3', 1, 42, 4, 8, '1', '1', '0', '0', '', '', '', 'Once purchased and placed, clicking it will give you a special pet.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (231, 604, 'wall_decorations', 'Wall decorations', 'default_3x3', 1, 219, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (102, 277, 'velociraptor', 'Velociraptor Pet', 'single_bundle', 1, 260, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (232, 277, 'pterodactyl', 'Pterodactyl', 'single_bundle', 1, 260, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (233, 2, 'room_bundles', 'Room Bundles', 'default_3x3', 1, 206, 1, 2, '1', '0', '0', '0', 'catalog_header_roombundle', '', 'bundlerooms', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (470, 377, '2011', '2011', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (3, -1, 'clothing', 'Clothing', 'default_3x3', 1, 37, 1, 3, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (234, 4, 'pet_equipment', 'Pet Equipment', 'default_3x3', 1, 226, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (235, 234, 'monkey_furni', 'Monkey Furni', 'default_3x3', 1, 128, 1, 8, '1', '1', '0', '0', 'catalog_pet_headline1_en', 'monkey_catalogue_teaser', '', 'Get exclusive Habbo Furni for your very own Pet Monkey!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (469, 377, '2010', '2010', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'Explosions and wavers, what a way to celebrate the first year without Bush.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (269, 209, 'palooza', 'Palooza', 'default_3x3', 1, 227, 1, 52, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (468, 377, '2012_china_town', '2012 - China Town', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', '0', 'cny_header', 'cny_teaser', '', 'Celebrating all cultures is important for Habbos to get along!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (466, 506, 'sticky_notes', 'Sticky Notes', 'default_3x3', 1, 210, 1, 0, '1', '1', '0', '0', '', 'ctlg_pic_a2_slp', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (236, 345, 'virus_2016_fish_tanks', 'Virus - 2016 - Fish Tanks', 'default_3x3', 1, 56, 1, 5, '1', '1', '0', '0', 'catalog_rares_headline1_br', 'catalog_limited_teaser_fi', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (497, 345, 'the_lost_world', 'The Lost World', 'default_3x3', 1, 56, 1, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (459, 270, '2011_hearts', '2011 - Hearts', 'default_3x3', 1, 53, 5, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (460, 376, '2011_rollerskating', '2011 - Rollerskating', 'default_3x3', 1, 62, 1, 8, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'What better way to spend Valentines, than clinging to your Valentine as you skate?', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (457, 376, '2016_carnivale', '2016 - Carnivale', 'default_3x3', 1, 62, 1, 18, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Cute kitties and some beautiful furni ornaments to perfect your romantic room.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (458, 376, '2018_bedroom', '2018 - Bedroom', 'default_3x3', 1, 62, 1, 20, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (404, 209, 'coco', 'Coco', 'default_3x3', 1, 127, 1, 17, '1', '1', '0', '0', 'catalog_teaser_coco', 'coconew', '', 'Wooden yet comfortable furniture that wouldn\'t look out of place in a treetop house!\n', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (456, 376, '2015_ancient_japan', '2015 - Ancient Japan', 'default_3x3', 1, 62, 1, 17, '1', '1', '0', '0', 'val15_cata_header', 'val15_teaser', '', 'Have a beautiful Picnic under a Sakura tree in Japan, with this Valentines line!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (238, 680, 'gnome', 'Gnome', 'single_bundle', 1, 200, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (15, 8, 'club_gifts', 'Club Gifts', 'club_gift', 1, 172, 1, 1, '0', '0', '0', '0', '', '', '', 'This is currently not coded in Morningstar.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (511, 568, 'plasto', 'Plasto', 'default_3x3', 1, 46, 1, 8, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (512, 684, 'rainbow_plasto', 'Rainbow Plasto', 'default_3x3', 1, 46, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (490, 599, 'hippo_statues', 'Hippo Statues', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (239, 262, 'club_tradable_boxes', 'Club Tradable Boxes', 'default_3x3', 1, 99, 7, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (440, 387, 'hc_lounge', 'HC Lounge', 'default_3x3', 1, 264, 1, 11, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bartender bot was called HankCupp, and the DJ bot called djDucketz.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (441, 387, 'franks_room', 'Franks Room', 'default_3x3', 1, 264, 1, 6, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Frank has been the mascot of Habbo for many, many years.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (500, 498, 'ecotron_rewards_i', 'Ecotron Rewards I', 'default_3x3', 1, 163, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (455, 376, '2014_white_bling', '2014 - White Bling', 'default_3x3', 1, 62, 1, 16, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (240, 376, '2013_love_locks', '2013 - Love Locks', 'default_3x3', 1, 62, 1, 13, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (241, 376, '2014_l0-v3_machines', '2014 - L0-V3 Machines', 'default_3x3', 1, 62, 1, 15, '1', '1', '0', '0', 'valentines_catalog_header', 'lovelock_s_promo', '', 'Put your love to the test! Lock in your Valentine for life with these Machines.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (454, 376, '2013_gondolas', '2013 - Gondolas', 'default_3x3', 1, 62, 1, 11, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Gondola rides in Venice, it doesn\'t get much more romantic than that!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (242, 234, 'saddles', 'Saddles', 'petcustomization', 1, 135, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (453, 376, '2008_habborella', '2008 - Habborella', 'default_3x3', 1, 62, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (243, 234, 'dyes', 'Dyes', 'petcustomization', 1, 133, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (452, 376, '2010_heartbreak_hotel', '2010 - Heartbreak Hotel', 'default_3x3', 1, 62, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (244, 234, 'hair_styles', 'Hair Styles', 'petcustomization', 1, 134, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (450, 376, '2013_masquerade_ball', '2013 - Masquerade Ball', 'default_3x3', 1, 62, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (245, 234, 'horse_jump', 'Horse Jump', 'default_3x3', 1, 226, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (449, 376, '2017_wedding', '2017 - Wedding', 'default_3x3', 1, 62, 1, 19, '1', '1', '0', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Do I hear wedding bells? The perfect outdoor setting awaits!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (246, 4, 'monster_plants', 'Monster Plants', 'pets3', 1, 153, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (448, 376, '2019_restaurant', '2019 - Restaurant', 'default_3x3', 1, 62, 1, 21, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'val19_newfurni', '', 'Perfect for a romantic evening with your loved one.\n', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (247, 246, 'monster_plant_seeds', 'Monster Plant Seeds', 'default_3x3', 1, 156, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (446, 376, '2012_prom', '2012 - Prom', 'default_3x3', 1, 62, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (447, 376, '2012_getaway', '2012 - Getaway', 'default_3x3', 1, 62, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (248, 246, 'monster_plant_potions', 'Monster Plant Potions', 'default_3x3', 1, 155, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (249, 209, 'wedding', 'Wedding', 'default_3x3', 1, 238, 1, 81, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (250, 345, 'exotic_pets_2017', 'Exotic Pets - 2017', 'default_3x3', 1, 56, 1, 2, '1', '1', '0', '0', 'habboclub', 'catalog_hc_teaser', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (274, 7, 'camera_wall_photo', 'Camera Wall Photo', 'default_3x3', 1, 10, 7, 8, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (287, 17, 'green_mode', 'Green Mode', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (536, 442, '7-11', '7-11', 'default_3x3', 1, 52, 4, 1, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (368, 684, 'icy_rares', 'Icy Rares', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (465, 684, 'sports_rares', 'Sports Rares', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (445, 376, 'classics', 'Classics', 'default_3x3', 1, 62, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (251, 680, 'cow_box', 'Cow Box', 'single_bundle', 1, 270, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (252, 3, 'temporary_effects', 'Temporary Effects', 'default_3x3', 1, 263, 1, 14, '0', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (273, 675, 'habbo_camera', 'Habbo Camera', 'default_3x3', 1, 42, 6, 5, '1', '1', '0', '0', 'camara2', 'camara1', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (527, 442, 'nokia', 'Nokia', 'default_3x3', 1, 52, 4, 45, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (383, 374, '2017_farm', '2017 - Farm', 'default_3x3', 1, 181, 1, 10, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'With this furni line, you can make your quaint farm full of chickens and snacks!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (426, 680, 'leprechaun', 'Leprechaun', 'single_bundle', 1, 212, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (401, 374, '2010_flower_power', '2010 - Flower Power', 'default_3x3', 1, 181, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (443, 374, '2016_vikings_v_pirates', '2016 - Vikings v Pirates', 'default_3x3', 1, 181, 1, 9, '1', '1', '0', '0', 'catalog_easter_headline1', 'easternew', '', 'Complete your Viking village with the Blacksmith Hut, or hoist the sails with your Smuggler\'s Lookout!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (444, 209, 'hospital', 'Hospital', 'default_3x3', 1, 2, 1, 36, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (436, 387, 'coffee_house', 'Coffee House', 'default_3x3', 1, 264, 1, 5, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bot ColinHouser has a motto of \"Want some milk?\"', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (437, 387, 'hallway', 'Hallway', 'default_3x3', 1, 264, 1, 10, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Hallways have been featured in Habbo since very early versions.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (438, 387, 'theatre', 'Theatre', 'default_3x3', 1, 264, 1, 24, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Another old and well-known room, this is the 4th revision of the Theatre.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (439, 387, 'welcome_lounge_modern', 'Welcome Lounge - Modern', 'default_3x3', 1, 264, 1, 27, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (514, 511, 'pink_plasto', 'Pink Plasto', 'default_3x3', 1, 158, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (349, 8, 'classics', 'Classics', 'default_3x3', 1, 214, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (253, 2, 'music_shop', 'Music Shop', 'default_3x3', 1, 4, 1, 16, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (254, 253, 'habbo_hotel_hits', 'Habbo Hotel Hits', 'soundmachine', 1, 257, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (255, 7, 'staff_wired', 'Staff Wired', 'default_3x3', 1, 10, 6, 13, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (384, 374, '2018_garden', '2018 - Garden', 'default_3x3', 1, 181, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (256, 218, 'leaderboards', 'Leaderboards', 'default_3x3', 1, 256, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (592, 599, 'turtle_statues', 'Turtle Statues', 'default_3x3', 1, 42, 4, 7, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (385, 374, '2019_fairytale', '2019 - Fairytale', 'default_3x3', 1, 181, 1, 12, '1', '1', '0', '0', 'catalog_easter_headline1', 'easter19_new', '', 'We\'re all about fairytales this year! Maybe we should go find Alice?', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (386, 374, '2009_bunny_run', '2009 - Bunny Run', 'default_3x3', 1, 181, 1, 2, '1', '1', '0', '0', 'bunny_run', 'bunnyrun', '', 'Make your own game of Bunny Run with the furni here!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (412, 219, 'snowboarding', 'Snowboarding', 'default_3x3', 1, 140, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (413, 219, 'ice_hockey', 'Ice Hockey', 'default_3x3', 1, 88, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (387, 5, 'public_room_furni', 'Public Room Furni', 'default_3x3', 1, 264, 1, 2, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (388, 375, 'classics', 'Classics', 'default_3x3', 1, 34, 1, 1, '1', '1', '0', '0', 'halloween', 'catalog_halloween_teaser', '', 'Boy, that grave is spooky... Is anybody in that Crypt? Spooky!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (414, 125, 'snow_war', 'Snow War', 'default_3x3', 1, 2, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (415, 219, 'ice_tag', 'Ice Tag', 'default_3x3', 1, 86, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (389, 375, '2008_virus', '2008 - Virus', 'default_3x3', 1, 34, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (390, 375, '2009_house', '2009 - House', 'default_3x3', 1, 34, 1, 3, '1', '1', '0', '0', 'catalog_halloween_headline1_en', 'Ghostly_organ', '', 'Who doesn\'t love a good Haunted House? Creep out your friends with this furni line!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (416, 209, 'santorini', 'Santorini', 'default_3x3', 1, 273, 1, 63, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'teaser_santorini', '', 'Straight from the country of Greece.. Right here at Habbo.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (400, 374, '2015_candyland', '2015 - Candyland', 'default_3x3', 1, 181, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (417, 209, 'summer_bazaar', 'Summer Bazaar', 'default_3x3', 1, 275, 1, 69, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (418, 209, 'pastel', 'Pastel', 'default_3x3', 1, 2, 1, 54, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Cute and funny, just like you!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (419, 209, 'modern_studio', 'Modern Studio', 'default_3x3', 1, 2, 1, 46, '1', '1', '0', '0', 'feature_cata_hort_modernapt17', 'extra1', '', 'Modern Studio Furni! You asked for it... We added it! Have fun in your new Studio Apartments!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (399, 375, '2018_laboratory', '2018 - Laboratory', 'default_3x3', 1, 34, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (391, 375, '2010_voodoo', '2010 - Voodoo', 'default_3x3', 1, 34, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (398, 375, '2017_cursed_caves', '2017 - Cursed Caves', 'default_3x3', 1, 34, 1, 11, '1', '1', '0', '0', 'halloween', 'spromo_hween17_gen1', '', 'Build your own dungeon, you filthy little Habbo.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (420, 7, 'crackables', 'Crackables', 'pets2', 1, 10, 4, 5, '1', '1', '0', '0', '', '', '', NULL, '<b>Crackables</b>', '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, '');
INSERT INTO `catalog_pages` VALUES (392, 375, '2011_party', '2011 - Party', 'default_3x3', 1, 34, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (397, 375, '2016_ghost_hunter', '2016 - Ghost Hunter', 'default_3x3', 1, 34, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (402, 372, 'summer', 'Summer', 'default_3x3', 1, 274, 1, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (396, 375, '2015_habbocalypse', '2015 - Habbocalypse', 'default_3x3', 1, 34, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (421, 218, 'sound_fx', 'Sound FX', 'default_3x3', 1, 4, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (591, 599, 'panda_statues', 'Panda Statues', 'default_3x3', 1, 42, 4, 4, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (422, 209, 'pro_gamer', 'Pro Gamer', 'default_3x3', 1, 202, 1, 58, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Many people have heard of Legend of Selda, but what about Hario and Wuigi?', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (395, 375, '2014_day_of_the_dead', '2014 - Day of the Dead', 'default_3x3', 1, 34, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (394, 375, '2013_frightful', '2013 - Frightful', 'default_3x3', 1, 34, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (423, 3, 'effects', 'Effects', 'default_3x3', 1, 61, 1, 13, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (424, 209, 'coral_kingdom', 'Coral Kingdom', 'default_3x3', 1, 280, 1, 18, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (498, 675, 'ecotron', 'Ecotron', 'default_3x3', 1, 163, 7, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (393, 375, '2012_carnival', '2012 - Carnival', 'default_3x3', 1, 34, 1, 6, '1', '1', '0', '0', 'halloween', 'hween_12_furni', '', 'Carnivals are already creepy, but our Halloween Carnivale furni will really max out the creep factor!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (270, 7, 'seasonal_gifts', 'Seasonal Gifts', 'default_3x3', 1, 90, 5, 11, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (258, 311, 'azure_rares', 'Azure Rares', 'default_3x3', 1, 42, 6, 1, '1', '1', '0', '0', '', 'Azure', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (259, 311, 'emerald_rares', 'Emerald Rares', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', 'Emerald', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (515, 511, 'clear_plasto', 'Clear Plasto', 'default_3x3', 1, 154, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (516, 442, 'idea_agency', 'Idea Agency', 'default_3x3', 1, 52, 4, 32, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (425, 209, 'basement_band_kit', 'Basement Band Kit', 'default_3x3', 1, 257, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (312, 599, 'books_of_knowledge', 'Books of Knowledge', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (313, 442, 'night_at_the_museum_2', 'Night At The Museum 2', 'default_3x3', 1, 52, 4, 43, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (92, 680, 'bunny_bored', 'Bunny - Bored', 'pets', 1, 150, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (427, 209, 'danish_hygge_furni', 'Danish Hygge Furni', 'default_3x3', 1, 283, 1, 21, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (428, 209, 'tokyo', 'Tokyo', 'default_3x3', 1, 281, 1, 72, '1', '1', '0', '0', 'japan_header_br', 'tokyo18_gen', '', 'Enjoy the awesome new Tokyo-inspired furni line we\'ve released. Subarashii!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (267, 269, 'palooza_spacerent', 'Palooza - Spacerent', 'default_3x3', 1, 227, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (266, 634, 'palooza_guitars', 'Palooza Guitars', 'default_3x3', 1, 227, 1, 13, '1', '1', '0', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (430, 209, 'pride_furni', 'Pride Furni', 'default_3x3', 1, 286, 1, 56, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (431, 270, 'sea_shell_gifts', 'Sea Shell Gifts', 'default_3x3', 1, 280, 5, 1, '1', '1', '0', '0', 'catalog_shells_header', 'shellgifts', '', 'Use your Shells to buy these limited Gifts!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (432, 216, 'greek_2019', 'Greek - 2019', 'default_3x3', 1, 31, 1, 34, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (433, 209, 'celestial', 'Celestial', 'default_3x3', 1, 2, 1, 16, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Fly among the stars with this universally loved Furni Line.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (504, 125, '2008_penguins', '2008 - Penguins', 'default_3x3', 1, 168, 5, 2, '1', '1', '0', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (505, 503, 'jet_set_2016', 'Jet Set - 2016', 'default_3x3', 1, 265, 1, 2, '1', '1', '0', '0', 'JETSET', 'jetset_yachtcomp', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (506, 675, 'habbo_stories', 'Habbo Stories', 'default_3x3', 1, 210, 6, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (507, 506, 'shakespeare', 'Shakespeare', 'default_3x3', 1, 210, 1, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (434, 209, 'zen_garden', 'Zen Garden', 'default_3x3', 1, 2, 1, 84, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'sep18_classic14_internal', '', 'It\'s time to dive into a metaphorical pool of psychological solitude.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (257, 269, 'palooza_2014', 'Palooza - 2014', 'default_3x3', 1, 227, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (435, 209, 'sunlight_city', 'Sunlight City', 'default_3x3', 1, 2, 1, 70, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'suncity19_newfurni', '', 'Build the utopian paradise of your dreams with our new furni line: Sunlight City!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (508, 506, 'vintage_music', 'Vintage Music', 'default_3x3', 1, 210, 1, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (509, 506, 'boarding_school', 'Boarding School', 'default_3x3', 1, 210, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (510, 506, 'football', 'Football', 'default_3x3', 1, 210, 1, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (300, 557, 'limited_edition_rares', 'Limited Edition Rares', 'default_3x3', 1, 145, 6, 10, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (7, -1, 'staff', 'Staff', 'default_3x3', 1, 65, 4, 7, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (327, 557, 'v7_rares', 'V7 Rares', 'default_3x3', 1, 42, 6, 4, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (547, 442, 'virtual_piggy_ink', 'Virtual Piggy Ink', 'default_3x3', 1, 52, 4, 68, '1', '1', '0', '0', '', '', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (328, 327, 'dragon_lamps', 'Dragon Lamps', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', 'rares', 'Dragons', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (329, 327, 'fans', 'Fans', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', 'rares', 'Fanss', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (330, 327, 'ice_cream_machines', 'Ice Cream Machines', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', 'rares', 'IceCream', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (331, 327, 'laser_gates', 'Laser Gates', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', 'rares', 'Lazer', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (332, 327, 'marquees', 'Marquees', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', 'rares', 'Marquee', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (333, 327, 'monoliths', 'Monoliths', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', 'rares', 'Mono', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (334, 327, 'oriental_screens', 'Oriental Screens', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', 'rares', 'Oriental', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (335, 327, 'pillars', 'Pillars', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', 'rares', 'Pillars', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (336, 327, 'smoke_machines', 'Smoke Machines', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', 'rares', 'Smokes', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (337, 311, 'maroon_rares', 'Maroon Rares', 'default_3x3', 1, 77, 6, 3, '1', '1', '0', '0', '', '5af5b5_prizepack_3d', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (338, 442, 'niko', 'Niko', 'default_3x3', 1, 52, 4, 44, '1', '1', '0', '0', 'catalog_header_niko_en', 'catalog_niko_en', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (339, 442, 'habbo_mobile_app', 'Habbo Mobile App', 'default_3x3', 1, 52, 4, 30, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (360, 387, 'habburgers', 'Habburgers', 'default_3x3', 1, 264, 1, 8, '1', '1', '0', '0', 'catalog_header_classics', 'aug16_classic2_internal', '', 'The room description was \"American classics - burgers, fries and shakes. And ketchup, so much ketchup.\"', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (340, 348, 'sleeping_bags', 'Sleeping Bags', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (341, 348, 'one_way_gates', 'One Way Gates', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (342, 348, 'inflatable_chairs', 'Inflatable Chairs', 'default_3x3', 1, 234, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (343, 348, 'traffic_lights_barriers', 'Traffic Lights & Road Barriers', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', 'rares', 'catalog_teaser_traffic_signs', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (557, 7, 'rare_groups', 'Rare Groups', 'default_3x3', 1, 10, 4, 2, '1', '0', '0', '0', '', ' ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (344, 348, 'miscellaneous', 'Miscellaneous', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', 'rares', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (345, 557, 'collectibles', 'Collectibles', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (346, 442, 'others', 'Others', 'default_3x3', 1, 52, 4, 72, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (347, 327, 'pillows', 'Pillows', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', 'rares', 'Pillows', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (492, 345, 'merge_compensation', 'Merge Compensation', 'default_3x3', 1, 56, 1, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (495, 442, 'builder\'s_club_birthday', 'Builder\'s Club Birthday', 'default_3x3', 1, 52, 4, 7, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (403, 402, '2010_big_wave', '2010 - Big Wave', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Even more floats! Make your pool party perfect with some inflatables.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (405, 402, '2007', '2007', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Relax by the beach with these chairs and BBQs!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (406, 402, '2009', '2009', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'Add to your beach party with an ice box and some floats.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (407, 402, '2011', '2011', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'A bonfire on the beach with some Habbo tunes, nothing beats it.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (408, 402, '2008_tiki', '2008 - Tiki', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (409, 402, '2017', '2017', 'default_3x3', 1, 274, 1, 8, '1', '1', '0', '0', 'summer', 'summer_teaser', '', 'A burger and some shades are all you need to explore a beach town!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (681, 680, 'cows', 'Cows', 'pets', 1, 270, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (680, 675, 'pets', 'Pets', 'default_3x3', 1, 10, 6, 1, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (518, 209, 'rainy_day', 'Rainy Day', 'default_3x3', 1, 2, 1, 59, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'spromo_rainy19_gen', '', 'You\'ll never get soaked again.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (519, 209, 'supermarket', 'Supermarket', 'default_3x3', 1, 213, 1, 71, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Get that last minute shopping in with our supermarket furni!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (675, 7, 'previous_campaigns', 'Previous Campaigns', 'default_3x3', 1, 10, 6, 7, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (501, 209, 'laundry', 'Laundry', 'default_3x3', 1, 2, 1, 42, '1', '1', '0', '0', 'game_shop_header', 'may18_house2_internal', '', 'Kick back and play some games while your clothes wash!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (521, 375, '2019_coven', '2019 - Coven', 'default_3x3', 1, 34, 1, 13, '1', '1', '0', '0', 'halloween', 'catalog_halloween_teaser', '', 'We\'re getting witchy this year! Make your own coven...', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (522, 209, 'dessert_cafe', 'Dessert Cafe', 'default_3x3', 1, 2, 1, 22, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (185, 442, 'kung_fu_panda_2', 'Kung Fu Panda 2', 'default_3x3', 1, 52, 4, 35, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (286, 17, 'yellow_mode', 'Yellow Mode', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (285, 17, 'red_mode', 'Red Mode', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (307, 125, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 7, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (502, 511, 'white_plasto', 'White Plasto', 'default_3x3', 1, 46, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (170, 180, 'pink_pura', 'Pink Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (171, 180, 'black_pura', 'Black Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (172, 180, 'white_pura', 'White Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (173, 180, 'beige_pura', 'Beige Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (278, 4, 'breeding_boxes', 'Breeding Boxes', 'default_3x3', 1, 99, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (589, 3, 'new_additions', 'New Additions', 'default_3x3', 1, 215, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (593, 209, 'elegant', 'Elegant', 'default_3x3', 1, 2, 1, 25, '1', '1', '0', '0', 'catalog_header_classics', 'classiclounge', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (283, 17, 'black_mode', 'Black Mode', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (47, 526, 'hello', 'Hello', 'default_3x3', 1, 5, 1, 3, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (555, 526, 'kuurna', 'Kuurna', 'default_3x3', 1, 5, 1, 4, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (188, 526, 'farewell_pixels', 'Farewell Pixels', 'default_3x3', 1, 5, 1, 2, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (23, 526, 'pixel_rentals', 'Pixel Rentals', 'default_3x3', 1, 5, 1, 7, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (526, 675, 'pixels', 'Pixels', 'default_3x3', 1, 5, 6, 6, '1', '0', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (194, 526, 'pixel_pet_accessories', 'Pixel Pet Accessories', 'default_3x3', 1, 5, 1, 6, '1', '1', '0', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (275, 377, 'countdown', 'Countdown', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', '0', 'newyears', 'catal_fp_pic5', '', 'All these years have gone by, relive them with this furni.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (596, 311, 'teal_rares', 'Teal Rares', 'default_3x3', 1, 42, 6, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (326, 373, '2019_log_cabin', '2019 - Log Cabin', 'default_3x3', 1, 168, 1, 17, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (125, 7, 'extras', 'Extras', 'pets2', 1, 215, 5, 10, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (325, 373, '2019_winter_palace', '2019 - Winter Palace', 'default_3x3', 1, 168, 1, 18, '1', '1', '0', '0', 'catalog_header_xmas2013', 'spromo_xmas19_gen', '', 'Time to <i>chill</i> out and relax in an icy palace. Just <i>let it go</i>, man.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (196, 387, 'picnic', 'Picnic - Modern', 'default_3x3', 1, 264, 1, 22, '1', '1', '0', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The remodel was debuted in February 2015, and was renamed from Picnic Area to Picnic.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (93, 680, 'bunny_manic', 'Bunny - Manic', 'pets', 1, 149, 1, 99, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (99, 221, 'kittens', 'Kittens', 'pets', 1, 228, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (100, 221, 'puppies', 'Puppies', 'pets', 1, 228, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (101, 221, 'piglets', 'Piglets', 'pets', 1, 228, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (197, 125, 'null', 'Null', 'default_3x3', 1, 42, 7, 10, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (198, 442, 'bubblejuice', 'BubbleJuice', 'default_3x3', 1, 52, 4, 6, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (46, 209, 'trax', 'Trax', 'default_3x3', 1, 4, 1, 74, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (623, 234, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (311, 557, 'colourable_rares', 'Colourable Rares', 'default_3x3', 1, 42, 6, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (284, 17, 'beige_mode', 'Beige Mode', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (529, 442, 'ob', 'OB', 'default_3x3', 1, 52, 4, 47, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (177, 180, 'red_pura', 'Red Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (530, 442, 'mtv', 'MTV', 'default_3x3', 1, 52, 4, 40, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (176, 180, 'yellow_pura', 'Yellow Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (531, 442, 'malaco', 'Malaco', 'default_3x3', 1, 52, 4, 38, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (532, 442, 'm6', 'M6', 'default_3x3', 1, 52, 4, 36, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (533, 442, 'gs_arcade', 'GS Arcade', 'default_3x3', 1, 52, 4, 28, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (534, 442, 'grefusa', 'Grefusa', 'default_3x3', 1, 52, 4, 27, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (174, 180, 'blue_pura', 'Blue Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (535, 442, 'clearasil', 'Clearasil', 'default_3x3', 1, 52, 4, 14, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (98, 680, 'terrier_puppies', 'Terrier Puppies', 'pets', 1, 228, 1, 5, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (537, 442, 'capri_sun', 'Capri Sun', 'default_3x3', 1, 52, 4, 9, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (96, 680, 'monkey_evil', 'Monkey - Evil', 'pets', 1, 167, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (97, 680, 'bear_cubs', 'Bear Cubs', 'pets', 1, 228, 1, 1, '1', '1', '0', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (538, 442, 'ditch_the_label', 'Ditch The Label', 'default_3x3', 1, 52, 4, 18, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (94, 680, 'pigeon_wise', 'Pigeon - Wise', 'pets', 1, 2, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (95, 680, 'pigeon_cunning', 'Pigeon - Cunning', 'pets', 1, 2, 1, 99, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (539, 442, 'tampax', 'Tampax', 'default_3x3', 1, 52, 4, 65, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (175, 180, 'green_pura', 'Green Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (540, 442, 'netari', 'Netari', 'default_3x3', 1, 52, 4, 41, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (541, 442, 'easy_mac', 'Easy Mac', 'default_3x3', 1, 52, 4, 21, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (542, 442, 'persy_jackson', 'Persy Jackson', 'default_3x3', 1, 52, 4, 53, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (601, 599, 'punching_bags', 'Punching Bags', 'default_3x3', 1, 42, 4, 5, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', ' ', NULL, ' ', '', ' ', 0, '');
INSERT INTO `catalog_pages` VALUES (745, 300, '2019_ltds', '2019 LTDs', 'default_3x3', 1, 145, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (746, 300, '2020_ltds', '2020 LTDs', 'default_3x3', 1, 145, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (543, 442, 'sunny_delight', 'Sunny Delight', 'default_3x3', 1, 52, 4, 62, '1', '1', '0', '0', 'calippo_header_es', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (544, 442, 'puffet', 'Puffet', 'default_3x3', 1, 52, 4, 54, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (545, 442, 'antena_3', 'Antena 3', 'default_3x3', 1, 52, 4, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (546, 442, 'chocapic', 'Chocapic', 'default_3x3', 1, 52, 4, 12, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (280, 209, 'habbowood', 'Habbowood', 'default_3x3', 1, 33, 1, 35, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (577, 624, 'rare_clothing_2017', '[R] Clothing - 2017', 'default_3x3', 2, 42, 6, 3, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (578, 624, 'rare_clothing_2018', '[R] Clothing - 2018', 'default_3x3', 3, 42, 6, 4, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (579, 624, 'rare_clothing_2019', '[R] Clothing - 2019', 'default_3x3', 4, 42, 6, 5, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (580, 624, 'rare_clothing_2016', '[R] Clothing - 2016', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (585, 624, 'golden_accessories', 'Golden Accessories', 'default_3x3', 1, 263, 6, 8, '1', '1', '0', '0', '', '70b334203e82', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (581, 410, '2015-16_new_year_acc.', '2015-16 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (582, 410, '2017-18_new_year_acc.', '2017-18 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (583, 410, '2016-17_new_year_acc.', '2016-17 NY Acc.', 'default_3x3', 1, 350, 1, 31, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (584, 410, '2018-19_new_year_acc.', '2018-19 NY Acc.', 'default_3x3', 1, 350, 1, 10, '1', '1', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (410, 624, 'new_year_accessories', 'New Year Accessories', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (525, 209, 'bohemian_festival', 'Bohemian Festival', 'default_3x3', 1, 285, 1, 14, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'Spromo_fest19_gen', '', 'It\'s time for a festival!', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (305, 442, 'chupa_chups', 'Chupa Chups', 'default_3x3', 1, 52, 4, 13, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (568, 5, 'classic_furni_lines', 'Classic Furni Lines', 'pets3', 1, 196, 1, 3, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (556, 568, 'candy', 'Candy', 'default_3x3', 1, 19, 1, 3, '1', '1', '0', '0', 'catalog_candy_headline1', 'catalog_candy_teaser1', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (314, 281, 'black_area', 'Black Area', 'default_3x3', 1, 14, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (315, 281, 'white_area', 'White Area', 'default_3x3', 1, 14, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (316, 281, 'beige_area', 'Beige Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (317, 281, 'pink_area', 'Pink Area', 'default_3x3', 1, 14, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (318, 281, 'blue_area', 'Blue Area', 'default_3x3', 1, 14, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (319, 281, 'green_area', 'Green Area', 'default_3x3', 1, 14, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (320, 281, 'yellow_area', 'Yellow Area', 'default_3x3', 1, 14, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (321, 281, 'red_area', 'Red Area', 'default_3x3', 1, 14, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (322, 281, 'purple_area', 'Purple Area', 'default_3x3', 1, 14, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (590, 557, 'extra_rares', 'Extra Rares', 'default_3x3', 1, 42, 5, 11, '1', '1', '0', '0', 'limited_header', 'catalog_limited_teaser', '', 'Rares that didn\'t really fit in any other category.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (548, 442, 'paula', 'Paula', 'default_3x3', 1, 52, 4, 51, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (549, 442, 'rango', 'Rango', 'default_3x3', 1, 52, 4, 56, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (550, 442, 'frank', 'Frank', 'default_3x3', 1, 52, 4, 25, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (551, 442, 'escape_from_madagascar', 'Escape From Madagascar', 'default_3x3', 1, 52, 4, 23, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (552, 442, 'coolpolitics', 'Coolpolitics', 'default_3x3', 1, 52, 4, 15, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (553, 442, 'cheetos', 'Cheetos', 'default_3x3', 1, 52, 4, 11, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (554, 442, 'durex', 'Durex', 'default_3x3', 1, 52, 4, 20, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (597, 599, 'sloth_statues', 'Sloth Statues', 'default_3x3', 1, 42, 4, 6, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (742, 300, '2016_ltds', '2016 LTDs', 'default_3x3', 1, 145, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (743, 300, '2017_ltds', '2017 LTDs', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (744, 300, '2018_ltds', '2018 LTDs', 'default_3x3', 1, 145, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (598, 599, 'hedgehog_statues', 'Hedgehog Statues', 'default_3x3', 1, 42, 4, 2, '1', '1', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (738, 300, '2012_ltds', '2012 LTDs', 'default_3x3', 1, 145, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (739, 300, '2013_ltds', '2013 LTDs', 'default_3x3', 1, 145, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (740, 300, '2014_ltds', '2014 LTDs', 'default_3x3', 1, 145, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (599, 7, 'bonus_prizes', 'Bonus Prizes', 'default_3x3', 1, 99, 4, 6, '1', '0', '0', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (741, 300, '2015_ltds', '2015 LTDs', 'default_3x3', 1, 145, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (674, 7, 'crafting', 'Crafting', 'default_3x3', 1, 180, 4, 4, '1', '0', '0', '0', '', '', '', 'Either used as prizes or ingredients.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (569, 387, 'hoh_winner_statues', 'HoH Winner Statues', 'default_3x3', 1, 264, 1, 12, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (657, 345, 'exotic_birds', 'Exotic Birds', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (658, 345, 'northern_american_animals', 'Northern American Animals', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (664, 420, 'bonus_bags', 'Bonus Bags', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (665, 420, 'seasonal_crackables', 'Seasonal Crackables', 'default_3x3', 1, 90, 4, 2, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (666, 665, 'halloween_crackables', 'Halloween Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (667, 665, 'easter_crackables', 'Easter Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (668, 665, 'new_year_crackables', 'New Year Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (669, 665, 'christmas_crackables', 'Christmas Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (670, 345, 'sci-fi', 'Sci-Fi', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (671, 345, 'victorian_dolls', 'Victorian Dolls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (672, 345, 'festival_skulls', 'Festival Skulls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (673, 345, 'inflatable_furni', 'Inflatable Furni', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (288, 17, 'blue_mode', 'Blue Mode', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (289, 17, 'white_mode', 'White Mode', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (291, 27, 'white_iced', 'White Iced', 'default_3x3', 1, 20, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (292, 27, 'aquamarine_iced', 'Aquamarine Iced', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (290, 27, 'black_iced', 'Black Iced', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (293, 27, 'pink_iced', 'Pink Iced', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (294, 27, 'blue_iced', 'Blue Iced', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (295, 27, 'green_iced', 'Green Iced', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (296, 27, 'yellow_iced', 'Yellow Iced', 'default_3x3', 1, 20, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (297, 27, 'red_iced', 'Red Iced', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (298, 27, 'purple_iced', 'Purple Iced', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (411, 209, 'monster_plant_furni', 'Monster Plant Furni', 'default_3x3', 1, 2, 1, 47, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (178, 180, 'purple_pura', 'Purple Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (180, 568, 'pura', 'Pura', 'default_3x3', 1, 48, 1, 9, '1', '0', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (181, 180, 'pura_extensions', 'Pura Extensions', 'default_3x3', 1, 48, 1, 11, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (164, 60, 'usva_yellow', 'USVA - Yellow', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (165, 60, 'usva_green', 'USVA - Green', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (166, 60, 'usva__red', 'USVA - Red', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (167, 60, 'usva__blue', 'USVA - Blue', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (168, 60, 'usva__pink', 'USVA - Pink', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (622, 568, 'dark_iced', 'Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (187, 209, 'trax_machines', 'Trax Machines', 'default_3x3', 1, 4, 1, 75, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (605, 604, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (606, 604, 'seating', 'Seating', 'default_3x3', 1, 111, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (607, 604, 'tables', 'Tables', 'default_3x3', 1, 112, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (608, 604, 'beds', 'Beds', 'default_3x3', 1, 114, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (609, 604, 'dividers', 'Dividers', 'default_3x3', 1, 113, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (611, 603, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (612, 603, 'floors', 'Floors', 'default_3x3', 1, 41, 1, 2, '1', '1', '0', '0', 'catalog_floors_header_dyn', 'small_promo_venus_de_habbo', '', 'This section has a floor furni for every situation.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (613, 602, 'water_features', 'Water Features', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', 'gondola_header', 'gondola_teaser', '', 'Use this section to complete your room with some relaxing water features.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (614, 602, 'ground', 'Ground', 'default_3x3', 1, 21, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (615, 603, 'doors', 'Doors', 'default_3x3', 1, 55, 1, 5, '1', '1', '0', '0', 'catalogue_header_castles', 'Catalogue_Teaser_Castles', '', 'Give your room an entrance and an exit.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (616, 602, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (617, 218, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (618, 218, 'deals', 'Deals', 'default_3x3', 1, 84, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (619, 218, 'how_to_use_wired', 'How To Use Wired', 'info_loyalty', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', '1. <a href=\"event:habbopages/wired_triggers\">Wired Triggers</a>\r\n2. <a href=\"event:habbopages/wired_effects\">Wired Effects</a>\r\n3. <a href=\"event:habbopages/wired_conditions\">Wired Conditions</a>\r\n4. <a href=\"event:habbopages/wired_addons\">Wired Addons</a>\r\n5. <a href=\"event:habbopages/wired_leaderboards\">Wired Leaderboards</a>', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (620, 219, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (630, 219, 'rollerskating', 'Rollerskating', 'default_3x3', 1, 94, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (621, 209, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (263, 442, 'miss_mix', 'Miss Mix', 'default_3x3', 1, 52, 4, 39, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (632, 675, 'newbie', 'Newbie', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (690, 599, 'seal_statues', 'Seal Statues', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (634, 420, 'crackable_prizes', 'Crackable Prizes', 'default_3x3', 1, 42, 5, 6, '1', '0', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (636, 624, 'nt_clothing', 'NT Clothing', 'default_3x3', 1, 42, 5, 9, '1', '1', '0', '0', '', '', '', 'NT stands for Non-Tradable; unsure what Habbo uses these for, but they could be used in competitions and events as prizes.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (638, 622, 'black_dark_iced', 'Black Dark Iced', 'default_3x3', 1, 72, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (639, 622, 'white_dark_iced', 'White Dark Iced', 'default_3x3', 1, 72, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (640, 622, 'aquamarine_dark_iced', 'Aquamarine Dark Iced', 'default_3x3', 1, 72, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (641, 622, 'pink_dark_iced', 'Pink Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (642, 622, 'blue_dark_iced', 'Blue Dark Iced', 'default_3x3', 1, 72, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (643, 622, 'green_dark_iced', 'Green Dark Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (644, 622, 'yellow_dark_iced', 'Yellow Dark Iced', 'default_3x3', 1, 72, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (645, 622, 'red_dark_iced', 'Red Dark Iced', 'default_3x3', 1, 72, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (646, 622, 'purple_dark_iced', 'Purple Dark Iced', 'default_3x3', 1, 72, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (647, 105, 'pink_dark_pura', 'Pink Dark Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (648, 105, 'black_dark_pura', 'Black Dark Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (649, 105, 'white_dark_pura', 'White Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (650, 105, 'beige_dark_pura', 'Beige Dark Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (651, 105, 'blue_dark_pura', 'Blue Dark Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (652, 105, 'green_dark_pura', 'Green Dark Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (653, 105, 'yellow_dark_pura', 'Yellow Dark Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (654, 105, 'red_dark_pura', 'Red Dark Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (655, 105, 'purple_dark_pura', 'Purple Dark Pura', 'default_3x3', 1, 48, 1, 7, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (656, 105, 'aqua_dark_pura', 'Aqua Dark Pura', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (676, 674, 'finished_craftables', 'Finished Craftables', 'default_3x3', 1, 42, 5, 4, '1', '1', '0', '0', '', '', '', 'When a recipe is made, you are given an item to either craft further, or the final product. This is a page of <b>both of those</b>, and ideally shouldn\'t be in the main catalogue; unless you want to skip crafting.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (677, 674, 'secondary_ingredients', 'Secondary Ingredients', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', '0', '', '', '', 'These <b>secondary ingredients</b> are given from craftables, but are used for crafting so shouldn\'t be in the main catalogue.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (678, 674, 'crafting_tables', 'Crafting Tables', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', '0', '', '', '', 'For users to craft, they\'ll need to be able to use these tables.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (193, 190, 'tokyo_crackables', 'Tokyo Crackables', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (683, 125, 'other', 'Other', 'default_3x3', 1, 42, 7, 4, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (685, 680, 'epic_pet_(alone)', 'Epic Pet (alone)', 'pets', 1, 42, 4, 9, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (301, 442, 'alvin', 'Alvin', 'default_3x3', 1, 52, 4, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (687, 624, 'rare_clothing_2020', '[R] Clothing - 2020', 'default_3x3', 1, 42, 6, 6, '1', '1', '0', '0', '', '', '', 'Unreleased rare clothing.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (688, 410, '2019-20_ny_acc.', '2019-20 NY Acc.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'This furniture is used in a New Years Crackable.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (689, 8, 'masks', 'Masks', 'default_3x3', 1, 214, 1, 9, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (691, 720, '2020_rares', '2020 Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (692, 376, '2020_cafe', '2020 - Cafe', 'default_3x3', 1, 62, 1, 22, '1', '1', '0', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'Create your own romantic café with this Valentines furni line.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (693, 721, 'bonus_rare_20', 'Bonus Rare 20', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (570, 624, 'unreleased_clothing', 'Unreleased Clothing', 'default_3x3', 1, 42, 5, 1, '1', '1', '0', '0', '', '', '', 'Clothing that isn\'t released in the main catalogue.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (195, 43, 'white_diner', 'White Diner', 'default_3x3', 1, 204, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (571, 43, 'red_diner', 'Red Diner', 'default_3x3', 1, 204, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (517, 209, 'art', 'Art', 'default_3x3', 1, 2, 1, 8, '1', '1', '0', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (226, 374, '2020_alpine_heights', '2020 - Alpine Heights', 'default_3x3', 1, 181, 1, 13, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (264, 442, 'boost', 'Boost', 'default_3x3', 1, 52, 4, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (696, 209, 'india', 'India', 'default_3x3', 1, 2, 1, 37, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (633, 420, 'temp_art_n_india', 'temp art n india', 'default_3x3', 1, 42, 6, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (265, 442, 'central_music', 'Central Music', 'default_3x3', 1, 52, 4, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (309, 442, 'dave', 'Dave', 'default_3x3', 1, 52, 4, 16, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (323, 442, 'football', 'Football', 'default_3x3', 1, 52, 4, 24, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (324, 442, 'elisa', 'Elisa', 'default_3x3', 1, 52, 4, 22, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (350, 442, 'honey', 'Honey', 'default_3x3', 1, 52, 4, 31, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (351, 442, 'pepsi', 'Pepsi', 'default_3x3', 1, 52, 4, 52, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (353, 442, 'reebok', 'Reebok', 'default_3x3', 1, 52, 4, 57, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (382, 442, 'suunvuoru', 'Suunvuoru', 'default_3x3', 1, 52, 4, 64, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (451, 442, 'kelloggs', 'Kelloggs', 'default_3x3', 1, 52, 4, 34, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (461, 442, 'jaapuisto', 'Jaapuisto', 'default_3x3', 1, 52, 4, 33, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (462, 442, 'volkswagen', 'Volkswagen', 'default_3x3', 1, 52, 4, 69, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (474, 442, 'on_tour', 'On Tour', 'default_3x3', 1, 52, 4, 48, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (489, 442, 'wwe', 'WWE', 'default_3x3', 1, 52, 4, 70, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (496, 442, 'pacha', 'Pacha', 'default_3x3', 1, 52, 4, 50, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (520, 442, 'r2', 'R2', 'default_3x3', 1, 52, 4, 55, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (524, 442, 'spangas_on_survival', 'Spangas on Survival', 'default_3x3', 1, 52, 4, 58, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (560, 442, 'spiderman', 'Spiderman', 'default_3x3', 1, 52, 4, 59, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (561, 442, 'superpop', 'SuperPop', 'default_3x3', 1, 52, 4, 63, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (562, 442, 'disney', 'Disney', 'default_3x3', 1, 52, 4, 17, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (563, 442, 'yle', 'YLE', 'default_3x3', 1, 52, 4, 71, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (564, 442, 'veet', 'Veet', 'default_3x3', 1, 52, 4, 67, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (565, 442, 'nouvelle_star', 'Nouvelle Star', 'default_3x3', 1, 52, 4, 46, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (566, 442, 'dubbelfrisss', 'Dubbelfrisss', 'default_3x3', 1, 52, 4, 19, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (600, 190, 'pinatas_crackables', 'Pinatas Crackables', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (610, 190, 'coloured_rares_crackables', 'Coloured Rares Crackables', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (637, 190, 'gold_crackables', 'Gold Crackables', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (61, 190, 'santorini_crackables', 'Santorini Crackables', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (103, 190, 'coral_kingdom_crackables', 'Coral Kingdom Crackables', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (169, 190, 'hygge_crackables', 'Hygge Crackables', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (183, 190, 'bohemian_crackables', 'Bohemian Festival Crackables', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (184, 190, 'art_crackables', 'Art Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (186, 190, 'spa_crackables', 'Spa Crackables', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (189, 190, 'india_crackables', 'India Crackables', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (190, 420, 'campaigns', 'Campaigns', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (191, 420, 'non-crack_versions', 'Non-Crack Versions', 'default_3x3', 1, 42, 4, 14, '1', '1', '0', '0', '', '', '', 'Habbo sometimes releases non-crackable versions of crackables; find them here.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (192, 190, 'habbo15_crackables', 'Habbo15 Crackables', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (213, 190, 'greek_crackables', 'Greek Crackables', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (237, 720, '2018_rares', '2018 Rares', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (268, 720, '2016_rares', '2016 Rares', 'default_3x3', 1, 52, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (276, 684, 'palooza_rares', 'Palooza Rares', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (567, 634, 'pinata_prizes', 'Pinata Prizes', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (572, 209, 'friendship_fusion', 'Friendship Fusion', 'default_3x3', 1, 2, 1, 27, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (573, 720, '2017_rares', '2017 Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (574, 720, '2019_rares', '2019 Rares', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (629, 216, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (631, 684, 'neo-habbo_rares', 'Neo-Habbo Rares', 'default_3x3', 1, 254, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (682, 684, 'mystics_rares', 'Mystics Rares', 'default_3x3', 1, 185, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (684, 557, 'rares_by_furni_line', 'Rares by Furni Line', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (694, 684, 'jurassic_rares', 'Jurassic Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (686, 209, 'london', 'London', 'default_3x3', 1, 2, 1, 43, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (695, 684, 'olympics/london_rares', 'Olympics/London Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (697, 209, 'habbo-lympix', 'Habbo-Lympix', 'default_3x3', 1, 266, 1, 34, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (699, 684, 'executive_rares', 'Executive Rares', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (210, 684, 'university_rares', 'University Rares', 'default_3x3', 1, 42, 1, 19, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (701, 700, 'vanilla_executive', 'Vanilla Executive', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (702, 684, 'drago_rares', 'Drago Rares', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (703, 634, 'bohemian_festival_prizes', 'Bohemian Festival Prizes', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (704, 674, 'ingredients', 'Ingredients', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (705, 704, 'bohemian_festival_ingr', 'Bohemian Festival Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (706, 684, 'paris_rares', 'Paris Rares', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (707, 684, 'pirates_rares', 'Pirates Rares', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (708, 209, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 55, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (709, 708, 'ghost_ship', 'Ghost Ship', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (710, 708, 'bottles', 'Bottles', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (711, 684, 'santorini_rares', 'Santorini Rares', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (712, 557, 'roombundle_rare', 'Roombundle Rare', 'default_3x3', 1, 42, 7, 12, '1', '1', '0', '0', '', '', '', 'For some reason, Habbo has some non-LTD versions of some LTDs. Here they are.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (713, 684, 'school_rares', 'School Rares', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (714, 684, 'steampunk_rares', 'Steampunk Rares', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (715, 684, 'bazaar_rares', 'Bazaar Rares', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (716, 684, 'sunlight_city_rares', 'Sunlight City Rares', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (717, 684, 'tokyo_rares', 'Tokyo Rares', 'default_3x3', 1, 42, 1, 18, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (718, 684, 'wild_west_rares', 'Wild West Rares', 'default_3x3', 1, 42, 1, 21, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (719, 684, 'zen_garden_rares', 'Zen Garden Rares', 'default_3x3', 1, 42, 1, 22, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (720, 557, 'rares_by_year', 'Rares by Year', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (721, 420, 'bonus_rares', 'Bonus Rares', 'default_3x3', 1, 42, 4, 4, '1', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (722, 634, 'halloween_prizes', 'Halloween Prizes', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (723, 634, 'jungle_prizes', 'Jungle Prizes', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (724, 634, 'easter_egg_prizes', 'Easter Egg Prizes', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (725, 634, 'mystics_prizes', 'Mystics Prizes', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (726, 634, 'habbo15_prizes', 'Habbo15 Prizes', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (727, 634, 'gold_rare_prizes', 'Gold Rare Prizes', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (728, 634, 'easter_prizes', 'Easter Prizes', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (729, 634, 'christmas_prizes', 'Christmas Prizes', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (730, 634, 'santorini_prizes', 'Santorini Prizes', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (731, 634, 'coral_kingdom_prizes', 'Coral Kingdom Prizes', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (732, 634, 'tokyo_prizes', 'Tokyo Prizes', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (733, 634, 'diamond_box_prizes', 'Diamond Gift Box Prizes', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (734, 634, 'greek_prizes', 'Greek Prizes', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (735, 634, 'spa_prizes', 'Spa Prizes', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (679, 7, 'what_you_can_do', 'What You Can Do', 'info_loyalty', 1, 42, 4, 14, '1', '1', '0', '0', '', '', '', 'Page Text 1: <font color=\"#eb3528\">You</font> <font color=\"#e69d20\">can</font> <font color=\"#e3dc19\">use</font> <font color=\"#8ae324\">any</font> <font color=\"#63e622\">colour</font> <font color=\"#19e3ad\">you</font> <font color=\"#1856db\">would</font> <font color=\"#6d18db\">like.</font>\r\n<font size=\"15\">And any size.</font><br>\r\n<font color=\"#9c0500\">I use red a lot on my staff pages, and of course <b>bold for emphasis,</b> <i>italics are important</i>, and <u>underlining.</u></font><br>\r\nYou can add events to <b>some</b> page types too.<br>\r\n<a href=\"event:habbopages/chat\">This opens a habbopage.</a><br>\r\n<a href=\"event:toolbar/memenu\">This opens your menu.</a><br>\r\n<a href=\"event:navigator/search/ridge.fun\">This searches the navigator.</a><br>\r\n<a href=\"event:avatareditor/open\">This opens the Avatar Editor.</a><br>\r\n<font size=\"15\"><i>You get the idea.</i><br>\r\n<font size=\"13\">Enjoy the catalogue!</font>', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (698, 222, 'all_in_one_bc', 'All In One (LAGGY)', 'default_3x3_color_grouping', 1, 28, 1, 35, '1', '1', '0', '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');
INSERT INTO `catalog_pages` VALUES (747, 704, 'india_ingredients', 'India Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (1100, 7, 'new_release', 'New Furnitures', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', '0', '', '', '', 'New unrelesed Furnitures.', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (1006, 233, 'terrier_habitat20', 'Terrier\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 7, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 56, '');
INSERT INTO `catalog_pages` VALUES (1005, 233, 'puppy_habitat20', 'Puppy\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 4, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 55, '');
INSERT INTO `catalog_pages` VALUES (1002, 233, 'pigglets_habitat20', 'Piglet\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 5, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 52, '');
INSERT INTO `catalog_pages` VALUES (1001, 233, 'chill_modern_20', 'NEW: Chill Modern Bundle', 'room_bundle', 1, 268, 1, 2, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 51, '');
INSERT INTO `catalog_pages` VALUES (1004, 233, 'cat_habitat20', 'Kitten\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 3, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 54, '');
INSERT INTO `catalog_pages` VALUES (1003, 233, 'polarbear_habitat20', 'Polar Bear\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 6, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 53, '');
INSERT INTO `catalog_pages` VALUES (1000, 233, 'dark_elegant_20', 'NEW: Dark Elegant Bundle', 'room_bundle', 1, 268, 1, 1, '1', '1', '0', '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!', '<b><i><color=\"#E5580E\">The Bundle include:</color></b></i>', 50, '');
INSERT INTO `catalog_pages` VALUES (748, 1100, 'neonpunk_c20', 'neonpunk_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (749, 1100, 'gothiccafe_c20', 'gothiccafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (750, 1100, 'sunsetcafe_c20', 'sunsetcafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (751, 1100, 'zengarden_c20', 'zengarden_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (752, 1100, 'rainyday_c20', 'rainyday_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (753, 1100, 'habbo20_c20', 'habbo20_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (754, 311, 'rare_blackrosegold', 'Blackrosegold', 'default_3x3', 1, 1, 6, 5, '1', '1', '0', '0', '', '', '', '', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (755, 1100, 'darkelegant_c20', 'darkelegant_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (756, 1100, 'darkmodern_c20', 'darkmodern_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (757, 2, 'trimmed_rosegold20', 'Trimmed Rose Gold Balloon', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (758, 2, 'crackables_habbo20', 'Crackable Rewards: Probabilities', 'pets3', 1, 42, 1, 5, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (1110, 7, 'targetoffer_int', 'Targeted Offers', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', '0', '', '', '', 'Targeted offers Packs', '', '', '', 0, '');
INSERT INTO `catalog_pages` VALUES (761, 14, 'sold_limited_rares', 'Sold Rares', 'default_3x3', 1, 198, 1, 1, '1', '1', '0', '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, '');
INSERT INTO `catalog_pages` VALUES (760, 190, 'habbo20_crackables', 'Habbo 20 Crackables', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
-- ----------------------------
-- Table structure for catalog_pages_bc
-- ----------------------------
DROP TABLE IF EXISTS `catalog_pages_bc`;
CREATE TABLE `catalog_pages_bc` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`parent_id` int(0) NOT NULL DEFAULT -1,
`caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci 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') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default_3x3',
`icon_color` int(0) NOT NULL DEFAULT 1,
`icon_image` int(0) NOT NULL DEFAULT 1,
`order_num` int(0) NOT NULL DEFAULT 1,
`visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`page_headline` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`page_teaser` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`page_special` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
`page_text1` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text2` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text_details` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`page_text_teaser` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_pages_bc
-- ----------------------------
INSERT INTO `catalog_pages_bc` VALUES (1, -1, 'Furniture', 'default_3x3', 1, 1, 0, '1', '1', '', '', '', NULL, NULL, NULL, NULL);
INSERT INTO `catalog_pages_bc` VALUES (2, -1, 'Building Blocks', 'default_3x3', 1, 1, 1, '0', '0', '', '', '', NULL, NULL, NULL, NULL);
-- ----------------------------
-- Table structure for catalog_target_offers
-- ----------------------------
DROP TABLE IF EXISTS `catalog_target_offers`;
CREATE TABLE `catalog_target_offers` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`offer_code` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`title` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`description` varchar(2048) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`image` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`icon` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`end_timestamp` int(0) NOT NULL,
`credits` int(0) NOT NULL DEFAULT 10,
`points` int(0) NOT NULL DEFAULT 10,
`points_type` int(0) NOT NULL DEFAULT 5,
`purchase_limit` int(0) NOT NULL DEFAULT 5,
`catalog_item` int(0) NOT NULL,
`vars` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '' COMMENT 'List of strings seperated by a ;',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of catalog_target_offers
-- ----------------------------
INSERT INTO `catalog_target_offers` VALUES (1, '10500', 'Machines Offer One!', '<a href=\"event:habbopages/7machines1tto20\">Click here</a> 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, '');
-- ----------------------------
-- Table structure for chatlogs_private
-- ----------------------------
DROP TABLE IF EXISTS `chatlogs_private`;
CREATE TABLE `chatlogs_private` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_from_id` int(0) NOT NULL,
`user_to_id` int(0) NOT NULL,
`message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`timestamp` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE,
INDEX `user_from_id`(`user_from_id`) USING BTREE,
INDEX `user_to_id`(`user_to_id`) USING BTREE,
INDEX `message`(`message`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for chatlogs_room
-- ----------------------------
DROP TABLE IF EXISTS `chatlogs_room`;
CREATE TABLE `chatlogs_room` (
`room_id` int(0) NOT NULL DEFAULT 0,
`user_from_id` int(0) NOT NULL,
`user_to_id` int(0) NOT NULL DEFAULT 0,
`message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`timestamp` int(0) NOT NULL,
INDEX `user_from_id`(`user_from_id`) USING BTREE,
INDEX `timestamp`(`timestamp`) USING BTREE,
INDEX `user_to_id`(`user_to_id`) USING BTREE,
INDEX `message`(`message`) USING BTREE,
INDEX `room_id`(`room_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for commandlogs
-- ----------------------------
DROP TABLE IF EXISTS `commandlogs`;
CREATE TABLE `commandlogs` (
`user_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
`command` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`params` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`succes` enum('no','yes') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'yes',
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `user_data`(`user_id`, `timestamp`) USING BTREE,
INDEX `command`(`command`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for crafting_altars_recipes
-- ----------------------------
DROP TABLE IF EXISTS `crafting_altars_recipes`;
CREATE TABLE `crafting_altars_recipes` (
`altar_id` int(0) NOT NULL,
`recipe_id` int(0) NOT NULL,
UNIQUE INDEX `altar_id`(`altar_id`, `recipe_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of crafting_altars_recipes
-- ----------------------------
INSERT INTO `crafting_altars_recipes` VALUES (8388, 1);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 2);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 3);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 4);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 5);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 6);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 7);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 8);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 9);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 10);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 11);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 12);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 13);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 14);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 15);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 16);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 17);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 18);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 19);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 20);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 21);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 22);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 23);
INSERT INTO `crafting_altars_recipes` VALUES (8388, 24);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 167);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 168);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 169);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 170);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 171);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 172);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 173);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 174);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 175);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 176);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 177);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 178);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 179);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 180);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 181);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 182);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 183);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 184);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 185);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 186);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 187);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 188);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 189);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 190);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 191);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 192);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 193);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 194);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 195);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 196);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 197);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 198);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 199);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 200);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 201);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 202);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 203);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 204);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 205);
INSERT INTO `crafting_altars_recipes` VALUES (8938, 206);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 207);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 208);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 209);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 210);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 211);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 212);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 213);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 214);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 215);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 216);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 217);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 218);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 219);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 220);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 221);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 222);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 223);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 224);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 225);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 226);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 227);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 228);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 229);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 230);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 231);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 232);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 233);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 234);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 235);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 236);
INSERT INTO `crafting_altars_recipes` VALUES (9169, 237);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 25);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 26);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 27);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 28);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 29);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 30);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 31);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 32);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 33);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 34);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 35);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 36);
INSERT INTO `crafting_altars_recipes` VALUES (9412, 37);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 39);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 41);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 42);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 43);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 44);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 45);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 46);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 47);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 48);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 49);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 51);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 52);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 53);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 54);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 55);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 56);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 57);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 58);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 59);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 60);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 61);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 62);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 63);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 64);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 65);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 66);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 67);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 68);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 69);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 70);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 71);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 72);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 73);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 74);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 75);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 76);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 77);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 78);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 79);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 81);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 82);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 83);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 84);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 85);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 86);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 87);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 88);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 89);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 90);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 91);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 92);
INSERT INTO `crafting_altars_recipes` VALUES (9603, 93);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 94);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 95);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 96);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 97);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 98);
INSERT INTO `crafting_altars_recipes` VALUES (9794, 99);
INSERT INTO `crafting_altars_recipes` VALUES (10032, 163);
INSERT INTO `crafting_altars_recipes` VALUES (10032, 164);
INSERT INTO `crafting_altars_recipes` VALUES (10032, 165);
INSERT INTO `crafting_altars_recipes` VALUES (10032, 166);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 100);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 101);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 102);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 103);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 104);
INSERT INTO `crafting_altars_recipes` VALUES (10174, 105);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 106);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 107);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 108);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 109);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 110);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 111);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 112);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 113);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 114);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 115);
INSERT INTO `crafting_altars_recipes` VALUES (10270, 116);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 117);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 118);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 119);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 120);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 121);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 122);
INSERT INTO `crafting_altars_recipes` VALUES (10394, 123);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 124);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 125);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 126);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 127);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 128);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 129);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 130);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 131);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 132);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 133);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 134);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 135);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 136);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 137);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 138);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 139);
INSERT INTO `crafting_altars_recipes` VALUES (10634, 140);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 141);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 142);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 143);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 144);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 145);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 146);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 147);
INSERT INTO `crafting_altars_recipes` VALUES (10732, 148);
INSERT INTO `crafting_altars_recipes` VALUES (10808, 149);
INSERT INTO `crafting_altars_recipes` VALUES (10808, 150);
INSERT INTO `crafting_altars_recipes` VALUES (10808, 151);
INSERT INTO `crafting_altars_recipes` VALUES (10808, 152);
INSERT INTO `crafting_altars_recipes` VALUES (10808, 153);
INSERT INTO `crafting_altars_recipes` VALUES (10911, 154);
INSERT INTO `crafting_altars_recipes` VALUES (10911, 155);
INSERT INTO `crafting_altars_recipes` VALUES (10911, 156);
INSERT INTO `crafting_altars_recipes` VALUES (10911, 157);
INSERT INTO `crafting_altars_recipes` VALUES (10911, 158);
INSERT INTO `crafting_altars_recipes` VALUES (11169, 159);
INSERT INTO `crafting_altars_recipes` VALUES (11169, 160);
INSERT INTO `crafting_altars_recipes` VALUES (11169, 161);
INSERT INTO `crafting_altars_recipes` VALUES (11169, 162);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 238);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 239);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 240);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 241);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 242);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 243);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 244);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 245);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 246);
INSERT INTO `crafting_altars_recipes` VALUES (11205, 247);
-- ----------------------------
-- Table structure for crafting_recipes
-- ----------------------------
DROP TABLE IF EXISTS `crafting_recipes`;
CREATE TABLE `crafting_recipes` (
`id` int(0) NOT NULL,
`product_name` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'WARNING! This field must match a entry in your productdata or crafting WILL NOT WORK!',
`reward` int(0) NOT NULL,
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`achievement` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`secret` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`limited` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`remaining` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
UNIQUE INDEX `name`(`product_name`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of crafting_recipes
-- ----------------------------
INSERT INTO `crafting_recipes` VALUES (3, 'clothing_waterhelm', 8336, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (9, 'gothic_c15_chandelier', 8230, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (22, 'fxbox_fx125', 6324, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (18, 'hween14_skelepieces', 6178, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (11, 'hween14_mariachi', 6179, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (12, 'hween14_doll3', 6203, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (13, 'hween14_doll4', 6204, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (14, 'clothing_wavy2', 6286, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (16, 'fxbox_fx152', 6322, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (21, 'skullcandle', 207, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (23, 'deadduck', 208, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (20, 'penguin_glow', 2993, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (17, 'LT_skull', 3189, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (24, 'qt_xm10_iceduck', 3727, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (10, 'hween12_guillotine', 4738, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (19, 'hween13_bldtrail', 5300, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (2, 'clothing_airhelm', 8340, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (1, 'clothing_firehelm', 8342, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (4, 'clothing_earthhelm', 8346, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (7, 'hween_c15_evilcrystal2', 8362, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (5, 'hween_c15_purecrystal2', 8363, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (8, 'hween_c15_evilcrystal3', 8365, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (6, 'hween_c15_purecrystal3', 8373, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (15, 'guitar_skull', 40110, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (159, 'clothing_maskmint', 11152, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (160, 'clothing_maskrose', 11157, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (161, 'clothing_maskcitrus', 11161, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (162, 'clothing_maskcharcoal', 11164, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (39, 'bazaar_c17_curtainblue', 9553, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (40, 'bazaar_c17_curtainpink', 9631, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (41, 'bazaar_c17_curtainyellow', 9637, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (42, 'bazaar_c17_curtaingreen', 9569, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (43, 'bazaar_c17_curtainpurple', 9606, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (44, 'bazaar_c17_curtainmystic', 9642, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (45, 'bazaar_c17_curtainbluepinktrim', 9596, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (46, 'bazaar_c17_curtainpinkbluetrim', 9583, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (47, 'bazaar_c17_curtainyellowbluetrim', 9555, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (48, 'bazaar_c17_curtainpurpleyellowtrim', 9636, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (49, 'bazaar_c17_curtaingreenpurpletrim', 9572, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (50, 'bazaar_c17_lampblue', 9592, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (51, 'bazaar_c17_lamppink', 9619, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (52, 'bazaar_c17_lampyellow', 9552, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (53, 'bazaar_c17_lampgreen', 9609, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (54, 'bazaar_c17_lamppurple', 9554, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (55, 'bazaar_c17_lampmystic', 9584, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (56, 'bazaar_c17_lampbluepinktrim', 9550, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (57, 'bazaar_c17_lamppinkbluetrim', 9638, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (58, 'bazaar_c17_lampyellowbluetrim', 9599, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (59, 'bazaar_c17_lamppurpleyellowtrim', 9644, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (60, 'bazaar_c17_lampgreenpurpletrim', 9640, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (61, 'bazaar_c17_pillowblue', 9593, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (62, 'bazaar_c17_pillowpink', 9639, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (63, 'bazaar_c17_pillowyellow', 9586, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (64, 'bazaar_c17_pillowgreen', 9633, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (65, 'bazaar_c17_pillowpurple', 9575, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (66, 'bazaar_c17_pillowmystic', 9566, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (67, 'bazaar_c17_pillowbluepinktrim', 9551, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (68, 'bazaar_c17_pillowpinkbluetrim', 9628, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (69, 'bazaar_c17_pillowyellowbluetrim', 9602, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (70, 'bazaar_c17_pillowpurpleyellowtrim', 9629, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (71, 'bazaar_c17_pillowgreenpurpletrim', 9567, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (72, 'bazaar_c17_rugblue', 9573, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (73, 'bazaar_c17_rugpink', 9620, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (74, 'bazaar_c17_rugyellow', 9618, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (75, 'bazaar_c17_ruggreen', 9556, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (76, 'bazaar_c17_rugpurple', 9641, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (77, 'bazaar_c17_rugmystic', 9587, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (78, 'bazaar_c17_rugpinkbluetrim', 9612, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (79, 'bazaar_c17_rugbluepinktrim', 9588, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (80, 'bazaar_c17_rugyellowbluetrim', 9577, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (81, 'bazaar_c17_rugpurpleyellowtrim', 9560, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (82, 'bazaar_c17_ruggreenpurpletrim', 9601, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (83, 'bazaar_c17_vaseblue', 9578, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (84, 'bazaar_c17_vasepink', 9607, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (85, 'bazaar_c17_vaseyellow', 9610, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (86, 'bazaar_c17_vasegreen', 9604, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (87, 'bazaar_c17_vasepurple', 9568, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (88, 'bazaar_c17_vasemystic', 9613, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (89, 'bazaar_c17_vasebluepinktrim', 9563, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (90, 'bazaar_c17_vasepinkbluetrim', 9561, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (91, 'bazaar_c17_vaseyellowbluetrim', 9580, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (92, 'bazaar_c17_vasepurpleyellowtrim', 9614, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (93, 'bazaar_c17_vasegreenpurpletrim', 9571, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (124, 'fest_c19_backdrop2', 10623, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (125, 'fest_c19_backdrop3', 10631, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (126, 'fest_c19_stool2', 10635, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (127, 'fest_c19_stool3', 10575, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (128, 'fest_c19_cushion2', 10598, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (129, 'fest_c19_cushion3', 10591, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (130, 'fest_c19_parasol2', 10609, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (131, 'fest_c19_parasol3', 10580, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (132, 'clothing_bohopaint', 10629, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (133, 'clothing_bohogems', 10581, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (134, 'clothing_bohoheadgems', 10583, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (135, 'clothing_bohotiara', 10619, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (136, 'clothing_bohotunic', 10594, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (137, 'clothing_bohovest', 10618, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (138, 'clothing_ruggedbackpack', 10628, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (139, 'clothing_bohobackpack', 10611, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (140, 'fest_c19_skull3', 10587, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (106, 'hween_c18_toy1new', 10266, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (107, 'hween_c18_toy2new', 10256, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (108, 'hween_c18_toy3new', 10255, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (109, 'hween_c18_toy4new', 10274, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (110, 'hween_c18_toy5new', 10241, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (111, 'clothing_legwarmershoes', 10273, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (112, 'clothing_brownglasses', 10238, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (113, 'clothing_shortcurlhair', 10292, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (114, 'clothing_sideponytail', 10267, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (115, 'clothing_vintagejacket', 10264, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (116, 'hween_c18_labcurtains', 10254, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (141, 'suncity_c19_lamp', 10717, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (142, 'suncity_c19_biokit', 10733, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (143, 'suncity_c19_vase', 10747, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (144, 'suncity_c19_clock', 10716, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (145, 'clothing_leafmask', 10727, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (146, 'clothing_butterflymask', 10719, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (147, 'clothing_floralbag', 10739, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (148, 'clothing_gogglehat', 10728, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (100, 'clothing_harajukuhair', 10186, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (101, 'clothing_harajukubow', 10176, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (102, 'clothing_sakurajacket', 10149, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (103, 'clothing_botface', 10182, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (104, 'clothing_animehair', 10134, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (105, 'clothing_dragonplushhat', 10153, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (94, 'clothing_featherflower', 9807, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (149, 'hween_c19_slimeblob', 10828, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (150, 'hween_c19_spiritowl', 10822, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (151, 'hween_c19_firechild', 10806, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (152, 'hween_c19_darkwerewolf', 10817, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (153, 'hween_c19_flameon', 10801, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (117, 'clothing_xmas5', 10389, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (118, 'clothing_treepartyhat', 10403, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (119, 'clothing_poinsettia', 10354, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (120, 'clothing_snowman', 10382, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (121, 'clothing_rudolphhat', 10342, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (122, 'clothing_penguin', 10361, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (123, 'clothing_halo', 10329, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (154, 'xmas_c19_robinfigure2', 10933, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (155, 'xmas_c19_reindeerfigure2', 10897, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (156, 'xmas_c19_angelfigure2', 10934, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (157, 'xmas_c19_unicornfigure2', 10929, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (158, 'xmas_c19_dragonfigure2', 10915, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (95, 'clothing_tophat', 9839, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (96, 'clothing_buttonpants', 9810, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (97, 'clothing_ruffleshirt', 9836, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (98, 'clothing_tailedcoat', 9851, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (99, 'clothing_dress', 9846, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (25, 'easter_c17_strawbsjam', 9435, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (26, 'easter_c17_blkberryjam', 9455, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (27, 'easter_c17_raspjam', 9421, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (28, 'easter_c17_strawbscake', 9459, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (29, 'easter_c17_carrotcake', 9449, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (30, 'easter_c17_berrytart', 9450, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (31, 'easter_c17_fruitsalad', 9418, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (32, 'easter_c17_chocbunny', 9446, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (33, 'easter_c17_pastries', 9423, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (34, 'easter_c17_choccupcake', 9437, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (35, 'easter_c17_choctart', 9428, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (36, 'easter_c17_berrycupcake', 9419, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (37, 'easter_c17_sweetpastries', 9458, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (163, 'clothing_bffshirt', 10026, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (164, 'clothing_bffhat', 10027, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (165, 'clothing_kpop', 10025, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (166, 'clothing_kpopbuns', 10024, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (183, 'jungle_c16_swingsofa2', 8942, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (177, 'jungle_c16_treestage3', 8988, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (176, 'jungle_c16_dvdr3', 8980, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (175, 'jungle_c16_bkcase3', 8985, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (174, 'jungle_c16_bridgeend3', 8923, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (173, 'jungle_c16_mat3', 8934, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (172, 'jungle_c16_gate3', 8928, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (171, 'jungle_c16_pot3', 8984, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (167, 'jungle_c16_roof3', 8971, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (168, 'jungle_c16_table3', 8925, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (169, 'jungle_c16_stairs3', 8939, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (170, 'jungle_c16_swingsofa3', 8954, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (188, 'jungle_c16_bkcase2', 8976, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (187, 'jungle_c16_bridgeend2', 8944, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (186, 'jungle_c16_mat2', 8937, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (185, 'jungle_c16_gate2', 8960, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (184, 'jungle_c16_pot2', 8941, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (178, 'jungle_c16_wall3', 8952, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (179, 'jungle_c16_bridgemid3', 8989, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (180, 'jungle_c16_roof2', 8978, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (181, 'jungle_c16_table2', 8972, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (182, 'jungle_c16_stairs2', 8950, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (189, 'jungle_c16_dvdr2', 8953, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (190, 'jungle_c16_treestage2', 8958, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (191, 'jungle_c16_wall2', 8943, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (192, 'jungle_c16_bridgemid2', 8990, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (207, 'hween_c16_ghostorb', 9188, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (208, 'hween_c16_ghostvial', 9191, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (209, 'hween12_floor', 4746, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (210, 'hween12_lantern', 4742, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (211, 'hween_c16_bar2', 9168, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (212, 'hween_c16_barchair2', 9157, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (213, 'hween_c16_roundtable2', 9166, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (214, 'hween_c16_wall2', 9175, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (215, 'hween_c16_chair2', 9148, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (216, 'hween_c16_endtable2', 9193, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (217, 'hween_c16_floor2', 9172, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (218, 'hween_c16_glasstable2', 9189, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (219, 'hween_c16_ladder2', 9181, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (220, 'hween10_zombie', 3636, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (221, 'hween11_sofa', 4269, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (222, 'hween14_bed', 6207, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (223, 'st_hween14_closet', 6221, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (224, 'hween_c16_balcony2', 9163, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (225, 'hween_c16_bed2', 9167, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (226, 'hween_c16_bkcase2', 9184, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (227, 'hween_c16_lamp2', 9151, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (228, 'hween_c16_vase2', 9196, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (229, 'hween14_demon', 6214, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (230, 'hween_c16_vanity2', 9192, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (231, 'hween_r16_chandelier2', 9195, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (232, 'hween_r16_grandpiano2', 9165, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (233, 'hween_c16_bust2', 9180, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (234, 'hween_c16_cabinet2', 9155, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (235, 'hween_c16_fireplace2', 9160, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (236, 'st_hween14_mbox', 6219, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (237, 'hween_c15_shinycarpet', 8376, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (193, 'val13_water', 4836, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (194, 'anc_talltree', 4650, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (195, 'val13_shrub_circ', 4935, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (196, 'ny2013_cup', 4844, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (197, 'mnstr_seed_rare', 4604, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (198, 'anc_waterfall', 4651, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (199, 'dino_c15_tree2', 8113, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (200, 'anc_comfy_tree', 4653, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (201, 'stories_shakespeare_tree', 5735, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (202, 'dino_c15_tree1', 8104, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (203, 'easter14_grasspatch', 5841, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (204, 'lt_c15_bush', 8238, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (205, 'tiki_c15_wall', 46240, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (206, 'jetset_landhigh', 4707, '1', '', '1', '0', 0);
INSERT INTO `crafting_recipes` VALUES (238, 'clothing_headjewel', 11183, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (239, 'clothing_snake', 11209, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (240, 'clothing_sari', 11215, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (241, 'clothing_sherwani', 11189, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (242, 'clothing_exoticcape', 11178, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (243, 'clothing_cobra', 11175, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (244, 'clothing_grandexoticcape', 11204, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (245, 'clothing_grandheadjewel', 11187, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (246, 'clothing_grandsari', 11185, '1', '', '0', '0', 0);
INSERT INTO `crafting_recipes` VALUES (247, 'clothing_grandsherwani', 11200, '1', '', '0', '0', 0);
-- ----------------------------
-- Table structure for crafting_recipes_ingredients
-- ----------------------------
DROP TABLE IF EXISTS `crafting_recipes_ingredients`;
CREATE TABLE `crafting_recipes_ingredients` (
`recipe_id` int(0) NOT NULL,
`item_id` int(0) NOT NULL,
`amount` int(0) NOT NULL DEFAULT 1
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of crafting_recipes_ingredients
-- ----------------------------
INSERT INTO `crafting_recipes_ingredients` VALUES (1, 8373, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (2, 8363, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (2, 8373, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (3, 8363, 8);
INSERT INTO `crafting_recipes_ingredients` VALUES (4, 8404, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (4, 8363, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (5, 8404, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (6, 8363, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (7, 8370, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (8, 8362, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3234, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3294, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (9, 8362, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (9, 3189, 6);
INSERT INTO `crafting_recipes_ingredients` VALUES (10, 4309, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (10, 5300, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (10, 4292, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (10, 8365, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (11, 3189, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (11, 4083, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (11, 8363, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (11, 6178, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (12, 6178, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (12, 8363, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (12, 5002, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (13, 179, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (13, 8363, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (13, 6178, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (14, 8363, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (14, 5869, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (14, 6153, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (15, 3248, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (15, 8404, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (15, 5002, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (16, 4738, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (16, 8365, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (16, 6191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (17, 209, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (17, 8404, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (18, 208, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (18, 8404, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (19, 208, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (19, 8404, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (20, 8362, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (20, 2946, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (20, 2977, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (21, 3238, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (21, 3189, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (22, 4268, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (22, 8362, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (23, 179, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (23, 8370, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (24, 179, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (24, 8404, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (159, 11153, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (160, 11147, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (161, 11162, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (162, 11154, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (25, 9431, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (26, 9444, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (27, 9434, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (28, 9411, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (28, 9435, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (29, 9436, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (29, 9411, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (30, 9455, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (30, 9411, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9444, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9431, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (31, 9434, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (32, 9457, 10);
INSERT INTO `crafting_recipes_ingredients` VALUES (33, 9411, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (34, 9411, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (34, 9457, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (35, 9411, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (35, 9457, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (36, 9411, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (36, 9421, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9457, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9435, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (37, 9411, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (39, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (39, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (40, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (40, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (41, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (41, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (42, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (42, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (43, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (43, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (44, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (44, 9574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9581, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (45, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (46, 9611, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (47, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (48, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9585, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (49, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (50, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (50, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (51, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (51, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (52, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (52, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (53, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (53, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (54, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (54, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (55, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (55, 9574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9581, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (56, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (57, 9611, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (58, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (59, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9627, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (60, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (61, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (61, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (62, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (62, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (63, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (63, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (64, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (64, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (65, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (65, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (66, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (66, 9574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9581, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (67, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (68, 9611, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (69, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (70, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9632, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (71, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (72, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (72, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (73, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (73, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (74, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (74, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (75, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (75, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (76, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (76, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (77, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (77, 9574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9581, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (78, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (79, 9611, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (80, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (81, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9622, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (82, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (83, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (83, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (84, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (84, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (85, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (85, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (86, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (86, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (87, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (87, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (88, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (88, 9574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9581, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (89, 9611, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (90, 9611, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9581, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (91, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (92, 9598, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9645, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (93, 9621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9793, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9826, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (94, 9838, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9842, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9826, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (95, 9838, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9892, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9826, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (96, 9838, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9833, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9826, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (97, 9838, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9790, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9826, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (98, 9838, 6);
INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9801, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9826, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (99, 9838, 6);
INSERT INTO `crafting_recipes_ingredients` VALUES (100, 10133, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (100, 10132, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (101, 10152, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (101, 10155, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (102, 10139, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (102, 10167, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (103, 10171, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (103, 10185, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (104, 10168, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (104, 10168, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10155, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10168, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10185, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10168, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10139, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10133, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10171, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10152, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10132, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (105, 10167, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (106, 10298, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (106, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (107, 10291, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (107, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10305, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10284, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (108, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10245, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10284, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (109, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10239, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10284, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (110, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (111, 10276, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (111, 10284, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (112, 10301, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (112, 10284, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10303, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10284, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (113, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10296, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10284, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (114, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10287, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10284, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (115, 10265, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10272, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10265, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (116, 10284, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (117, 10371, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (117, 10370, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (118, 10370, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (118, 10398, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (119, 10352, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (119, 10378, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10378, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10384, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (120, 10341, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10352, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10349, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (121, 10387, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10371, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10343, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (122, 10384, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10378, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10371, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10370, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10398, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10352, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10349, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (123, 10341, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (124, 10595, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (124, 10569, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (125, 10595, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (125, 10597, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (126, 10621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (126, 10569, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (127, 10621, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (127, 10597, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (128, 10638, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (128, 10569, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (129, 10638, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (129, 10597, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (130, 10574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (130, 10569, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (131, 10574, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (131, 10597, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (132, 10600, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (132, 10582, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (133, 10629, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (134, 10636, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (134, 10582, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (135, 10583, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (136, 10614, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (136, 10582, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (137, 10594, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (138, 10606, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (138, 10582, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (139, 10628, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (140, 10597, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (140, 10610, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (141, 10720, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (141, 10711, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (142, 10720, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (142, 10711, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (143, 10720, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (143, 10729, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (144, 10720, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (144, 10729, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (145, 10711, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (145, 10729, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (146, 10711, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (146, 10729, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (147, 10711, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (147, 10729, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (148, 10711, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (148, 10729, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (177, 8955, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (176, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (176, 8963, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10791, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10824, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (150, 10825, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10825, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10829, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (151, 10826, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10812, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10824, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (152, 10798, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10829, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10798, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (153, 10824, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (154, 10902, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (155, 10907, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (156, 10881, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (156, 10884, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (157, 10881, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (157, 10940, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (158, 10881, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (158, 10930, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (163, 10031, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (163, 10033, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (164, 10031, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (164, 10033, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (165, 10031, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (165, 10033, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (166, 10031, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (166, 10033, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (167, 8920, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (167, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (168, 8947, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (168, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (169, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (169, 8927, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (170, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (170, 8922, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (171, 8929, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (171, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (172, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8962, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (173, 8935, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (174, 8979, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (174, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (175, 8986, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (175, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (180, 8920, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (180, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (179, 8991, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (179, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (178, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (178, 8967, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (177, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (209, 9191, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (208, 9188, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (207, 9158, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (192, 8991, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (192, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (191, 8967, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (191, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (190, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (190, 8955, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8963, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (188, 8986, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (188, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (187, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (187, 8979, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (186, 8935, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (186, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (185, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (185, 8962, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (184, 8929, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (184, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (183, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (183, 8922, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (182, 8927, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (182, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (181, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (181, 8947, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (209, 9188, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (210, 9191, 10);
INSERT INTO `crafting_recipes_ingredients` VALUES (211, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (211, 9194, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (212, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (212, 9150, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (213, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (213, 9149, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (214, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (214, 9161, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (215, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (215, 9190, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (216, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (216, 9174, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (217, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (217, 9176, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (218, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (218, 9185, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (219, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (219, 9182, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (220, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (220, 209, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (221, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (221, 5305, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (222, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (222, 5317, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (223, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (223, 207, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9152, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (224, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9186, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (225, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9179, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (226, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9187, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (227, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9162, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (228, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (229, 6218, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (229, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (229, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9173, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (230, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9156, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (231, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9178, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (232, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9170, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (233, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9177, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (234, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9153, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (235, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (236, 6215, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (236, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (237, 6183, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9158, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9188, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (237, 9191, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (193, 3541, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (193, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (194, 3605, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (194, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (195, 3189, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (195, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (196, 3426, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (196, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (197, 4604, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (197, 4580, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (197, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (198, 2757, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (198, 3165, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (198, 3984, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (189, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (199, 3530, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (199, 3123, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (199, 8936, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (200, 4103, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (200, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (201, 8245, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (201, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (202, 3530, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (202, 8119, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (202, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (203, 3162, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (203, 3407, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (203, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (204, 3145, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (204, 3153, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (204, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (205, 3541, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (205, 4102, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (205, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (206, 3541, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8101, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8120, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (206, 8921, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (238, 11212, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (238, 11182, 2);
INSERT INTO `crafting_recipes_ingredients` VALUES (239, 11195, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (239, 11199, 3);
INSERT INTO `crafting_recipes_ingredients` VALUES (240, 11172, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (240, 11199, 4);
INSERT INTO `crafting_recipes_ingredients` VALUES (241, 11190, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (241, 11199, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (242, 11179, 1);
INSERT INTO `crafting_recipes_ingredients` VALUES (242, 11199, 6);
INSERT INTO `crafting_recipes_ingredients` VALUES (243, 11209, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (244, 11178, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (245, 11183, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (246, 11215, 5);
INSERT INTO `crafting_recipes_ingredients` VALUES (247, 11189, 5);
-- ----------------------------
-- Table structure for emulator_errors
-- ----------------------------
DROP TABLE IF EXISTS `emulator_errors`;
CREATE TABLE `emulator_errors` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`timestamp` int(0) NOT NULL DEFAULT 0,
`version` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`build_hash` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`type` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Exception',
`stacktrace` blob NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for emulator_settings
-- ----------------------------
DROP TABLE IF EXISTS `emulator_settings`;
CREATE TABLE `emulator_settings` (
`key` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`value` varchar(512) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`key`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of emulator_settings
-- ----------------------------
INSERT INTO `emulator_settings` VALUES ('hotel.home.room', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.message', 'Welcome to Habbo Hotel %user%!');
INSERT INTO `emulator_settings` VALUES ('hotel.max.duckets', '9000000');
INSERT INTO `emulator_settings` VALUES ('hotel.bots.max.room', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.bots.max.inventory', '25');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.owner', 'HabboHotel');
INSERT INTO `emulator_settings` VALUES ('hotel.shop.discount.modifier', '6');
INSERT INTO `emulator_settings` VALUES ('hotel.log.room.enter', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.log.chat', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.teleport.locked.allowed', '1');
INSERT INTO `emulator_settings` VALUES ('runtime.threads', '8');
INSERT INTO `emulator_settings` VALUES ('io.bossgroup.threads', '1');
INSERT INTO `emulator_settings` VALUES ('io.workergroup.threads', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.log.chat.private', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.marketplace.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.5', '2000');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.4', '200');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.3', '40');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.2', '4');
INSERT INTO `emulator_settings` VALUES ('hotel.ecotron.rarity.chance.1', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.pets.name.length.min', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.pets.name.length.max', '15');
INSERT INTO `emulator_settings` VALUES ('hotel.pets.max.room', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.pets.max.inventory', '25');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.freeze', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.block', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.points.effect', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.chance', '33');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.max.snowballs', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.max.lives', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.loose.snowballs', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.loose.explosionboost', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.onfreeze.time.frozen', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.protection.time', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.gifts.special.price', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.freeze.powerup.protection.stack', '1');
INSERT INTO `emulator_settings` VALUES ('callback.post.errors', '1');
INSERT INTO `emulator_settings` VALUES ('callback.post.statistics', '1');
INSERT INTO `emulator_settings` VALUES ('callback.get.version', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.steal', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.fill', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.banzai.points.tile.lock', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.friendcategory', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.cycles', '300');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.rooms', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.messenger', '1');
INSERT INTO `emulator_settings` VALUES ('notify.staff.chat.auto.report', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.normalise', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.not_dancing.ignore.wired_idle', '0');
INSERT INTO `emulator_settings` VALUES ('pyramids.max.delay', '18');
INSERT INTO `emulator_settings` VALUES ('guardians.minimum.votes', '5');
INSERT INTO `emulator_settings` VALUES ('guardians.accept.timer', '90');
INSERT INTO `emulator_settings` VALUES ('guardians.maximum.resends', '2');
INSERT INTO `emulator_settings` VALUES ('guardians.maximum.guardians.total', '10');
INSERT INTO `emulator_settings` VALUES ('guardians.reporting.cooldown', '900');
INSERT INTO `emulator_settings` VALUES ('pirate_parrot.message.count', '6');
INSERT INTO `emulator_settings` VALUES ('pirate_parrot.message.bubble', '28');
INSERT INTO `emulator_settings` VALUES ('furniture.talking.range', '2');
INSERT INTO `emulator_settings` VALUES ('commands.cmd_chatcolor.banned_numbers', '23;33;34');
INSERT INTO `emulator_settings` VALUES ('seasonal.primary.type', '5');
INSERT INTO `emulator_settings` VALUES ('seasonal.types', '0;1;2;3;4;5;101;102;103;104;105');
INSERT INTO `emulator_settings` VALUES ('catalog.ltd.page.soldout', '761');
INSERT INTO `emulator_settings` VALUES ('bots.visitor.dateformat', 'yyyy-mm-dd HH:mm');
INSERT INTO `emulator_settings` VALUES ('wired.highscores.displaycount', '25');
INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.points.type', '5');
INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.reward.name', 'bonusbag20_2');
INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.reward.id', '11043');
INSERT INTO `emulator_settings` VALUES ('hotelview.promotional.points', '100');
INSERT INTO `emulator_settings` VALUES ('commands.cmd_staffonline.min_rank', '2');
INSERT INTO `emulator_settings` VALUES ('bundle.bots.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('bundle.pets.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.trading.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('wired.effect.teleport.delay', '100');
INSERT INTO `emulator_settings` VALUES ('hotel.roomuser.idle.cycles.kick', '900');
INSERT INTO `emulator_settings` VALUES ('imager.location.badgeparts', '/var/www/testhotel/Cosmic/public/usercontent/badgeparts');
INSERT INTO `emulator_settings` VALUES ('imager.location.output.badges', '/var/www/testhotel/Cosmic/public/usercontent/badgeparts/generated/');
INSERT INTO `emulator_settings` VALUES ('imager.internal.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('db.min.partition.size', '1');
INSERT INTO `emulator_settings` VALUES ('db.max.partition.size', '2');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.amount', '100');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.interval', '600');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.ignore.idled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.ignore.hotelview', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.amount', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.interval', '600');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.ignore.idled', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.ignore.hotelview', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.amount', '100');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.interval', '600');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.ignore.idled', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.ignore.hotelview', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.max.bots.room', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.messenger.offline.messaging.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.catalog.discounts.amount', '6');
INSERT INTO `emulator_settings` VALUES ('hotel.rooms.auto.idle', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.room.enter.logs', '1');
INSERT INTO `emulator_settings` VALUES ('debug.mode', '1');
INSERT INTO `emulator_settings` VALUES ('debug.show.packets', '0');
INSERT INTO `emulator_settings` VALUES ('debug.show.packets.undefined', '0');
INSERT INTO `emulator_settings` VALUES ('debug.show.sql.exception', '1');
INSERT INTO `emulator_settings` VALUES ('logging.packets', '0');
INSERT INTO `emulator_settings` VALUES ('logging.packets.undefined', '0');
INSERT INTO `emulator_settings` VALUES ('logging.errors.packets', '0');
INSERT INTO `emulator_settings` VALUES ('logging.errors.sql', '1');
INSERT INTO `emulator_settings` VALUES ('logging.errors.runtime', '1');
INSERT INTO `emulator_settings` VALUES ('logging.debug', '0');
INSERT INTO `emulator_settings` VALUES ('save.room.chats', '1');
INSERT INTO `emulator_settings` VALUES ('save.private.chats', '1');
INSERT INTO `emulator_settings` VALUES ('marketplace.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.camera', '1');
INSERT INTO `emulator_settings` VALUES ('camera.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('camera.price.credits', '2');
INSERT INTO `emulator_settings` VALUES ('camera.price.points', '0');
INSERT INTO `emulator_settings` VALUES ('camera.price.points.publish', '10');
INSERT INTO `emulator_settings` VALUES ('camera.item_id', '45970');
INSERT INTO `emulator_settings` VALUES ('camera.extradata', '{\"t\":%timestamp%, \"u\":\"%id%\", \"s\":%room_id%, \"w\":\"%url%\"}');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.search.maxresults', '35');
INSERT INTO `emulator_settings` VALUES ('hotel.rooms.max.favorite', '30');
INSERT INTO `emulator_settings` VALUES ('catalog.guild.price', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.catalog.recycler.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('debug.show.errors', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wired.furni.selection.count', '5');
INSERT INTO `emulator_settings` VALUES ('pathfinder.step.maximum.height', '1.1');
INSERT INTO `emulator_settings` VALUES ('pathfinder.step.allow.falling', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.rooms.handitem.time', '100');
INSERT INTO `emulator_settings` VALUES ('imager.url.youtube', 'imager.php?url=http://img.youtube.com/vi/%video%/default.jpg');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.amount', '35');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.listtype', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.inventory.max.items', '7500');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.chat.minimum.interval', '5');
INSERT INTO `emulator_settings` VALUES ('hotel.daily.respect', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.daily.respect.pets', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.refill.daily', '86400');
INSERT INTO `emulator_settings` VALUES ('monsterplant.seed.item_id', '4582');
INSERT INTO `emulator_settings` VALUES ('monsterplant.seed_rare.item_id', '4604');
INSERT INTO `emulator_settings` VALUES ('hotel.room.public.doortile.kick', '0');
INSERT INTO `emulator_settings` VALUES ('info.shown', '1');
INSERT INTO `emulator_settings` VALUES ('camera.publish.delay', '180');
INSERT INTO `emulator_settings` VALUES ('hotel.log.trades', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.butler.servedistance', '5');
INSERT INTO `emulator_settings` VALUES ('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');
INSERT INTO `emulator_settings` VALUES ('hotel.name', 'Habbo Hotel');
INSERT INTO `emulator_settings` VALUES ('hotel.player.name', 'Habbo');
INSERT INTO `emulator_settings` VALUES ('catalog.page.vipgifts', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.rollers.speed.maximum', '100');
INSERT INTO `emulator_settings` VALUES ('seasonal.currency.ducket', '0');
INSERT INTO `emulator_settings` VALUES ('seasonal.currency.pixel', '0');
INSERT INTO `emulator_settings` VALUES ('seasonal.currency.diamond', '5');
INSERT INTO `emulator_settings` VALUES ('seasonal.currency.shell', '4');
INSERT INTO `emulator_settings` VALUES ('seasonal.currency.names', 'ducket;pixel;shell;diamond');
INSERT INTO `emulator_settings` VALUES ('hotel.room.tags.staff', 'staff;official;habbo');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.popular.category.maxresults', '10');
INSERT INTO `emulator_settings` VALUES ('debug.show.users', '1');
INSERT INTO `emulator_settings` VALUES ('room.chat.delay', '0');
INSERT INTO `emulator_settings` VALUES ('room.chat.prefix.format', '[<font color=\"%color%\">%prefix%</font>] ');
INSERT INTO `emulator_settings` VALUES ('camera.use.https', '1');
INSERT INTO `emulator_settings` VALUES ('basejump.url', 'http://localhost/game/BaseJump.swf');
INSERT INTO `emulator_settings` VALUES ('basejump.assets.url', 'http://localhost/gamecenter/gamecenter_basejump/BasicAssets.swf');
INSERT INTO `emulator_settings` VALUES ('hotel.marketplace.currency', '0');
INSERT INTO `emulator_settings` VALUES ('networking.tcp.proxy', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.calendar.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('images.gamecenter.snowwar', 'c_images/gamecenter_snowwar/');
INSERT INTO `emulator_settings` VALUES ('images.gamecenter.basejump', 'c_images/gamecenter_basejump/');
INSERT INTO `emulator_settings` VALUES ('hotel.purchase.ltd.limit.daily.total', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.purchase.ltd.limit.daily.item', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.catalog.ltd.limit.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.oldstyle', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.welcome.alert.delay', '10000');
INSERT INTO `emulator_settings` VALUES ('hotel.calendar.starttimestamp', '1593561600');
INSERT INTO `emulator_settings` VALUES ('hotel.room.nooblobby', '3');
INSERT INTO `emulator_settings` VALUES ('hotel.floorplan.max.widthlength', '64');
INSERT INTO `emulator_settings` VALUES ('hotel.floorplan.max.totalarea', '4096');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.chatlength', '120');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.namelength', '15');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.max.chatdelay', '604800');
INSERT INTO `emulator_settings` VALUES ('hotel.chat.max.length', '100');
INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.timestamp', '1519496132');
INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.itemid', '10388');
INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.pageid', '13');
INSERT INTO `emulator_settings` VALUES ('hotel.view.ltdcountdown.itemname', 'trophy_netsafety_0');
INSERT INTO `emulator_settings` VALUES ('io.client.multithreaded.handler', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.room.stickypole.prefix', '%timestamp%, %username%:\\r');
INSERT INTO `emulator_settings` VALUES ('hotel.trading.requires.perk', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.targetoffer.id', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.replacement', 'bobba');
INSERT INTO `emulator_settings` VALUES ('debug.show.headers', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.catalog.purchase.cooldown', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.catalog.items.display.ordernum', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.talenttrack.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.sort.ordernum', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.wordfilter.automute', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_trampoline', 'Trampolinist');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_crosstrainer', 'CrossTrainer');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.achievement.olympics_c16_treadmill', 'Jogger');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_trampoline', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_crosstrainer', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.furni.gym.forcerot.olympics_c16_treadmill', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.messenger.search.maxresults', '50');
INSERT INTO `emulator_settings` VALUES ('hotel.alert.oldstyle', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.staffpicks.categoryid', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.room.rollers.norules', '0');
INSERT INTO `emulator_settings` VALUES ('postit.charlimit', '366');
INSERT INTO `emulator_settings` VALUES ('hotel.rooms.deco_hosting', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.navigator.populartab.publics', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.butler.commanddistance', '5');
INSERT INTO `emulator_settings` VALUES ('catalog.guild.hc_required', '1');
INSERT INTO `emulator_settings` VALUES ('catalog.ltd.random', '1');
INSERT INTO `emulator_settings` VALUES ('commands.plugins.oldstyle', '0');
INSERT INTO `emulator_settings` VALUES ('scripter.modtool.tickets', '1');
INSERT INTO `emulator_settings` VALUES ('invisible.prevent.chat', '0');
INSERT INTO `emulator_settings` VALUES ('discount.max.allowed.items', '100');
INSERT INTO `emulator_settings` VALUES ('discount.batch.size', '6');
INSERT INTO `emulator_settings` VALUES ('discount.batch.free.items', '1');
INSERT INTO `emulator_settings` VALUES ('discount.bonus.min.discounts', '1');
INSERT INTO `emulator_settings` VALUES ('discount.additional.thresholds', '40;99');
INSERT INTO `emulator_settings` VALUES ('team.wired.update.rc-1', 'DO NOT REMOVE THIS SETTING!');
INSERT INTO `emulator_settings` VALUES ('hotel.room.floorplan.check.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.interval', '600');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.ignore.idled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.ignore.hotelview', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.type', '4');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.name', 'shell');
INSERT INTO `emulator_settings` VALUES ('camera.url', 'http://localhost/usercontent/camera/');
INSERT INTO `emulator_settings` VALUES ('imager.location.output.camera', '/var/www/testhotel/Cosmic/public/usercontent/camera/');
INSERT INTO `emulator_settings` VALUES ('imager.location.output.thumbnail', '/var/www/testhotel/Cosmic/public/usercontent/camera/thumbnail/');
INSERT INTO `emulator_settings` VALUES ('path.furniture.icons', '${image.library.url}/icons/');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_purchase.limited', '0');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_marketplace.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.room.furni.max', '2500');
INSERT INTO `emulator_settings` VALUES ('hotel.sanctions.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('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');
INSERT INTO `emulator_settings` VALUES ('room.promotion.badge', 'RADZZ');
INSERT INTO `emulator_settings` VALUES ('camera.price.points.publish.type', '0');
INSERT INTO `emulator_settings` VALUES ('camera.price.points.type', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.bot.placement.messages', 'Yo!;Hello I\'m a real party animal!;Hello!');
INSERT INTO `emulator_settings` VALUES ('rosie.bubble.image.url', '${image.library.url}notifications/generic.png');
INSERT INTO `emulator_settings` VALUES ('rosie.buyroom.currency.type', '5');
INSERT INTO `emulator_settings` VALUES ('allowed.username.characters', 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!?@:,.');
INSERT INTO `emulator_settings` VALUES ('essentials.cmd_kill.effect.victim', '93;89');
INSERT INTO `emulator_settings` VALUES ('essentials.cmd_kill.effect.killer', '164;182');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.image', '${image.library.url}notifications/figure?p=%figure%');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.useimage', '1');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.notif_friendonline.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.enabled', 'true');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.background.color', '93d4f3');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.text.color', '000000');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.game.start.time', '15');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.players.min', '2');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.room.id', '0');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.assets', 'http://localhost/swf/c_images/gamecenter_snowwar/');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.artic.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_1_a_big.png');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.dragoncave.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_2_big.png');
INSERT INTO `emulator_settings` VALUES ('gamecenter.snowwar.fightnight.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_3_noscale.png');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.enabled', 'true');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.background.color', '68bbd2');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.text.color', 'ffffff');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.assets', 'http://localhost/swf/c_images/gamecenter_basejump/');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.apiKey', '');
INSERT INTO `emulator_settings` VALUES ('gamecenter.fastfood.theme', 'default');
INSERT INTO `emulator_settings` VALUES ('hotel.room.stickies.max', '200');
INSERT INTO `emulator_settings` VALUES ('retro.style.homeroom', '1');
INSERT INTO `emulator_settings` VALUES ('enc.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('enc.e', '');
INSERT INTO `emulator_settings` VALUES ('enc.n', '');
INSERT INTO `emulator_settings` VALUES ('enc.d', '');
INSERT INTO `emulator_settings` VALUES ('db.pool.maxsize', '12');
INSERT INTO `emulator_settings` VALUES ('db.pool.minsize', '8');
INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.pirate_sandtrap', '3000');
INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween14_rare2', '3000');
INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween_c17_handstrap', '3000');
INSERT INTO `emulator_settings` VALUES ('hotel.item.trap.hween_c17_spiketrap', '3000');
INSERT INTO `emulator_settings` VALUES ('flood.with.rights', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.allow.ignore.staffs', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.gifts.box_types', '0,1,2,3,4,5,6,8');
INSERT INTO `emulator_settings` VALUES ('hotel.gifts.ribbon_types', '0,1,2,3,4,5,6,7,8,9,10');
INSERT INTO `emulator_settings` VALUES ('hotel.flood.mute.time', '30');
INSERT INTO `emulator_settings` VALUES ('hotel.jukebox.limit.large', '20');
INSERT INTO `emulator_settings` VALUES ('hotel.jukebox.limit.normal', '10');
INSERT INTO `emulator_settings` VALUES ('apollyon.cooldown.amount', '250');
INSERT INTO `emulator_settings` VALUES ('ftp.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('ftp.user', 'root');
INSERT INTO `emulator_settings` VALUES ('ftp.password', 'password123');
INSERT INTO `emulator_settings` VALUES ('ftp.host', 'example.com');
INSERT INTO `emulator_settings` VALUES ('hotel.room.rollers.roll_avatars.max', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.nux.gifts.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.next_date', '2020-10-15 00:00:00');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.interval', '1 month');
INSERT INTO `emulator_settings` VALUES ('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_%\';');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.streak', '7=5;30=10;60=15;90=20;180=25;365=30');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.currency', 'credits');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.percentage', '10');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.payday.creditsspent_reset_on_expire', '1');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.achievement', 'VipHC');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.discount.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('subscriptions.hc.discount.days_before_end', '7');
INSERT INTO `emulator_settings` VALUES ('subscriptions.scheduler.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('subscriptions.scheduler.interval', '10');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onhcexpired', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onlogin', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onchangelooks', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onmimic', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onmannequin', '0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.clothingvalidation.onfballgate', '0');
INSERT INTO `emulator_settings` VALUES ('gamedata.figuredata.url', 'https://habbo.com/gamedata/figuredata/0');
INSERT INTO `emulator_settings` VALUES ('hotel.users.max.friends', '300');
INSERT INTO `emulator_settings` VALUES ('hotel.users.max.friends.hc', '1100');
INSERT INTO `emulator_settings` VALUES ('hotel.users.max.rooms', '50');
INSERT INTO `emulator_settings` VALUES ('hotel.users.max.rooms.hc', '75');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.pixels.hc_modifier', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.points.hc_modifier', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.credits.hc_modifier', '1');
INSERT INTO `emulator_settings` VALUES ('hotel.auto.gotwpoints.hc_modifier', '1');
INSERT INTO `emulator_settings` VALUES ('room.chat.mutearea.allow_whisper', '1');
INSERT INTO `emulator_settings` VALUES ('easter_eggs.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('bubblealerts.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('wired.place.under', '0');
INSERT INTO `emulator_settings` VALUES ('wired.custom.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('console.mode', '1');
INSERT INTO `emulator_settings` VALUES ('youtube.apikey', '');
INSERT INTO `emulator_settings` VALUES ('hotel.gifts.length.max', '300');
INSERT INTO `emulator_settings` VALUES ('hotel.trophies.length.max', '300');
INSERT INTO `emulator_settings` VALUES ('hotel.calendar.default', 'test');
INSERT INTO `emulator_settings` VALUES ('hotel.calendar.pixels.hc_modifier', '2.0');
INSERT INTO `emulator_settings` VALUES ('moodlight.color_check.enabled', '1');
INSERT INTO `emulator_settings` VALUES ('custom.stacking.enabled', '0');
INSERT INTO `emulator_settings` VALUES ('pathfinder.execution_time.milli', '25');
INSERT INTO `emulator_settings` VALUES ('pathfinder.max_execution_time.enabled', '1');
-- ----------------------------
-- Table structure for emulator_texts
-- ----------------------------
DROP TABLE IF EXISTS `emulator_texts`;
CREATE TABLE `emulator_texts` (
`key` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`value` varchar(4096) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
PRIMARY KEY (`key`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of emulator_texts
-- ----------------------------
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.forgot_username', 'Please provide an username!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_userinfo', ':userinfo <username>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout_all', ':shoutall <message>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say_all', ':sayall <message>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout_all.forgot_message', 'Specify a message!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_self', 'You cannot control yourself *facepalm*');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_talk', ':talk <username> <message>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_control.not_found', 'User %user% could not be found!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.controlling', 'You\'re now controlling %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_username', 'Please provide a username!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.forgot_message', 'Please provide a message!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.message_send', 'Alert send to %user%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_alert.user_offline', 'Four Oh Four - \\r %user% doesn\'t seem to be online!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_user', 'Please provide a username!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.forgot_time', 'Please provide a time in seconds!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.invalid_time', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.time_to_short', 'Ban time must be more than 600 seconds (Which equals 10 minutes.)');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.ban_self', 'You cannot ban yourself.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.user_offline', 'Target could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ban.ban_issued', '%user% banned for %time% seconds with reason %reason%');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_coords.title', '<b>Your current coords</b>');
INSERT INTO `emulator_texts` VALUES ('generic.rotation.head', 'Head Rotation');
INSERT INTO `emulator_texts` VALUES ('generic.rotation.body', 'Body Rotation');
INSERT INTO `emulator_texts` VALUES ('generic.sitting', 'Sitting');
INSERT INTO `emulator_texts` VALUES ('generic.yes', 'Yes');
INSERT INTO `emulator_texts` VALUES ('generic.no', 'No');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_credits.received', 'Whoah! You\'ve received %amount% credits!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_credits.send', '%amount% credits send to %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_offline', 'User %user% could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.forgot_username', 'Please provide a username!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.disconnect_self', 'You cannot disconnect yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.user_offline', 'User not found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_disconnect.disconnected', '%user% disconnected!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.frozen', 'Bots are now frozen.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze_bots.unfrozen', 'Bots can now walk through your room.');
INSERT INTO `emulator_texts` VALUES ('generic.cannot_do_that', 'You cannot do that!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ha.forgot_message', 'Please provide a message!');
INSERT INTO `emulator_texts` VALUES ('generic.pet.name', 'Name');
INSERT INTO `emulator_texts` VALUES ('generic.pet.age', 'Age');
INSERT INTO `emulator_texts` VALUES ('generic.pet.level', 'Level');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.stats', '<b>Pet Stats:</b>');
INSERT INTO `emulator_texts` VALUES ('generic.pet.scratches', 'Scratches');
INSERT INTO `emulator_texts` VALUES ('generic.pet.energy', 'Energy');
INSERT INTO `emulator_texts` VALUES ('generic.pet.happyness', 'Happyness');
INSERT INTO `emulator_texts` VALUES ('generic.pet.level.thirst', 'Thirst Level');
INSERT INTO `emulator_texts` VALUES ('generic.pet.level.hunger', 'Hunger Level');
INSERT INTO `emulator_texts` VALUES ('generic.pet.current_action', 'Current action');
INSERT INTO `emulator_texts` VALUES ('generic.can.walk', 'Can walk');
INSERT INTO `emulator_texts` VALUES ('generic.nothing', 'Nothing');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_pet_info.title', '<b>Pet Info</b>');
INSERT INTO `emulator_texts` VALUES ('generic.pet.days.alive', 'days alive.');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_duckets.received', 'Whoah! You\'ve received %amount% duckets!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_duckets.send', '%amount% duckets send to %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_duckets.user_offline', 'User %user% could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_catalog', 'Catalogue has been refreshed!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_items', 'Items have been refreshed!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_permissions', 'Permissions have been refreshed!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_pet_data', 'Petdata have been refreshed!');
INSERT INTO `emulator_texts` VALUES ('error.recycler.box.empty', 'Oops! This box doesn\'t seem to have a prize inside. We\'ll remove it for you.');
INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.not_yet', 'Cannot buy that yet. Hold on <3');
INSERT INTO `emulator_texts` VALUES ('hotel.room.inappropriate.title', 'Inappropriate to hotel management.');
INSERT INTO `emulator_texts` VALUES ('hotel.alert.message.welcome', 'Welcome to Habbo Hotel %user%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.forgot_username', 'Please provide a username!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.user_not_found', 'User not found.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say.hotel_view', '%user% is not in a room!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_say', '%user% said %message%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.forgot_username', 'Please provide a username!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.hotel_view', '%user% is not in a room!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_shout.user_not_found', 'User not found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_shout', '%user% shouted %message%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setspeed.bounds', 'Please use a number between 0 and 100.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_setspeed', 'Succes! Old speed: %oldspeed%. New Speed: %newspeed%.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.enabled', 'Teleporting enabled!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_teleport.disabled', 'Teleporting disabled!');
INSERT INTO `emulator_texts` VALUES ('error.pets.max.inventory', 'You\'ve reached the maximum amount of pets in your inventory! The Limit is %amount%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_control', ':control <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_say_all.forgot_message', 'Specify a message!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_control.stopped', '%user% is now a free man!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.user_offline', 'User %user% could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_points.send', '%amount% %type% send to %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_points.received', 'Whoah! You\'ve received %amount% %type%!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_update_texts.failed', 'Failed to update texts!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_texts', 'Updated texts!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hand_item', ':handitem <itemid>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze_bots', ':freezebots');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shout', ':makeshout <username> <text>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_points', ':points <username> <amount> [type]');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_enable', ':enable <effect id>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_texts', ':update_texts');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ban', ':ban <username> <time in seconds>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_say', ':say <username> <text>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_permissions', ':update_permissions');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pet_info', ':petinfo <petname>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setspeed', ':setspeed <speed>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_pet_data', ':update_petdata');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_about', ':about');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_alert', ':alert <username> <message>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_commands', ':commands');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_coords', ':coords');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_credits', ':credits <username> <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disconnect', ':disconnect <username>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_duckets', ':duckets <username> <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ha', ':ha <message>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kickall', ':kickall <message>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setpublic', ':setpublic');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_shutdown', ':shutdown');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_teleport', ':teleport');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unload', ':unload');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_catalogue', ':update_catalog');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_items', ':update_items');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_userinfo.not_found', 'User %user% not found!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masscredits.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massduckets.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_amount', 'Please use a valid number.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masscredits', ':masscredits <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massduckets', ':massduckets <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_masspoints', ':masspoints <amount> [type] ');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sitdown', ':sitdown');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_pull.pull', '* Pulls %user% towards %gender_name% *');
INSERT INTO `emulator_texts` VALUES ('gender.him', 'him');
INSERT INTO `emulator_texts` VALUES ('gender.her', 'her');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.not_found', 'User %user% could not be found!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_push.push', '* Pushes %user% away from %gender_name% *');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.cant_reach', 'User %user% is too far away!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.cant_reach', 'User %user% is too far away!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pull', ':pull <username>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_push', ':push <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.pull_self', 'You cannot pull yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.push_self', 'You cannot push yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.not_found', 'User %user% could not be found!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_superpull', ':spull <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_found', 'Use %user% could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.invalid_dance', 'Please use a valid number!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.outside_bounds', 'Please use a number between 0 and 4');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_freeze.not_found', 'User %user% could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_frozen', 'User %user% frozen!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.user_unfrozen', 'User %user% unfrozen!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.frozen', 'You\'ve been frozen!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_freeze.unfrozen', 'You\'ve been unfrozen!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_danceall', ':danceall <dance id>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_freeze', ':freeze <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_found', 'User %user% could not be found!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.not_self', 'You cannot copy yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mimic', ':mimic <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.blocked', 'You cannot copy %user% %gender_name% look!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mimic.copied', 'You copied %user% %gender_name% look!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.not_specified', 'Please specify an user to mute.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.muted', 'User %user% is now muted.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute.unmuted', 'User %user% is no longer muted.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.self', 'You cannot mute yourself. ');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_mute', ':mute <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_username', 'Please specify an user to give a badge to.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.forgot_badge', 'Please specify an badge to give to %user%.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owns', 'User %user% already owns %badge%.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_badge.given', 'Given %badge% to %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_badge', ':badge <username> <badge>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_enable.not_allowed', 'You do not have permission to set this effect!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_about', 'info;about;help');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_alert', 'alert;warning');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_badge', 'badge;givebadge');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ban', 'ban');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_commands', 'commands;cmds');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_control', 'control');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_coords', 'coords;cordinates;coordinates;position');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_credits', 'credits;coins');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_disconnect', 'dc;disconnect;kill');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_enable', 'enable;effect');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze_bots', 'freeze_bot;freezebot;freezebots;freeze_bots');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_freeze', 'freeze');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hand_item', 'handitem;item;hand');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ha', 'hotelalert;ha');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masscredits', 'mass_credits;masscredits');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massduckets', 'mass_duckets;massduckets;mass_pixels;masspixels');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_masspoints', 'mass_points;masspoints');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mimic', 'mimic;copy');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute', 'mute;shutup');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pet_info', 'pet;pet_info;petinfo');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_duckets', 'pixels;duckets');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_points', 'diamonds;points');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pull', 'pull');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_push', 'push');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_danceall', 'danceall;room_dance;roomdance');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_kickall', 'room_kick;kickall;roomkick;kick_all');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say_all', 'sayall;say_all');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_say', 'say;makesay');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setspeed', 'speed;setspeed');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout_all', 'shoutall;shout_all;roomshout;room_shout');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shout', 'makeshout');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_shutdown', 'stop;shutdown');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sitdown', 'sitall;sitdown');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_superpull', 'spull;superpull');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_teleport', 'tele;teleport');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unload', 'crash;unload');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_catalogue', 'reload_catalogue;reload_cata;update_catalogue;update_cata;update_catalog;update_shop');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_items', 'update_items;reload_items');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_permissions', 'update_permissions;update_perms');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_pet_data', 'update_pet_data;update_petdata');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_texts', 'update_texts;reload_texts');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_userinfo', 'userinfo;user_info');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_sit', 'sit');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sit', ':sit');
INSERT INTO `emulator_texts` VALUES ('total', 'Total');
INSERT INTO `emulator_texts` VALUES ('generic.bot.name', 'Bot');
INSERT INTO `emulator_texts` VALUES ('generic.bot.id', 'ID');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bots', ':bots');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bots', 'bots');
INSERT INTO `emulator_texts` VALUES ('generic.shutdown', 'The server is shutting down. All changes made from now on may not get saved!');
INSERT INTO `emulator_texts` VALUES ('generic.reason.specified', 'Reason specified');
INSERT INTO `emulator_texts` VALUES ('generic.warning', 'WARNING!');
INSERT INTO `emulator_texts` VALUES ('wired.variable.username', '%username%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.credits', '%credits%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.points', '%points%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.pixels', '%pixels%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ban.target_rank_higher', 'The Habbo you want to ban has a higher rank than you.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_specified', 'No username specified!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.success', '%user% has been unbanned.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unban.not_found', 'No bans found for %user%.');
INSERT INTO `emulator_texts` VALUES ('unbanned', 'unbanned');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unban', ':unban <username>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unban', 'unban');
INSERT INTO `emulator_texts` VALUES ('stalk.failed.same.room', '%user% is in this room too!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_trash', 'trash;tornado;sharknado');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.cleared', 'Inventory cleared!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty.verify', 'This will remove all items from your inventory. Type :empty %generic.yes% to continue!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_wordfilter', 'Wordfilter reloaded!');
INSERT INTO `emulator_texts` VALUES ('warning.auto.report', '%user% triggered wordfilter using: %word%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty', 'empty');
INSERT INTO `emulator_texts` VALUES ('commands.keys.update_wordfilter', 'update_wordfilter;update_filter;update_word_filter');
INSERT INTO `emulator_texts` VALUES ('commands.description.acc_debug', ':test [header] i:1 s:a b:1');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_trash', ':trash');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_wordfilter', ':update_word_filter');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_config', 'update_config;update_configuration');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.room.delete', '%username% tried to delete %roomname% owned by %roomowner%');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_config', 'Configuration reloaded!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_guildparts', 'update_guildparts;update_guild_parts');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_guildparts', ':update_guild_parts');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_config', ':update_config');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty', ':empty <username>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_plugins', 'update_plugins;updateplugins');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_plugins', ':update_plugins');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_plugins', 'Reloaded %count% plugins!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_happyhour', 'happyhour;happy_hour');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_danceall.no_dance', 'Please specify a dance from 0 to 4!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomeffect', 'roomeffect;room_effect');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.no_effect', 'No effect specified!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.numbers_only', 'Use numbers only!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomeffect.positive', 'Positive numbers only!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.numbers_only', 'Numbers only please!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffonline.positive_only', 'Positive numbers only please!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffonline.staffs', '<b>Staffs online:</b>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffonline', ':staffonline [minrank]');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomeffect', ':roomeffect [effect id]');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffonline', 'staffonline;staffs');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_happyhour', ':happyhour');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summon', 'summon');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summon', ':summon <username>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.forgot_username', 'Specify the username of the Habbo you want to summon!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_summon.not_found', '%% is not online!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.same_room', '%user% is in this room already!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_summon.summoned', '%user% summoned!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.been_summoned', 'You\'ve been summoned by %user%!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.summoning', 'Summoning %user%...');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.no_item', 'No item id specified!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomitem.positive', 'Positive numbers only!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.given', 'Handitem %item% given!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roomitem.removed', 'Handitems removed!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomitem', 'roomitem;room_item');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomitem', ':roomitem [itemid]');
INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.0', 'Yarr');
INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.1', 'Do what you want cos a pirrrrate is free');
INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.2', 'Gimme some ale matey');
INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.3', 'potato');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_chatcolor', 'chat;chatcolor');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.numbers', 'Positive numbers only please!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.no_number', 'Please provide an color id.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_chatcolor.banned', 'Sorry, that chatcolor is not allowed.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.set', 'Your new chatcolor is: %chat%');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_chatcolor.reset', 'Chat reset to normal');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_chatcolor', ':chat [colorid = 0]');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_masspoints.invalid_type', 'Invalid points type. Choose from: %types%');
INSERT INTO `emulator_texts` VALUES ('seasonal.name.0', 'Pixels');
INSERT INTO `emulator_texts` VALUES ('seasonal.name.105', 'Diamonds');
INSERT INTO `emulator_texts` VALUES ('seasonal.name.101', 'Snowflakes');
INSERT INTO `emulator_texts` VALUES ('seasonal.name.104', 'Clouds');
INSERT INTO `emulator_texts` VALUES ('seasonal.name.4', 'Shells');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_points.invalid_type', 'Invalid points type. Choose from: %types%');
INSERT INTO `emulator_texts` VALUES ('pirate_parrot.message.4', 'You dirty \'lil cunt');
INSERT INTO `emulator_texts` VALUES ('bots.visitor.no_visits', 'There were no visitors when you were away.');
INSERT INTO `emulator_texts` VALUES ('bots.visitor.visits', 'There were %count% visits since the last time you were away. If you want me to tell them say %positive%');
INSERT INTO `emulator_texts` VALUES ('bots.visitor.list', 'Last %count% visits were: %list%');
INSERT INTO `emulator_texts` VALUES ('generic.time.at', 'at');
INSERT INTO `emulator_texts` VALUES ('bots.butler.given', 'Here is your %key% %username%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_multi', 'multi');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_multi', ':multi');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_found', '%user% seems to be offline.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.not_room', '%user% seems to be outside of an room.');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.same_room', '%user% seems to be in this room already!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_stalk', 'stalk;follow;rape');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_stalk', ':stalk <username>');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summonrank.error', 'Potatohead!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_summonrank', 'summonrank;summonall');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_summonrank', ':summonrank <rankid>');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_summon.self', 'I tried something silly.');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_stalk.self', 'I tried something silly');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_bundle', 'bundle;roombundle');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_bundle', ':bundle');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.missing_params', 'Proper usage is :bundle <parent_id> <credits> <points> <points_type>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_bundle.duplicate', 'Whoops! Looks like this room is already on sale.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mute.time', 'Mute time must be atleast 1 second.');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.count', '%username% tried to buy multiple items of %itemname% from page %pagename% altough these are no set to have offers enabled!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.look.gender', '%username% tried to script an invalid gender \'%gender%\'');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.page', '%username% tried to access a page it doesn\'t have permission to: %pagename%');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.guild.buy.owner', '%username% tried to buy a guild for room %roomname% owned by %owner%');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.nonexisting', '%username% tried to set its room to a non existing category!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomsettings.category.permission', '%username% tried to set its room to a category it doesn\'t have acces to: %category%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_event', 'event;roomevent');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_event', ':event <message>');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.catalog.badge_display', '%username% tried to buy a badge display with badge %badge% which isn\'t owned!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.alert', '%username% tried to send an alert (\'%message%\') without having permission to modtools!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ban', '%username% tried to ban someone trough modtools without having rights to ban!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roomsettings', '%username% tried to edit an room via modtool without having permissions!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.close', '%username% tried to close a ticket without having permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.kick', '%username% tried to kick someone via modtools without having permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.pick', '%username% tried to pick a ticket in modtools without having permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.ticket.release', '%username% tried to release tickets in modtool without having permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.chatlog', '%username% requested chatlog in modtool without having permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.modtools.roominfo', '%username% requested roominfo in modtools without permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.userinfo', '%username% requested userinfo in modtools without permission!');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.roomalert', '%username% tried to send a roomalert in modtools without permission!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_blockalert', 'Alerts are now turned %state%');
INSERT INTO `emulator_texts` VALUES ('generic.on', 'on');
INSERT INTO `emulator_texts` VALUES ('generic.off', 'off');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_blockalert', 'blockalerts;blockalert;ignorealerts;ignore_alerts');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_blockalert', ':blockalert');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_faceless', 'faceless;face');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_faceless', ':faceless');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_moonwalk', 'moonwalk;mj;moon_walk');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_moonwalk', ':moonwalk');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_fastwalk', 'fastwalk;supersonic');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_fastwalk', ':fastwalk');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_redeem', 'redeem;exchange');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_redeem', ':redeem');
INSERT INTO `emulator_texts` VALUES ('generic.redeemed', 'Redeemed: ');
INSERT INTO `emulator_texts` VALUES ('generic.credits', 'credits');
INSERT INTO `emulator_texts` VALUES ('generic.pixels', 'pixels');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_a_number', 'Only positive numbers');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_gift', 'gift');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.not_found', '%itemid% not found!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_gift.user_not_found', '%username% not found online.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_gift', 'Send %itemname% to %username%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_gift', ':gift <username> <itemid>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massgift', 'massgift');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massgift', ':massgift <itemid>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_badge.already_owned', '%user% already owns %badge%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_massbadge.no_badge', 'No badge specified!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_massbadge', 'massbadge;hotelbadge');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_badge.received', 'Yahoooo! You\'ve received a badge!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_pickall', 'pickall;pickupall');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ejectall', 'ejectall;ejectfurni');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_bots', 'update_bots;updatebots');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ejectall', ':ejectall');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pickall', ':pickall');
INSERT INTO `emulator_texts` VALUES ('', '');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_staffalert', 'sa;staffalert');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_staffalert.title', '<b>Staff Alert:</b>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_staffalert.forgot_message', 'Please specify a message to send to staff.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_plugins', 'plugins');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_hotel_view', 'update_view;update_hotel_view;update_hotelview');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_hotel_view', ':update_hotel_view');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_hotel_view', 'Hotelview reloaded!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_bundle', 'Roombundle succesfully created with page id %id%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_kick.unkickable', '%username% is unkickable!');
INSERT INTO `emulator_texts` VALUES ('camera.disabled', 'Sorry! Camera is disabled :(');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_navigator', 'update_navigator;update_nav');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_navigator', 'Navigator succesfully reloaded!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_plugins', ':plugins');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_massbadge', ':massbadge <badge>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_bots', ':update_bots');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_navigator', ':update_navigator');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_ip_ban', 'ipban;banip;ip_ban;ban_ip');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_ip_ban', ':ipban <username> [reason]');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_machine_ban', 'machineban;banmachine;banmac;macban');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_machine_ban', ':machineban <username> [reason]');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_super_ban', 'superban;megaban');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_super_ban', ':superban <username> [reason]');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_machine_ban', '%count% accounts have been MAC banned!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_ip_ban', '%count% accounts have been IP banned!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_super_ban', '%count% accounts have been Super banned!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_ip_ban.ban_self', 'You cannot IP Ban yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_machine_ban.ban_self', 'You cannot issue yourself a MAC Ban!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_super_ban.ban_self', 'You cannot superban yourself!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_alert.cmd_connect_camera', 'Camera reconnected!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_connect_camera', 'connectcamera;connect_camera;cameraconnect');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_disconnect.higher_rank', 'The Habbo you wanted to disconnect is more important than you are.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_diagonal', 'diagonal;disablediagonal;diagonally');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_diagonal', ':diagonal');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_diagonal.disabled', 'You can no longer walk diagonally!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_word_quiz', 'wordquiz;quiz');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_word_quiz', ':wordquiz <question>');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.marketplace.forbidden', '%username% tried to sell an %itemname% for %credits% which is not allowed to be sold on the marketplace!');
INSERT INTO `emulator_texts` VALUES ('inventory.full', 'You\'ve reached the inventory limit. Move furniture out of your inventory before buying more!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.invalid_number', 'Invalid number. Specify a number between 0 and 9999');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_setmax.forgot_number', 'No number specified. Dork.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_setmax', 'setmax;set_max');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setmax', ':setmax <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_staffalert', ':sA <message>');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_take_badge', ':takebadge <username> <badge>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_take_badge', 'takebadge;take_badge;remove_badge;removebadge');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_badge', 'No badge specified!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.forgot_username', 'No username specified!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_take_badge.no_badge', '%username% does not have %badge%!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_take_badge', 'Badge has been taken!');
INSERT INTO `emulator_texts` VALUES ('camera.permission', 'You don\'t have permission to use the camera!');
INSERT INTO `emulator_texts` VALUES ('floorplan.permission', 'You don\'t have permission to use the floorplan editor!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_polls', 'update_polls;reload_polls');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_polls', ':update_polls');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_set_poll', 'setpoll;set_poll');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set_poll', ':setpoll <id>');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_set_poll', 'Room poll has been updated!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.invalid_number', 'Please specify a valid number. Use 0 to remove the poll.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.missing_arg', 'Missing poll id. Use 0 to remove the poll from this room.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomcredits', 'roomcredits;room_credits;roomcoins;room_coins');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomcredits', ':roomcredits <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompixels', 'roompixels;room_pixels;roomduckets;room_duckets');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompixels', ':roompixels <amount>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomgift', 'roomgift;room_gift');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomgift', ':roomgift <item_id> [message]');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_polls', 'Room polls have been reloaded!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_set_poll.not_found', 'Poll %id% not found!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_specified', 'No user specified to unmute!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_found', '%user% is not online!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_unmute', '%user% has been unmuted!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_unmute', 'unmute');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_unmute', ':unmute <username>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_give_rank', 'giverank;setrank;give_rank;set_rank');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_give_rank', ':giverank <username> <rank>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.not_found', 'Rank %id% was not found!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_give_rank.updated', '%username% has been given the rank %id%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher', 'You cannot rank %username% to a higher rank than you are!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.user_offline', '%username% is not online!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_rank', 'Missing rank. Usage: ');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.missing_username', 'Missing username. Usage: ');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_give_rank.new_rank', 'Your rank has been updated. Your rank is now %id%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roommute', 'roommute;room_mute');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roommute', ':roommute');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.unmuted', 'The room has been unmuted!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_roommute.muted', 'The room has been muted!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_lay', 'lay');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_lay', ':lay');
INSERT INTO `emulator_texts` VALUES ('camera.wait', 'Please wait %seconds% seconds before making another picture.');
INSERT INTO `emulator_texts` VALUES ('loggedin.elsewhere', 'You have been disconnected as you logged in from somewhere else.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_pets', 'mutepets;ignorepets;mute_pets;ignore_pets');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.ignored', 'You\'re now ignoring pets.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_pets.unignored', 'You\'re no longer ignoring pets.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_mute_bots', 'mutebots;ignorebots;mute_bots;ignore_bots');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.ignored', 'You are now ignoring bots.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_mute_bots.unignored', 'You are no longer ignoring bots.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roomalert', ':roomalert <message>');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roomalert.empty', 'Please specify an message!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roomalert', 'roomalert;room_alert;ra');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roompoints', 'roompoints;room_points');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.title', 'The following pets are available:');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_transform.line', '%name%');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_transform', ':transform <name> <race> <color>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_transform', 'transform;becomepet');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_connect_camera', ':connectcamera');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roompoints', ':roompoints <amount>');
INSERT INTO `emulator_texts` VALUES ('generic.gift.received.anonymous', 'You\'ve received a gift!');
INSERT INTO `emulator_texts` VALUES ('generic.gift.received', '%username% gave you a gift!');
INSERT INTO `emulator_texts` VALUES ('generic.user.not_found', '%user% not found.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_reload_room', 'reload_room;reload;reloadroom');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_reload_room', ':reload_room');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.packet.closedice', '%username% tried to change furniture state on non dice using the close dice packet on item %id% %itemname%');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_guildparts', 'Succes! Guild badgeparts and guild badge imager has been reloaded!');
INSERT INTO `emulator_texts` VALUES ('ban.info.user_id', 'User ID: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.type', 'Ban Type: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.reason', 'Reason: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.staff_id', 'Staff ID: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.date_issued', 'Date: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.date_expire', 'Expire Date: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.ip', 'IP: ');
INSERT INTO `emulator_texts` VALUES ('ban.info.machine', 'Machine: ');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_id', 'ID');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.user_name', 'Username');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.motto', 'Motto');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.rank', 'Rank');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.online', 'Online');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.email', 'Email');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_register', 'Register IP');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ip_current', 'Current IP');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.banned', 'Banned');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.currencies', 'Currencies');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.achievement_score', 'Score');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.credits', 'Credits');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.current_activity', 'Current Activity');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.room', 'Room');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.respect_left', 'Respect Left');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.pet_respect_left', 'Pet Respect Left');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_trade', 'Allow Trade');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_follow', 'Allow Follow');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.allow_friend_request', 'Allow Friend Request');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.total_bans', 'Total bans');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.ban_info', 'Recent Ban Info');
INSERT INTO `emulator_texts` VALUES ('command.cmd_userinfo.userinfo', 'Userinfo');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pet_info.pet_not_found', '\"Please provide a petname!\"');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hal', ':hal <url> <message>');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hal', 'hal;halink');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.cleared', 'Bots inventory cleared!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_bots.verify', 'This will remove all bots from your inventory. Type :emptybots %generic.yes% to continue!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_bots', 'emptybots;empty_bots;deletebots');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_bots', ':emptybots');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.cleared', 'Pets inventory cleared!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_empty_pets.verify', 'This will remove all pets from your inventory. Type :emptypets %generic.yes% to continue!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_empty_pets', 'emptypets;empty_pets;deletepets');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_empty_pets', ':emptypets');
INSERT INTO `emulator_texts` VALUES ('nux.step.1', 'This is the reception button, it will take you to the hotelview.');
INSERT INTO `emulator_texts` VALUES ('nux.step.2', 'This is the navigator button, from here you can visit other rooms.');
INSERT INTO `emulator_texts` VALUES ('nux.step.3', 'To talk, just enter your message here.');
INSERT INTO `emulator_texts` VALUES ('nux.step.4', 'The chat history window lets you read back your previous conversations.');
INSERT INTO `emulator_texts` VALUES ('nux.step.5', 'If you want to change your looks, you can use the wardrobe.');
INSERT INTO `emulator_texts` VALUES ('nux.step.6', 'In the catalog you can purchase furniture to decorate your own room.');
INSERT INTO `emulator_texts` VALUES ('nux.step.7', 'Furniture can be bought with a combination of credits...');
INSERT INTO `emulator_texts` VALUES ('nux.step.8', '...duckets,');
INSERT INTO `emulator_texts` VALUES ('nux.step.9', 'or diamonds.');
INSERT INTO `emulator_texts` VALUES ('nux.step.10', 'All your friends are located down here.');
INSERT INTO `emulator_texts` VALUES ('nux.step.11', 'Lets have some fun and start exploring the hotel!');
INSERT INTO `emulator_texts` VALUES ('alert.superwired.invalid', 'Invalid superwired configuration. Make sure to NOT use <b>;</b> in the product field!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_allow_trading', 'Enables / Disables the tradelock for a user.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_allow_trading', 'tradelock;blocktrading;disabletrade');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_username', 'Please specify the user to enable / disable trading for.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.forgot_trade', 'Please specify if you want to enable trading for %username%.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.enabled', 'Trading has been enabled for %username%!');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_allow_trading.disabled', 'Trading has been disabled for %username%!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.user_not_found', 'Target Habbo does not exist.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_allow_trading.incorrect_setting', 'Please use %enabled% to enable trading. Use %disabled% to disable trading.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_give_rank.higher.other', '%username% has an higher rank than you and thus cannot change it!');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_unmute.not_muted', '%user% is not muted.');
INSERT INTO `emulator_texts` VALUES ('supporttools.not_ticket_owner', 'You are not the moderator currently handling the ticket.');
INSERT INTO `emulator_texts` VALUES ('commands.success.cmd_setmax', 'Success! Maximum users in this room changed to %value%.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_changename', ':changename');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_changename', 'changename;flagme;change_name;namechange');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_credits.user_not_found', 'Could net send %amount% credits to %user%. %user% does not exist.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_pull.invalid', 'You cannot pull %username% to there.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_push.invalid', 'You cannot push %username% to there.');
INSERT INTO `emulator_texts` VALUES ('hotel.wired.superwired.info', 'Superwired Usage Information. Possible reward types:<br/>badge: BADGE CODE<br/>Credits: credits#amount<br/>Pixels: pixels#amount<br/>Points: points#amount<br/>Respect: respect#amount<br/>Furniture: furni#FurnitureID<br/>Catalog Item: cata#CatalogItemID');
INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.unkickable', 'Wired Kick Exception: Unkickable');
INSERT INTO `emulator_texts` VALUES ('hotel.wired.kickexception.owner', 'Wired Kick Exception: Room Owner');
INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.item', 'You cannot purchase any limited %itemname% for today as you have reached the limt of %limit%. Come back tomorrow.');
INSERT INTO `emulator_texts` VALUES ('error.catalog.buy.limited.daily.total', 'You cannot purchase any limited furniture as you have reached the limited of %limit% for today. Come back tomorrow.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_calendar', 'calendar');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_calendar', ':calendar');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.chat.length', '%username% tried to send a room chat message with length %length% while the maximum length is 100 characters.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_invisible', 'invisible;hideme');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_invisible', ':invisible');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_invisible.updated', 'You are now invisible. Reload the room to reset.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_hidewired', 'hidewired;hidemywired;wiredbegone');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.hidden', 'Wired is now hidden.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_hidewired.shown', 'Wired is now shown.');
INSERT INTO `emulator_texts` VALUES ('commands.errors.cmd_hidewired.permission', 'You don\'t have permission to hide wireds in this room!');
INSERT INTO `emulator_texts` VALUES ('support.ticket.picked.failed', 'Picking issue failedd: <br>Ticket already picked or does not exist!');
INSERT INTO `emulator_texts` VALUES ('camera.error.creation', 'Failed to create your picture. *sadpanda*');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.sticky.size', '%username% tried to create a sticky with %amount% characters where %limit% characters are allowed!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_promote_offer', 'promoteoffer;promotetargetoffer;promote_offer');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_promote_offer', ':promoteoffer <offer_id> [info]');
INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.info', 'info');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_promote_offer.not_found', 'The offer could not be found. Use :promoteoffer info to see a list of active offers.');
INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.list', 'All available offers (%amount%):<br>%list%');
INSERT INTO `emulator_texts` VALUES ('commands.cmd_promote_offer.list.entry', '%id%: %title% %description%');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_promote_offer', 'The promoted offer has been changed to %id%: %title%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_filterword', 'filter;banword;filterword');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_filterword.missing_word', 'Please specify the word to filter, with an optional replacement.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_filterword.error', 'Failed to add the word to the wordfilter. Possible duplicate?');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_filterword.added', 'Wordfilter word %word% has been added with replacement %replacement%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_filterword', ':filter <word> [replacement]');
INSERT INTO `emulator_texts` VALUES ('debug.show.headers', '');
INSERT INTO `emulator_texts` VALUES ('generic.tile.not.exists', 'Tile does not exist!');
INSERT INTO `emulator_texts` VALUES ('commands.errors.cmd_give_rank.not_found', 'Rank %id% could not be given to %username% as it does not exist!');
INSERT INTO `emulator_texts` VALUES ('hotel.wired.giveachievement.invalid.points', 'This is not a number!');
INSERT INTO `emulator_texts` VALUES ('hotel.wired.giveachievement.invalid.achievement', '%achievement% does not exist!');
INSERT INTO `emulator_texts` VALUES ('hotel.error.roomads.nopermission', 'You have no permission to modify room ads!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_achievements', 'uach;update_achievements');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_achievements', ':update_achievements');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_achievements.updated', 'Achievements have been reloaded!');
INSERT INTO `emulator_texts` VALUES ('invisible.prevent.chat.error', 'While being invisible you cannot talk.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_invisible.updated.back', 'You are now visible again.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_mimic.forbidden_clothing', 'The other user has clothing that you do not own yet.');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_youtube_playlists', 'update_youtube;update_youtube_playlists');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_update_youtube_playlists', 'YouTube playlists have been refreshed!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_add_youtube_playlist', 'add_youtube;add_playlist;add_youtube_playlist');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.usage', 'Usage: base_item_id youtube_playlist_id');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.no_base_item', 'A base item with that ID could not be found.');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_add_youtube_playlist.failed_playlist', 'Error: unable to fetch the given YouTube playlist.');
INSERT INTO `emulator_texts` VALUES ('commands.succes.cmd_add_youtube_playlist', 'The playlist has been added successfully!');
INSERT INTO `emulator_texts` VALUES ('generic.furniture.bought', 'You just purchased %amount%%is_limited%%itemname%%limited_display%!');
INSERT INTO `emulator_texts` VALUES ('generic.furniture.sold', 'Your %item% has been sold. Click here to claim your credits!');
INSERT INTO `emulator_texts` VALUES ('commands.generic.cmd_commands.text', 'Your Commands');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_stand', 'stand');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setstate', ':ss');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.keys', 'ss;setstate');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.changed', 'Changed state to %extra_data%');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.disabled', 'state removed.');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setstate.not_specified', 'No state set. state must be between 0 - 40.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buildheight', ':buildheight [height]');
INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.keys', 'buildheight;bh');
INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.invalid_height', 'Invalid height! Build height must be between 0 - 40!');
INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.changed', 'Changed build height to %height%');
INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.disabled', 'Build height removed.');
INSERT INTO `emulator_texts` VALUES ('be.cmd_buildheight.not_specified', 'No buildheight set. Height must be between 0 - 40.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_setrotation', ':rot;rotation');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.keys', 'rot;setrotation');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.changed', 'Changed Furni Rotation to %rot%');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.disabled', 'Furni Rotation removed.');
INSERT INTO `emulator_texts` VALUES ('be.cmd_setrotation.not_specified', 'No rotation set. state must be between 0 - 6.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_buyroom', ':buyroom');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_sellroom', ':sellroom <diamonds>');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.keys', 'sellroom');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.removed', 'This room was remove from sale.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.invalid_credits', '%diamonds% diamonds is an invalid amount!');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.has_guild', 'Cannot sell this room, room has a guild.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.confirmed', 'This room is now up for sale for %currency% diamonds!');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.usage', 'Usage: :sellroom <diamonds>');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.forsale', 'This room is being sold by %ownername% for %currency% diamonds! If you wish to buy it write :buyroom confirm.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.notforsale', 'This room is not being sold.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.confirmkey', 'confirm');
INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.has_guild', 'This room has a guild and therefor cannot be bought.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.bubble.thisroom', 'This room is for sale for %currency% diamonds!');
INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.bubble.message', 'This room has been bought from %oldowner% by %newowner%!');
INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.bubble.message.bought', '%roomname% has been bought by %newowner%');
INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.invalid_amount', 'You don\'t have enough diamonds to buy this room!');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.owneroffline', 'Owner of this room, %username%, is offline.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.selfbuy', 'Silly %username%. You cannot buy your own room.');
INSERT INTO `emulator_texts` VALUES ('rosie.sellroom.buyroom.usage', 'To buy a room use :%key% %confirmkey%');
INSERT INTO `emulator_texts` VALUES ('rosie.buyroom.keys', 'buyroom');
INSERT INTO `emulator_texts` VALUES ('rosie.roomforsale.alert', 'This room is for sale. Type :buyroom for more information.');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.keys', 'pay;transfer');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.incorrect.usage', 'Missing arguments for pay command!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_pay', ':pay <username> <amount> <currency>');
INSERT INTO `emulator_texts` VALUES ('generic.habbo.notfound', 'Habbo not found');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.self', 'You cannot pay yourself, silly!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_amount', 'Invalid amount! Please use a positive value.');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.not_enough', 'Cannot pay %username%. You don\'t have %amount% %type%!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.invalid_type', 'The currency %type% does not exist!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.received', '%username% has paid you %amount% %type%!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_pay.transferred', 'You paid %username% %amount% %type%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kill', ':kill <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.keys', 'kill;murder');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.killer', '* Murders %victim% *;* %victim% was slain by %killer% *;* Takes %victim%s head off *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kill.killmessages.victim', '* Bleeds to dead while twitching *; * Oh noes. %killer% took my head off *');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hoverboard', ':hoverboard');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.keys', 'hoverboard');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hoverboard.texts', '* Grabs Blue hoverboard and flies away *;* Jumps onto a pink hoverboard *;* Nice day to ride my yellow hoverboard *;* Pulls out a green hoverboard to explore the hotel on *');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_kiss', ':kiss <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kissedperson', '* %kissedperson% gets kissed by %kisser% *');
INSERT INTO `emulator_texts` VALUES ('essentials.kissedmessages.kisser', '* Kisses %kissedperson% passionately *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_kiss.keys', 'kiss;frenchkiss');
INSERT INTO `emulator_texts` VALUES ('essentials.kissmessages.tofar', '%kissedperson% is too far to kiss!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_hug', ':hug <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_hug.keys', 'hug;cuddle');
INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.huggedperson', '* Gets a warm hug from %hugger% *');
INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.hugger', '* Hugs %huggedperson% tightly *');
INSERT INTO `emulator_texts` VALUES ('essentials.hugmessages.tofar', '%huggedperson% is too far to hug. Get a bit closer and try again!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_welcome', ':welcome <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.keys', 'welcome;willkommen;welkom;bienvenue;bienvenida;bem-vindo');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_welcome.text', 'Welcome %username% to %hotelname%;My name is %greeter_username% and I am %greeter_rank% at %hotelname%;At the moment there are %onlinecount% %hotelplayername%s online!;If you have any further questions feel free to ask me or any of our staff. You can recognize our staff from the badge they wear;Enjoy your stay in %hotelname% %username%!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_disable_effects', ':disableffects');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.keys', 'antieffects;disableffects');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_enabled', 'Effects in this room have been enabled!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_disable_effects.effects_disabled', 'Effects in this room have been disabled!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_brb', ':brb');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.keys', 'afk;brb;');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.brb', '* %username% is now AFK! *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.back', '* %username% is now back! *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_brb.time', '* %username% has now been away for %time% minutes *');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_nuke', ':nuke <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_nuke.keys', 'nuke;nade;grenade;explode;boom');
INSERT INTO `emulator_texts` VALUES ('essentials.nuke.self', 'You can\'t nuke yourself, silly!');
INSERT INTO `emulator_texts` VALUES ('essentials.nuke.action', '* Launches nuke towards %username% *');
INSERT INTO `emulator_texts` VALUES ('essentials.nuke.nuked', '* %username% gets obliterated *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.keys', 'buildheight;bh');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.invalid_height', 'Invalid height! Build height must be between 0 - 40!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.changed', 'Changed build height to %height%');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.disabled', 'Build height removed.');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_buildheight.not_specified', 'No buildheight set. Height must be between 0 - 40.');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_slime', ':slime <username>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.keys', 'slime;slimed;goop;nickelodeon');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.throws', '* Throws slime at %username%s direction *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.missed', '* Missed %username%s face *');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_slime.slimed', '* Gets covered in slime by %username% *');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_explain', ':explain <command>');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.keys', 'explain;commandinfo;commandhelp;aliases');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.help', 'Specify a command to lookup. Example: :explain mimic');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.notfound', 'Too bad but \'%command%\'-command does not seem to exist');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.nopermission', 'You don\'t have permission to use %command%');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_explain.info', 'Information about the \'%command%\'-command:\rUsage: %description%\rKeys / Aliases:%keys%');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.keys', 'sellroom');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.removed', 'This room was remove from sale.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.invalid_credits', '%credits% credits is an invalid amount!');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.has_guild', 'Cannot sell this room, room has a guild.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmed', 'This room is now up for sale for %credits% credits!');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.usage', 'Usage: :sellroom <credits>');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.forsale', 'This room is being sold by %ownername% for %credits%.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.notforsale', 'This room is not being sold.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.confirmkey', 'confirm');
INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.has_guild', 'This room has a guild and therefor cannot be bought.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.owneroffline', 'Owner of this room, %username%, is offline.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.selfbuy', 'Silly %username%. You cannot buy your own room.');
INSERT INTO `emulator_texts` VALUES ('essentials.sellroom.buyroom.usage', 'To buy a room use :%key% %confirmkey%');
INSERT INTO `emulator_texts` VALUES ('essentials.buyroom.keys', 'buyroom');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_closedice', ':closedice [all]');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keys', 'closedice;cd;sluitdices');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.keywordall', 'all');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_closedice.closed', '* Closes %count% dices *');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_set', ':set info');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.keys', 'set;changefurni');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.error', 'Use \':set info\' for more information!');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.invalid', 'Invalid item id %value%');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.notfound', 'Item not found.');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.wrong', 'Something went wrong.');
INSERT INTO `emulator_texts` VALUES ('essentials.cmd_set.succes', 'Updated!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_furnidata', ':furnidata');
INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.keys', 'furnidata');
INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.on', 'Successfully turned furnidata on!');
INSERT INTO `emulator_texts` VALUES ('furnidata.cmd_furnidata.off', 'Successfully turned furnidata off!');
INSERT INTO `emulator_texts` VALUES ('bubblealerts.notif_friendonline.message', '%username% just logged in! Say hi!');
INSERT INTO `emulator_texts` VALUES ('bubblealerts.notif_mention.message', '%username% mentioned you. Click to visit %username% in %room_name%!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_softkick', 'softkick');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_softkick_not_found', '%user% not found');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_softkick_error_self', 'You can not softkick yourself!');
INSERT INTO `emulator_texts` VALUES ('generic.error.ignore_higher_rank', 'You can\'t ignore this user.');
INSERT INTO `emulator_texts` VALUES ('error.bots.max.inventory', 'You can\'t buy or pickup anymore bots until you place some, the maximum amount of bots you are allowed is %amount%.');
INSERT INTO `emulator_texts` VALUES ('scripter.warning.item.bgtoner.permission', '%username% tried to change the background toner without rights in %room% owned by %owner%');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_subscription', 'subscription;sub');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_action', 'Invalid action specified. Must be add, +, remove or -');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.type_not_found', '%subscription% is not a valid subscription type');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_params_time', 'Invalid time span, try: x minutes/days/weeks/months');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_add_time', 'Successfully added %time% seconds to %subscription% on %user%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.user_not_have', '%user% does not have the %subscription% subscription');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_remove_time', 'Successfully removed %time% seconds from %subscription% on %user%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.success_remove_sub', 'Successfully removed %subscription% sub from %user%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.user_not_found', '%user% was not found');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_subscription.invalid_params', 'Invalid command format');
INSERT INTO `emulator_texts` VALUES ('subscriptions.hc.payday.message', 'Woohoo HC Payday has arrived! You have received %amount% credits to your purse. Enjoy!');
INSERT INTO `emulator_texts` VALUES ('hotel.room.tent.prefix', 'Tent');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_roombadge.no_badge', 'No badge specified!');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_roombadge', 'roombadge');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_roombadge', ':roombadge <badge>');
INSERT INTO `emulator_texts` VALUES ('wired.variable.name', '%name%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.roomname', '%roomname%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.user_count', '%user_count%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.owner', '%owner%');
INSERT INTO `emulator_texts` VALUES ('wired.variable.item_count', '%item_count%');
INSERT INTO `emulator_texts` VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
INSERT INTO `emulator_texts` VALUES ('commands.description.cmd_update_calendar', ':update_calendar');
INSERT INTO `emulator_texts` VALUES ('commands.keys.cmd_update_calendar', 'update_calendar');
INSERT INTO `emulator_texts` VALUES ('commands.success.cmd_update_calendar', 'Calendar updated successfully!');
INSERT INTO `emulator_texts` VALUES ('hotel.mannequin.name.default', 'My look');
INSERT INTO `emulator_texts` VALUES ('rcon.alert.user.change_username', 'You can change your username. Click on yourself to change it.');
-- ----------------------------
-- Table structure for gift_wrappers
-- ----------------------------
DROP TABLE IF EXISTS `gift_wrappers`;
CREATE TABLE `gift_wrappers` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`sprite_id` int(0) NOT NULL,
`item_id` int(0) NOT NULL,
`type` enum('gift','wrapper') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'wrapper',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 18 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of gift_wrappers
-- ----------------------------
INSERT INTO `gift_wrappers` VALUES (1, 187, 187, 'gift');
INSERT INTO `gift_wrappers` VALUES (2, 188, 188, 'gift');
INSERT INTO `gift_wrappers` VALUES (3, 189, 189, 'gift');
INSERT INTO `gift_wrappers` VALUES (4, 190, 190, 'gift');
INSERT INTO `gift_wrappers` VALUES (5, 191, 191, 'gift');
INSERT INTO `gift_wrappers` VALUES (6, 192, 192, 'gift');
INSERT INTO `gift_wrappers` VALUES (7, 193, 193, 'gift');
INSERT INTO `gift_wrappers` VALUES (8, 3372, 3372, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (9, 3373, 3373, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (10, 3374, 3374, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (11, 3375, 3375, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (12, 3376, 3376, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (13, 3377, 3377, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (14, 3378, 3378, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (15, 3379, 3379, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (16, 3380, 3380, 'wrapper');
INSERT INTO `gift_wrappers` VALUES (17, 3381, 3381, 'wrapper');
-- ----------------------------
-- Table structure for groups_items
-- ----------------------------
DROP TABLE IF EXISTS `groups_items`;
CREATE TABLE `groups_items` (
`type` enum('base','symbol','color','color2','color3') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`id` int(0) NOT NULL,
`firstvalue` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`secondvalue` varchar(2000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
PRIMARY KEY (`id`, `type`) USING BTREE,
INDEX `type`(`type`) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of groups_items
-- ----------------------------
INSERT INTO `groups_items` VALUES ('base', 1, 'base_basic_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 1, 'symbol_background_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 1, 'ffd601', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 1, 'ffffff', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 1, 'ffffff', '', '1');
INSERT INTO `groups_items` VALUES ('base', 2, 'base_basic_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 2, 'symbol_background_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 2, 'ec7600', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 2, 'ebebeb', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 2, 'e5e5e5', '', '1');
INSERT INTO `groups_items` VALUES ('base', 3, 'base_basic_3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 3, 'symbol_background_3_part2.gif', 'symbol_background_3_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 3, '84de00', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 3, 'd4d4d4', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 3, 'bfbfbf', '', '1');
INSERT INTO `groups_items` VALUES ('base', 4, 'base_basic_4.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 4, 'symbol_ball_1_part2.gif', 'symbol_ball_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 4, '589a00', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 4, 'bdbdbd', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 4, '999999', '', '1');
INSERT INTO `groups_items` VALUES ('base', 5, 'base_basic_5.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 5, 'symbol_ball_2_part2.gif', 'symbol_ball_2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 5, '50c1fb', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 5, 'a6a6a6', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 5, '737373', '', '1');
INSERT INTO `groups_items` VALUES ('base', 6, 'base_advanced_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 6, 'symbol_bobba.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 6, '006fcf', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 6, '8f8f8f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 6, '4c4c4c', '', '1');
INSERT INTO `groups_items` VALUES ('base', 7, 'base_advanced_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 7, 'symbol_bomb_part2.gif', 'symbol_bomb_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 7, 'ff98e3', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 7, '787878', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 7, '589a00', '', '1');
INSERT INTO `groups_items` VALUES ('base', 8, 'base_advanced_3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 8, 'symbol_bow.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 8, 'f334bf', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 8, '616161', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 8, '4f8a00', '', '1');
INSERT INTO `groups_items` VALUES ('base', 9, 'base_advanced_4.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 9, 'symbol_box_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 9, 'ff2d2d', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 9, '4c4c4c', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 9, '427300', '', '1');
INSERT INTO `groups_items` VALUES ('base', 10, 'base_gold_1_part2.gif', 'base_gold_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 10, 'symbol_box_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 10, 'af0a0a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 10, '589a00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 10, '355c00', '', '1');
INSERT INTO `groups_items` VALUES ('base', 11, 'base_gold_2_part2.gif', 'base_gold_2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 11, 'symbol_bunting_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 11, 'ffffff', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 11, '518e00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 11, '284500', '', '1');
INSERT INTO `groups_items` VALUES ('base', 12, 'base_pin_part2.gif', 'base_pin_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 12, 'symbol_bunting_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 12, 'c0c0c0', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 12, '498000', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 12, '1a2e00', '', '1');
INSERT INTO `groups_items` VALUES ('base', 13, 'base_gradient_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 13, 'symbol_butterfly_part2.gif', 'symbol_butterfly_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 13, '373737', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 13, '417200', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 13, '84de00', '', '1');
INSERT INTO `groups_items` VALUES ('base', 14, 'base_gradient_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 14, 'symbol_cowskull_part2.gif', 'symbol_cowskull_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 14, 'fbe7ac', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 14, '396400', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 14, '77c700', '', '1');
INSERT INTO `groups_items` VALUES ('base', 15, 'base_circles_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 15, 'symbol_cross.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 15, '977641', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 15, '315600', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 15, '63a600', '', '1');
INSERT INTO `groups_items` VALUES ('base', 16, 'base_circles_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 16, 'symbol_diamond.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 16, 'c2eaff', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 16, '294800', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 16, '4f8500', '', '1');
INSERT INTO `groups_items` VALUES ('base', 17, 'base_ornament_1_part2.gif', 'base_ornament_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 17, 'symbol_diploma_part2.gif', 'symbol_diploma_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 17, 'fff165', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 17, '213b00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 17, '3c6400', '', '1');
INSERT INTO `groups_items` VALUES ('base', 18, 'base_ornament_2_part2.gif', 'base_ornament_2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 18, 'symbol_eyeball_part2.gif', 'symbol_eyeball_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 18, 'aaff7d', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 18, '1a2e00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 18, '274200', '', '1');
INSERT INTO `groups_items` VALUES ('base', 19, 'base_misc_1_part2.gif', 'base_misc_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 19, 'symbol_fist.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 19, '87e6c8', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 19, '84de00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 19, 'c2eaff', '', '1');
INSERT INTO `groups_items` VALUES ('base', 20, 'base_misc_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 20, 'symbol_flame_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 20, '9844e7', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 20, '7acd00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 20, 'aed2e5', '', '1');
INSERT INTO `groups_items` VALUES ('base', 21, 'base_beams_part2.gif', 'base_beams_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 21, 'symbol_flame_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 21, 'dea9ff', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 21, '6eb900', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 21, '91afbf', '', '1');
INSERT INTO `groups_items` VALUES ('base', 22, 'base_ring.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 22, 'symbol_flash.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 22, 'ffb579', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 22, '62a500', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 22, '748c99', '', '1');
INSERT INTO `groups_items` VALUES ('base', 23, 'base_simplestar_part2.gif', 'base_simplestar_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 23, 'symbol_flower_1_part2.gif', 'symbol_flower_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color', 23, 'c3aa6e', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 23, '569100', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 23, '576a73', '', '1');
INSERT INTO `groups_items` VALUES ('base', 24, 'base_spiral.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 24, 'symbol_flower_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color', 24, '7a7a7a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 24, '4a7c00', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 24, '3a464c', '', '1');
INSERT INTO `groups_items` VALUES ('base', 25, 'base_book.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 25, 'symbol_flower_3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 25, '3e6800', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 25, '50c1fb', '', '1');
INSERT INTO `groups_items` VALUES ('base', 26, 'base_egg.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 26, 'symbol_flower_4.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 26, '325400', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 26, '48ade1', '', '1');
INSERT INTO `groups_items` VALUES ('base', 27, 'base_ornament.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 27, 'symbol_football.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 27, '274200', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 27, '3c91bc', '', '1');
INSERT INTO `groups_items` VALUES ('base', 28, 'base_shield_part2.gif', 'base_shield_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 28, 'symbol_heart_1_part2.gif', 'symbol_heart_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 28, 'c2eaff', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 28, '307497', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 29, 'symbol_heart_2_part2.gif', 'symbol_heart_2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 29, 'b3d8eb', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 29, '245771', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 30, 'symbol_jingjang_part2.gif', 'symbol_jingjang_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 30, 'a1c3d4', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 30, '183a4b', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 31, 'symbol_lips_part2.gif', 'symbol_lips_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 31, '90adbd', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 31, '006fcf', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 32, 'symbol_note.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 32, '7e98a6', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 32, '0064ba', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 33, 'symbol_peace.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 33, '6d838f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 33, '00539b', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 34, 'symbol_planet_part2.gif', 'symbol_planet_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 34, '5b6e78', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 34, '00437c', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 35, 'symbol_rainbow_part2.gif', 'symbol_rainbow_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 35, '4a5961', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 35, '00325d', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 36, 'symbol_rosete.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 36, '3a464c', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 36, '00213e', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 37, 'symbol_shape.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 37, '50c1fb', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 37, '9844e7', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 38, 'symbol_star_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 38, '4ab2e7', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 38, '893dcf', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 39, 'symbol_star_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 39, '43a0d1', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 39, '7233ad', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 40, 'symbol_sword_1_part2.gif', 'symbol_sword_1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 40, '3b8fba', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 40, '5b298b', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 41, 'symbol_sword_2_part2.gif', 'symbol_sword_2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 41, '347ea3', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 41, '451f68', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 42, 'symbol_sword_3_part2.gif', 'symbol_sword_3_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 42, '2d6c8d', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 42, '2d1445', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 43, 'symbol_wings_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 43, '265b76', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 43, 'dea9ff', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 44, 'symbol_wings_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 44, '1e495f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 44, 'c798e5', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 45, 'symbol_arrow_down.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 45, '183a4b', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 45, 'a67fbf', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 46, 'symbol_arrow_left.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 46, '006fcf', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 46, '856599', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 47, 'symbol_arrow_right.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 47, '0066bf', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 47, '644c73', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 48, 'symbol_arrow_up.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 48, '005cac', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 48, '42324c', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 49, 'symbol_arrowbig_up.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 49, '005299', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 49, 'ff98e3', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 50, 'symbol_axe_part2.gif', 'symbol_axe_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 50, '004887', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 50, 'e589cc', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 51, 'symbol_bug_part2.gif', 'symbol_bug_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 51, '003e74', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 51, 'bf72aa', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 52, 'symbol_capsbig_part2.gif', 'symbol_capsbig_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 52, '003461', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 52, '995b88', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 53, 'symbol_capssmall_part2.gif', 'symbol_capssmall_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 53, '002a4f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 53, '734566', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 54, 'symbol_cloud.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 54, '00213e', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 54, '4c2d44', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 55, 'symbol_crown_part2.gif', 'symbol_crown_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 55, '9844e7', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 55, 'f334bf', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 56, 'symbol_diamsmall2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 56, '8c3fd5', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 56, 'da2fac', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 57, 'symbol_diamsmall.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 57, '7e39c0', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 57, 'b6278f', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 58, 'symbol_drop.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 58, '7132ab', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 58, '921f73', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 59, 'symbol_fingersheavy.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 59, '632c96', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 59, '6e1756', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 60, 'symbol_fingersv.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 60, '552682', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 60, '480f39', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 61, 'symbol_gtr_part2.gif', 'symbol_gtr_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 61, '48206d', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 61, 'ff2d2d', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 62, 'symbol_hat.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 62, '3a1a58', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 62, 'e52828', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 63, 'symbol_oval_part2.gif', 'symbol_oval_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 63, '2d1445', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 63, 'bf2222', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 64, 'symbol_pawprint.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 64, 'dea9ff', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 64, '991b1b', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 65, 'symbol_screw.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 65, 'cd9ceb', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 65, '731414', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 66, 'symbol_stickL_part2.gif', 'symbol_stickL_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 66, 'b98dd4', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 66, '4c0d0d', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 67, 'symbol_stickR_part2.gif', 'symbol_stickR_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 67, 'a57dbd', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 67, 'ffb579', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 68, 'symbol_alligator.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 68, '916ea6', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 68, 'e5a36d', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 69, 'symbol_americanfootball_part2.gif', 'symbol_americanfootball_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 69, '7c5f8f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 69, 'bf885b', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 70, 'symbol_award_part2.gif', 'symbol_award_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 70, '685078', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 70, '996d49', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 71, 'symbol_bananapeel.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 71, '544061', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 71, '735237', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 72, 'symbol_battleball.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 72, '42324c', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 72, '4c3624', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 73, 'symbol_biohazard.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 73, 'ff98e3', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 73, 'ec7600', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 74, 'symbol_bird.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 74, 'eb8cd1', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 74, 'd46a00', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 75, 'symbol_bishop.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 75, 'd47ebd', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 75, 'b15800', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 76, 'symbol_coalion.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 76, 'bd71a8', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 76, '8e4700', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 77, 'symbol_cocoamug.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 77, 'a66394', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 77, '6a3500', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 78, 'symbol_dashflag.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 78, '8f557f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 78, '462300', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 79, 'symbol_diamondring_part2.gif', 'symbol_diamondring_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 79, '78486b', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 79, 'ffd601', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 80, 'symbol_discoball_part2.gif', 'symbol_discoball_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 80, '613a56', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 80, 'e5c001', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 81, 'symbol_dog.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 81, '4c2d44', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 81, 'bfa001', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 82, 'symbol_electricguitarh_part2.gif', 'symbol_electricguitarh_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 82, 'f334bf', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 82, '998001', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 83, 'symbol_electricguitarv_part2.gif', 'symbol_electricguitarv_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 83, 'e030b0', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 83, '736100', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 84, 'symbol_film.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 84, 'ca2b9f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 84, '4c4000', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 85, 'symbol_flame_part2.gif', 'symbol_flame_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 85, 'b4278e', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 85, 'c3aa6e', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 86, 'symbol_gamepad.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 86, '9e227c', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 86, 'af9963', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 87, 'symbol_gem1_part2.gif', 'symbol_gem1_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 87, '881d6b', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 87, '927f52', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 88, 'symbol_gem2_part2.gif', 'symbol_gem2_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 88, '72185a', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 88, '756642', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 89, 'symbol_gem3_part2.gif', 'symbol_gem3_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 89, '5c1449', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 89, '584d32', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 90, 'symbol_hawk.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 90, '480f39', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 90, '3a3321', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 91, 'symbol_hearts_down.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 91, 'ff2d2d', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 91, '977641', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 92, 'symbol_hearts_up.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 92, 'eb2929', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 92, '886a3a', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 93, 'symbol_horseshoe.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 93, 'd42525', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 93, '715831', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 94, 'symbol_inksplatter.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 94, 'bd2121', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 94, '5b4727', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 95, 'symbol_leaf.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 95, 'a61d1d', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 95, '44351d', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 96, 'symbol_micstand.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 96, '8f1919', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 96, '2d2313', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 97, 'symbol_mirror_part2.gif', 'symbol_mirror_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 97, '781515', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 97, 'c0c0c0', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 98, 'symbol_monkeywrench.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 98, '611111', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 98, 'acacac', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 99, 'symbol_note1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 99, '4c0d0d', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 99, '909090', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 100, 'ffb579', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 100, '737373', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 101, 'eba770', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 101, '575757', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 102, 'd49665', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 102, '393939', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 103, 'bd865a', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 103, '7a7a7a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 104, 'a6764f', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 104, '6e6e6e', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 105, '8f6644', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 105, '5b5b5b', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 106, '785539', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 106, '494949', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 107, '61452e', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 107, '373737', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 108, '4c3624', '', '1');
INSERT INTO `groups_items` VALUES ('color3', 108, '242424', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 109, 'ec7600', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 110, 'd96d00', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 111, 'c46200', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 112, 'af5700', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 113, '9a4d00', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 114, '844200', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 115, '6f3800', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 116, '5a2d00', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 117, '462300', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 118, 'ffd601', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 119, 'ebc501', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 120, 'd4b201', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 121, 'bd9f01', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 122, 'a68b01', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 123, '8f7801', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 124, '786500', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 125, '615100', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 126, '4c4000', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 127, 'c3aa6e', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 128, 'b49d65', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 129, 'a28d5b', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 130, '917e52', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 131, '7f6f48', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 132, '6d5f3e', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 133, '5c5034', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 134, '4a412a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 135, '3a3321', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 136, '977641', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 137, '8b6d3c', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 138, '7e6236', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 139, '705730', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 140, '624d2a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 141, '554224', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 142, '47381f', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 143, '392d19', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 144, '2d2313', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 145, 'c0c0c0', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 146, 'b1b1b1', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 147, 'a0a0a0', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 148, '8e8e8e', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 149, '7d7d7d', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 150, '6c6c6c', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 151, '5a5a5a', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 152, '494949', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 153, '393939', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 154, 'symbol_note2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 154, '7a7a7a', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 155, 'symbol_note3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 155, '707070', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 156, 'symbol_nursecross.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 156, '656565', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 157, 'symbol_pencil_part2.gif', 'symbol_pencil_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 157, '5a5a5a', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 158, 'symbol_queen.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 158, '4f4f4f', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 159, 'symbol_rock.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 159, '444444', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 160, 'symbol_rook.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 160, '393939', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 161, 'symbol_skate.gif', '', '1');
INSERT INTO `groups_items` VALUES ('color2', 161, '2e2e2e', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 162, 'symbol_smallring_part2.gif', 'symbol_smallring_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('color2', 162, '242424', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 163, 'symbol_snowstorm_part2.gif', 'symbol_snowstorm_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 164, 'symbol_sphere.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 165, 'symbol_spraycan_part2.gif', 'symbol_spraycan_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 166, 'symbol_stars1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 167, 'symbol_stars2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 168, 'symbol_stars3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 169, 'symbol_stars4.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 170, 'symbol_stars5.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 171, 'symbol_waterdrop_part2.gif', 'symbol_waterdrop_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 172, 'symbol_wolverine.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 173, 'symbol_0.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 174, 'symbol_1.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 175, 'symbol_2.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 176, 'symbol_3.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 177, 'symbol_4.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 178, 'symbol_5.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 179, 'symbol_6.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 180, 'symbol_7.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 181, 'symbol_8.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 182, 'symbol_9.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 183, 'symbol_a.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 184, 'symbol_b.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 185, 'symbol_c.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 186, 'symbol_d.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 187, 'symbol_e.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 188, 'symbol_f.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 189, 'symbol_g.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 190, 'symbol_h.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 191, 'symbol_i.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 192, 'symbol_j.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 193, 'symbol_k.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 194, 'symbol_l.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 195, 'symbol_m.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 196, 'symbol_n.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 197, 'symbol_o.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 198, 'symbol_p.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 199, 'symbol_q.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 200, 'symbol_r.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 201, 'symbol_s.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 202, 'symbol_t.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 203, 'symbol_u.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 204, 'symbol_v.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 205, 'symbol_w.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 206, 'symbol_x.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 207, 'symbol_y.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 208, 'symbol_z.gif', '', '1');
INSERT INTO `groups_items` VALUES ('symbol', 209, 'symbol_pixel_part2.gif', 'symbol_pixel_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 210, 'symbol_credit_part2.gif', 'symbol_credit_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 211, 'symbol_hc_part2.gif', 'symbol_hc_part1.gif', '1');
INSERT INTO `groups_items` VALUES ('symbol', 212, 'symbol_vip_part2.gif', 'symbol_vip_part1.gif', '1');
-- ----------------------------
-- Table structure for guild_forum_views
-- ----------------------------
DROP TABLE IF EXISTS `guild_forum_views`;
CREATE TABLE `guild_forum_views` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL,
`guild_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for guilds
-- ----------------------------
DROP TABLE IF EXISTS `guilds`;
CREATE TABLE `guilds` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`name` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`description` varchar(250) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`room_id` int(0) NOT NULL DEFAULT 0,
`state` int(0) NOT NULL DEFAULT 0,
`rights` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`color_one` int(0) NOT NULL DEFAULT 0,
`color_two` int(0) NOT NULL DEFAULT 0,
`badge` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`date_created` int(0) NOT NULL,
`forum` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`read_forum` enum('EVERYONE','MEMBERS','ADMINS') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
`post_messages` enum('EVERYONE','MEMBERS','ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
`post_threads` enum('EVERYONE','MEMBERS','ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'EVERYONE',
`mod_forum` enum('ADMINS','OWNER') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'ADMINS',
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE,
INDEX `data`(`room_id`, `user_id`) USING BTREE,
INDEX `name`(`name`) USING BTREE,
INDEX `description`(`description`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for guilds_elements
-- ----------------------------
DROP TABLE IF EXISTS `guilds_elements`;
CREATE TABLE `guilds_elements` (
`id` int(0) NOT NULL,
`firstvalue` varchar(300) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`secondvalue` varchar(300) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`type` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`enabled` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
UNIQUE INDEX `id`(`id`, `type`) USING BTREE,
UNIQUE INDEX `data`(`id`, `type`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of guilds_elements
-- ----------------------------
INSERT INTO `guilds_elements` VALUES (1, 'ffffff', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (1, 'base_basic_1.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (1, 'ffd601', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (1, 'symbol_background_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (1, 'ffffff', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (2, 'e5e5e5', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (2, 'base_basic_2.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (2, 'ec7600', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (2, 'symbol_background_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (2, 'ebebeb', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (3, 'bfbfbf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (3, 'base_basic_3.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (3, '84de00', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (3, 'symbol_background_3_part2.gif', 'symbol_background_3_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (3, 'd4d4d4', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (4, '999999', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (4, 'base_basic_4.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (4, '589a00', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (4, 'symbol_ball_1_part2.gif', 'symbol_ball_1_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (4, 'bdbdbd', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (5, '737373', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (5, 'base_basic_5.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (5, '50c1fb', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (5, 'symbol_ball_2_part2.gif', 'symbol_ball_2_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (5, 'a6a6a6', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (6, '4c4c4c', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (6, 'base_advanced_1.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (6, '006fcf', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (6, 'symbol_bobba.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (6, '8f8f8f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (7, '589a00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (7, 'base_advanced_2.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (7, 'ff98e3', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (7, 'symbol_bomb_part2.gif', 'symbol_bomb_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (7, '787878', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (8, '4f8a00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (8, 'base_advanced_3.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (8, 'f334bf', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (8, 'symbol_bow.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (8, '616161', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (9, '427300', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (9, 'base_advanced_4.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (9, 'ff2d2d', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (9, 'symbol_box_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (9, '4c4c4c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (10, '355c00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (10, 'base_gold_1_part2.gif', 'base_gold_1_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (10, 'af0a0a', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (10, 'symbol_box_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (10, '589a00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (11, '284500', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (11, 'base_gold_2_part2.gif', 'base_gold_2_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (11, 'ffffff', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (11, 'symbol_bunting_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (11, '518e00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (12, '1a2e00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (12, 'base_pin_part2.gif', 'base_pin_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (12, 'c0c0c0', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (12, 'symbol_bunting_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (12, '498000', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (13, '84de00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (13, 'base_gradient_1.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (13, '373737', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (13, 'symbol_butterfly_part2.gif', 'symbol_butterfly_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (13, '417200', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (14, '77c700', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (14, 'base_gradient_2.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (14, 'fbe7ac', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (14, 'symbol_cowskull_part2.gif', 'symbol_cowskull_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (14, '396400', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (15, '63a600', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (15, 'base_circles_1.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (15, '977641', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (15, 'symbol_cross.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (15, '315600', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (16, '4f8500', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (16, 'base_circles_2.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (16, 'c2eaff', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (16, 'symbol_diamond.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (16, '294800', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (17, '3c6400', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (17, 'base_ornament_1_part2.gif', 'base_ornament_1_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (17, 'fff165', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (17, 'symbol_diploma_part2.gif', 'symbol_diploma_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (17, '213b00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (18, '274200', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (18, 'base_ornament_2_part2.gif', 'base_ornament_2_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (18, 'aaff7d', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (18, 'symbol_eyeball_part2.gif', 'symbol_eyeball_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (18, '1a2e00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (19, 'c2eaff', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (19, 'base_misc_1_part2.gif', 'base_misc_1_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (19, '87e6c8', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (19, 'symbol_fist.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (19, '84de00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (20, 'aed2e5', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (20, 'base_misc_2.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (20, '9844e7', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (20, 'symbol_flame_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (20, '7acd00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (21, '91afbf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (21, 'base_beams_part2.gif', 'base_beams_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (21, 'dea9ff', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (21, 'symbol_flame_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (21, '6eb900', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (22, '748c99', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (22, 'base_ring.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (22, 'ffb579', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (22, 'symbol_flash.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (22, '62a500', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (23, '576a73', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (23, 'base_simplestar_part2.gif', 'base_simplestar_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (23, 'c3aa6e', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (23, 'symbol_flower_1_part2.gif', 'symbol_flower_1_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (23, '569100', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (24, '3a464c', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (24, 'base_spiral.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (24, '7a7a7a', '', 'base_color', '1');
INSERT INTO `guilds_elements` VALUES (24, 'symbol_flower_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (24, '4a7c00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (25, '50c1fb', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (25, 'base_book.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (25, 'symbol_flower_3.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (25, '3e6800', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (26, '48ade1', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (26, 'base_egg.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (26, 'symbol_flower_4.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (26, '325400', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (27, '3c91bc', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (27, 'base_ornament.gif', '', 'base', '1');
INSERT INTO `guilds_elements` VALUES (27, 'symbol_football.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (27, '274200', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (28, '307497', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (28, 'base_shield_part2.gif', 'base_shield_part1.gif', 'base', '1');
INSERT INTO `guilds_elements` VALUES (28, 'symbol_heart_1_part2.gif', 'symbol_heart_1_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (28, 'c2eaff', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (29, '245771', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (29, 'symbol_heart_2_part2.gif', 'symbol_heart_2_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (29, 'b3d8eb', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (30, '183a4b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (30, 'symbol_jingjang_part2.gif', 'symbol_jingjang_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (30, 'a1c3d4', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (31, '006fcf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (31, 'symbol_lips_part2.gif', 'symbol_lips_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (31, '90adbd', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (32, '0064ba', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (32, 'symbol_note.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (32, '7e98a6', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (33, '00539b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (33, 'symbol_peace.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (33, '6d838f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (34, '00437c', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (34, 'symbol_planet_part2.gif', 'symbol_planet_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (34, '5b6e78', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (35, '00325d', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (35, 'symbol_rainbow_part2.gif', 'symbol_rainbow_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (35, '4a5961', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (36, '00213e', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (36, 'symbol_rosete.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (36, '3a464c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (37, '9844e7', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (37, 'symbol_shape.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (37, '50c1fb', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (38, '893dcf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (38, 'symbol_star_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (38, '4ab2e7', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (39, '7233ad', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (39, 'symbol_star_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (39, '43a0d1', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (40, '5b298b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (40, 'symbol_sword_1_part2.gif', 'symbol_sword_1_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (40, '3b8fba', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (41, '451f68', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (41, 'symbol_sword_2_part2.gif', 'symbol_sword_2_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (41, '347ea3', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (42, '2d1445', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (42, 'symbol_sword_3_part2.gif', 'symbol_sword_3_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (42, '2d6c8d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (43, 'dea9ff', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (43, 'symbol_wings_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (43, '265b76', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (44, 'c798e5', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (44, 'symbol_wings_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (44, '1e495f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (45, 'a67fbf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (45, 'symbol_arrow_down.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (45, '183a4b', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (46, '856599', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (46, 'symbol_arrow_left.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (46, '006fcf', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (47, '644c73', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (47, 'symbol_arrow_right.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (47, '0066bf', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (48, '42324c', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (48, 'symbol_arrow_up.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (48, '005cac', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (49, 'ff98e3', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (49, 'symbol_arrowbig_up.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (49, '005299', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (50, 'e589cc', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (50, 'symbol_axe_part2.gif', 'symbol_axe_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (50, '004887', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (51, 'bf72aa', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (51, 'symbol_bug_part2.gif', 'symbol_bug_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (51, '003e74', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (52, '995b88', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (52, 'symbol_capsbig_part2.gif', 'symbol_capsbig_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (52, '003461', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (53, '734566', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (53, 'symbol_capssmall_part2.gif', 'symbol_capssmall_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (53, '002a4f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (54, '4c2d44', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (54, 'symbol_cloud.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (54, '00213e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (55, 'f334bf', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (55, 'symbol_crown_part2.gif', 'symbol_crown_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (55, '9844e7', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (56, 'da2fac', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (56, 'symbol_diamsmall2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (56, '8c3fd5', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (57, 'b6278f', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (57, 'symbol_diamsmall.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (57, '7e39c0', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (58, '921f73', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (58, 'symbol_drop.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (58, '7132ab', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (59, '6e1756', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (59, 'symbol_fingersheavy.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (59, '632c96', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (60, '480f39', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (60, 'symbol_fingersv.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (60, '552682', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (61, 'ff2d2d', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (61, 'symbol_gtr_part2.gif', 'symbol_gtr_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (61, '48206d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (62, 'e52828', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (62, 'symbol_hat.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (62, '3a1a58', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (63, 'bf2222', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (63, 'symbol_oval_part2.gif', 'symbol_oval_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (63, '2d1445', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (64, '991b1b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (64, 'symbol_pawprint.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (64, 'dea9ff', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (65, '731414', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (65, 'symbol_screw.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (65, 'cd9ceb', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (66, '4c0d0d', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (66, 'symbol_stickL_part2.gif', 'symbol_stickL_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (66, 'b98dd4', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (67, 'ffb579', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (67, 'symbol_stickR_part2.gif', 'symbol_stickR_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (67, 'a57dbd', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (68, 'e5a36d', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (68, 'symbol_alligator.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (68, '916ea6', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (69, 'bf885b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (69, 'symbol_americanfootball_part2.gif', 'symbol_americanfootball_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (69, '7c5f8f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (70, '996d49', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (70, 'symbol_award_part2.gif', 'symbol_award_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (70, '685078', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (71, '735237', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (71, 'symbol_bananapeel.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (71, '544061', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (72, '4c3624', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (72, 'symbol_battleball.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (72, '42324c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (73, 'ec7600', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (73, 'symbol_biohazard.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (73, 'ff98e3', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (74, 'd46a00', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (74, 'symbol_bird.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (74, 'eb8cd1', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (75, 'b15800', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (75, 'symbol_bishop.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (75, 'd47ebd', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (76, '8e4700', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (76, 'symbol_coalion.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (76, 'bd71a8', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (77, '6a3500', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (77, 'symbol_cocoamug.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (77, 'a66394', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (78, '462300', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (78, 'symbol_dashflag.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (78, '8f557f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (79, 'ffd601', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (79, 'symbol_diamondring_part2.gif', 'symbol_diamondring_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (79, '78486b', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (80, 'e5c001', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (80, 'symbol_discoball_part2.gif', 'symbol_discoball_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (80, '613a56', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (81, 'bfa001', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (81, 'symbol_dog.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (81, '4c2d44', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (82, '998001', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (82, 'symbol_electricguitarh_part2.gif', 'symbol_electricguitarh_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (82, 'f334bf', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (83, '736100', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (83, 'symbol_electricguitarv_part2.gif', 'symbol_electricguitarv_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (83, 'e030b0', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (84, '4c4000', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (84, 'symbol_film.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (84, 'ca2b9f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (85, 'c3aa6e', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (85, 'symbol_flame_part2.gif', 'symbol_flame_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (85, 'b4278e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (86, 'af9963', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (86, 'symbol_gamepad.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (86, '9e227c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (87, '927f52', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (87, 'symbol_gem1_part2.gif', 'symbol_gem1_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (87, '881d6b', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (88, '756642', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (88, 'symbol_gem2_part2.gif', 'symbol_gem2_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (88, '72185a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (89, '584d32', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (89, 'symbol_gem3_part2.gif', 'symbol_gem3_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (89, '5c1449', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (90, '3a3321', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (90, 'symbol_hawk.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (90, '480f39', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (91, '977641', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (91, 'symbol_hearts_down.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (91, 'ff2d2d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (92, '886a3a', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (92, 'symbol_hearts_up.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (92, 'eb2929', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (93, '715831', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (93, 'symbol_horseshoe.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (93, 'd42525', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (94, '5b4727', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (94, 'symbol_inksplatter.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (94, 'bd2121', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (95, '44351d', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (95, 'symbol_leaf.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (95, 'a61d1d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (96, '2d2313', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (96, 'symbol_micstand.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (96, '8f1919', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (97, 'c0c0c0', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (97, 'symbol_mirror_part2.gif', 'symbol_mirror_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (97, '781515', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (98, 'acacac', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (98, 'symbol_monkeywrench.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (98, '611111', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (99, '909090', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (99, 'symbol_note1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (99, '4c0d0d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (100, '737373', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (100, 'ffb579', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (101, '575757', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (101, 'eba770', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (102, '393939', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (102, 'd49665', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (103, '7a7a7a', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (103, 'bd865a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (104, '6e6e6e', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (104, 'a6764f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (105, '5b5b5b', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (105, '8f6644', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (106, '494949', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (106, '785539', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (107, '373737', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (107, '61452e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (108, '242424', '', 'background_color', '1');
INSERT INTO `guilds_elements` VALUES (108, '4c3624', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (109, 'ec7600', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (110, 'd96d00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (111, 'c46200', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (112, 'af5700', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (113, '9a4d00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (114, '844200', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (115, '6f3800', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (116, '5a2d00', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (117, '462300', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (118, 'ffd601', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (119, 'ebc501', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (120, 'd4b201', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (121, 'bd9f01', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (122, 'a68b01', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (123, '8f7801', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (124, '786500', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (125, '615100', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (126, '4c4000', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (127, 'c3aa6e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (128, 'b49d65', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (129, 'a28d5b', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (130, '917e52', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (131, '7f6f48', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (132, '6d5f3e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (133, '5c5034', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (134, '4a412a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (135, '3a3321', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (136, '977641', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (137, '8b6d3c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (138, '7e6236', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (139, '705730', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (140, '624d2a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (141, '554224', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (142, '47381f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (143, '392d19', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (144, '2d2313', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (145, 'c0c0c0', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (146, 'b1b1b1', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (147, 'a0a0a0', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (148, '8e8e8e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (149, '7d7d7d', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (150, '6c6c6c', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (151, '5a5a5a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (152, '494949', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (153, '393939', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (154, 'symbol_note2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (154, '7a7a7a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (155, 'symbol_note3.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (155, '707070', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (156, 'symbol_nursecross.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (156, '656565', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (157, 'symbol_pencil_part2.gif', 'symbol_pencil_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (157, '5a5a5a', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (158, 'symbol_queen.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (158, '4f4f4f', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (159, 'symbol_rock.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (159, '444444', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (160, 'symbol_rook.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (160, '393939', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (161, 'symbol_skate.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (161, '2e2e2e', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (162, 'symbol_smallring_part2.gif', 'symbol_smallring_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (162, '242424', '', 'symbol_color', '1');
INSERT INTO `guilds_elements` VALUES (163, 'symbol_snowstorm_part2.gif', 'symbol_snowstorm_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (164, 'symbol_sphere.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (165, 'symbol_spraycan_part2.gif', 'symbol_spraycan_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (166, 'symbol_stars1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (167, 'symbol_stars2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (168, 'symbol_stars3.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (169, 'symbol_stars4.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (170, 'symbol_stars5.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (171, 'symbol_waterdrop_part2.gif', 'symbol_waterdrop_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (172, 'symbol_wolverine.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (173, 'symbol_0.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (174, 'symbol_1.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (175, 'symbol_2.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (176, 'symbol_3.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (177, 'symbol_4.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (178, 'symbol_5.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (179, 'symbol_6.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (180, 'symbol_7.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (181, 'symbol_8.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (182, 'symbol_9.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (183, 'symbol_a.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (184, 'symbol_b.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (185, 'symbol_c.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (186, 'symbol_d.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (187, 'symbol_e.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (188, 'symbol_f.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (189, 'symbol_g.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (190, 'symbol_h.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (191, 'symbol_i.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (192, 'symbol_j.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (193, 'symbol_k.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (194, 'symbol_l.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (195, 'symbol_m.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (196, 'symbol_n.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (197, 'symbol_o.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (198, 'symbol_p.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (199, 'symbol_q.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (200, 'symbol_r.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (201, 'symbol_s.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (202, 'symbol_t.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (203, 'symbol_u.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (204, 'symbol_v.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (205, 'symbol_w.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (206, 'symbol_x.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (207, 'symbol_y.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (208, 'symbol_z.gif', '', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (209, 'symbol_pixel_part2.gif', 'symbol_pixel_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (210, 'symbol_credit_part2.gif', 'symbol_credit_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (211, 'symbol_hc_part2.gif', 'symbol_hc_part1.gif', 'symbol', '1');
INSERT INTO `guilds_elements` VALUES (212, 'symbol_vip_part2.gif', 'symbol_vip_part1.gif', 'symbol', '1');
-- ----------------------------
-- Table structure for guilds_forums_comments
-- ----------------------------
DROP TABLE IF EXISTS `guilds_forums_comments`;
CREATE TABLE `guilds_forums_comments` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`thread_id` int(0) NOT NULL DEFAULT 0,
`user_id` int(0) NOT NULL DEFAULT 0,
`message` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`created_at` int(0) NOT NULL DEFAULT 0,
`state` int(0) NOT NULL DEFAULT 0,
`admin_id` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE,
INDEX `thread_data`(`thread_id`, `user_id`, `created_at`, `state`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for guilds_forums_threads
-- ----------------------------
DROP TABLE IF EXISTS `guilds_forums_threads`;
CREATE TABLE `guilds_forums_threads` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`guild_id` int(0) NULL DEFAULT 0,
`opener_id` int(0) NULL DEFAULT 0,
`subject` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '',
`posts_count` int(0) NULL DEFAULT 0,
`created_at` int(0) NULL DEFAULT 0,
`updated_at` int(0) NULL DEFAULT 0,
`state` int(0) NULL DEFAULT 0,
`pinned` tinyint(0) NULL DEFAULT 0,
`locked` tinyint(0) NULL DEFAULT 0,
`admin_id` int(0) NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for guilds_members
-- ----------------------------
DROP TABLE IF EXISTS `guilds_members`;
CREATE TABLE `guilds_members` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`guild_id` int(0) NOT NULL DEFAULT 0,
`user_id` int(0) NOT NULL DEFAULT 0,
`level_id` int(0) NOT NULL DEFAULT 0,
`member_since` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `guild_id`(`guild_id`) USING BTREE,
INDEX `userdata`(`user_id`, `guild_id`) USING BTREE,
INDEX `level_id`(`level_id`) USING BTREE,
INDEX `member_since`(`member_since`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 34 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for hotelview_news
-- ----------------------------
DROP TABLE IF EXISTS `hotelview_news`;
CREATE TABLE `hotelview_news` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`title` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`text` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`button_text` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`button_type` enum('client','web') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'web',
`button_link` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`image` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of hotelview_news
-- ----------------------------
INSERT INTO `hotelview_news` VALUES (1, 'Open Your Summer Calendar!', 'Between the 1st and 31st od July, every day you will recive a free gift from your Summer Calendar. Open yours Now!', 'Open it!', 'client', 'openView/calendar', 'web_promo_small/spromo_h20_calrew.png');
-- ----------------------------
-- Table structure for items
-- ----------------------------
DROP TABLE IF EXISTS `items`;
CREATE TABLE `items` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`room_id` int(0) NOT NULL DEFAULT 0,
`item_id` int(0) NULL DEFAULT 0,
`wall_pos` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`x` int(0) NOT NULL DEFAULT 0,
`y` int(0) NOT NULL DEFAULT 0,
`z` double(10, 6) NOT NULL DEFAULT 0.000000,
`rot` int(0) NOT NULL DEFAULT 0,
`extra_data` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`wired_data` varchar(10000) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`limited_data` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0:0',
`guild_id` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
INDEX `room_id`(`user_id`, `room_id`) USING BTREE,
INDEX `itemsdata`(`room_id`, `item_id`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `extra_data`(`extra_data`) USING BTREE,
INDEX `wired_data`(`wired_data`(3072)) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 336 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of items
-- ----------------------------
INSERT INTO `items` VALUES (1, 1, 50, 11349, '', 3, 12, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (2, 1, 50, 11349, '', 3, 8, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (3, 1, 50, 11349, '', 4, 1, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (4, 1, 50, 11349, '', 4, 2, 1.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (5, 1, 50, 11349, '', 8, 1, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (6, 1, 50, 11349, '', 10, 1, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (7, 1, 50, 11336, '', 6, 1, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (8, 1, 50, 11336, '', 4, 4, 1.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (9, 1, 50, 11336, '', 3, 14, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (10, 1, 50, 11336, '', 3, 10, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (11, 1, 50, 11333, '', 7, 12, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (12, 1, 50, 11333, '', 7, 14, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (13, 1, 50, 11333, '', 5, 14, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (14, 1, 50, 11333, '', 5, 12, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (15, 1, 50, 11333, '', 5, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (16, 1, 50, 11333, '', 5, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (17, 1, 50, 11333, '', 7, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (18, 1, 50, 11333, '', 9, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (19, 1, 50, 11333, '', 11, 14, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (20, 1, 50, 11333, '', 11, 12, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (21, 1, 50, 11333, '', 11, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (22, 1, 50, 11333, '', 11, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (23, 1, 50, 11333, '', 8, 1, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (24, 1, 50, 11333, '', 6, 3, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (25, 1, 50, 11333, '', 8, 3, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (26, 1, 50, 11333, '', 6, 1, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (27, 1, 50, 11333, '', 10, 1, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (28, 1, 50, 11333, '', 10, 3, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (29, 1, 50, 11333, '', 4, 3, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (30, 1, 50, 11333, '', 4, 5, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (31, 1, 50, 11333, '', 6, 5, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (32, 1, 50, 11333, '', 4, 1, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (33, 1, 50, 11333, '', 8, 5, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (34, 1, 50, 11333, '', 10, 5, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (35, 1, 50, 11333, '', 7, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (36, 1, 50, 11333, '', 9, 14, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (37, 1, 50, 11333, '', 9, 12, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (38, 1, 50, 11333, '', 9, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (39, 1, 50, 11333, '', 3, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (40, 1, 50, 11333, '', 3, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (41, 1, 50, 11333, '', 3, 12, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (42, 1, 50, 11333, '', 3, 14, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (43, 1, 50, 11337, '', 10, 2, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (44, 1, 50, 11335, '', 4, 8, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (45, 1, 50, 11335, '', 9, 2, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (46, 1, 50, 11346, '', 4, 12, 0.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (47, 1, 50, 11346, '', 5, 2, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (48, 1, 50, 11342, '', 11, 3, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (49, 1, 50, 11342, '', 8, 13, 0.150000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (50, 1, 50, 11331, '', 11, 6, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (51, 1, 50, 11331, '', 6, 9, 0.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (52, 1, 50, 11331, '', 10, 9, 0.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (53, 1, 50, 11331, '', 9, 2, 1.050001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (54, 1, 50, 11350, '', 7, 12, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (55, 1, 50, 11350, '', 7, 9, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (56, 1, 50, 11350, '', 7, 3, 1.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (57, 1, 50, 11350, '', 8, 9, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (58, 1, 50, 11350, '', 8, 12, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (59, 1, 50, 11348, '', 10, 11, 0.050000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (60, 1, 50, 11348, '', 6, 11, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (61, 1, 50, 11343, '', 8, 6, 1.050001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (62, 1, 50, 11339, '', 12, 8, 0.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (63, 1, 50, 11344, '', 12, 11, 0.050000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (64, 1, 50, 11344, '', 8, 11, 0.150001, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (65, 1, 50, 11341, '', 12, 11, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (66, 1, 50, 11341, '', 10, 14, 1.400000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (67, 1, 50, 11340, '', 8, 12, 1.150001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (68, 1, 50, 11340, '', 9, 9, 1.400000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (69, 1, 50, 11332, '', 9, 9, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (70, 1, 50, 11332, '', 10, 14, 0.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (71, 1, 50, 11347, '', 7, 3, 1.150000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (72, 1, 50, 11338, '', 8, 6, 1.050000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (73, 1, 50, 11338, '', 8, 11, 0.150000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (74, 1, 50, 11334, '', 6, 14, 0.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (75, 1, 50, 11334, '', 8, 9, 0.150000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (76, 1, 51, 11368, '', 7, 2, 1.010000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (77, 1, 51, 11368, '', 1, 5, 1.000000, 2, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (78, 1, 51, 11368, '', 1, 3, 1.000000, 2, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (79, 1, 51, 11368, '', 1, 1, 1.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (80, 1, 51, 11368, '', 2, 1, 1.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (81, 1, 51, 11368, '', 4, 1, 1.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (82, 1, 51, 11368, '', 6, 1, 1.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (83, 1, 51, 11368, '', 8, 1, 1.000000, 4, '8', '', '0:0', 0);
INSERT INTO `items` VALUES (84, 1, 51, 11368, '', 10, 1, 1.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (85, 1, 51, 11368, '', 12, 1, 1.000000, 4, '6', '', '0:0', 0);
INSERT INTO `items` VALUES (86, 1, 51, 11372, '', 8, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (87, 1, 51, 11372, '', 10, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (88, 1, 51, 11372, '', 12, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (89, 1, 51, 11372, '', 12, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (90, 1, 51, 11372, '', 12, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (91, 1, 51, 11372, '', 10, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (92, 1, 51, 11372, '', 6, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (93, 1, 51, 11372, '', 10, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (94, 1, 51, 11372, '', 2, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (95, 1, 51, 11372, '', 4, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (96, 1, 51, 11372, '', 2, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (97, 1, 51, 11372, '', 2, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (98, 1, 51, 11372, '', 4, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (99, 1, 51, 11372, '', 4, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (100, 1, 51, 11372, '', 6, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (101, 1, 51, 11372, '', 8, 6, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (102, 1, 51, 11372, '', 6, 4, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (103, 1, 51, 11372, '', 8, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (104, 1, 51, 11372, '', 10, 8, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (105, 1, 51, 11372, '', 8, 8, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (106, 1, 51, 11372, '', 6, 8, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (107, 1, 51, 11374, '', 10, 13, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (108, 1, 51, 11374, '', 8, 13, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (109, 1, 51, 11374, '', 10, 10, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (110, 1, 51, 11374, '', 8, 10, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (111, 1, 51, 11374, '', 7, 13, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (112, 1, 51, 11374, '', 6, 10, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (113, 1, 51, 11379, '', 8, 9, 1.010000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (114, 1, 51, 11379, '', 6, 9, 1.010000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (115, 1, 51, 11379, '', 6, 10, 1.000000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (116, 1, 51, 11395, '', 10, 9, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (117, 1, 51, 11395, '', 11, 9, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (118, 1, 51, 11395, '', 13, 6, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (119, 1, 51, 11395, '', 13, 5, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (120, 1, 51, 11387, '', 2, 4, 1.060000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (121, 1, 51, 11387, '', 9, 7, 1.010000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (122, 1, 51, 11372, '', 6, 14, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (123, 1, 51, 11375, '', 11, 2, 1.010000, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (124, 1, 51, 11375, '', 8, 2, 2.010000, 0, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (125, 1, 51, 11377, '', 10, 2, 1.010000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (126, 1, 51, 11377, '', 2, 2, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (127, 1, 51, 11377, '', 6, 13, 1.000000, 0, '4', '', '0:0', 0);
INSERT INTO `items` VALUES (128, 1, 51, 11370, '', 6, 15, 1.010000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (129, 1, 51, 11370, '', 7, 4, 1.010000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (130, 1, 51, 11382, '', 7, 4, 1.000000, 0, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (131, 1, 51, 11382, '', 6, 13, 1.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (132, 1, 51, 11380, '', 2, 2, 1.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (133, 1, 51, 11380, '', 8, 2, 1.010000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (134, 1, 51, 11391, '', 6, 7, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (135, 1, 51, 11394, '', 3, 2, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (136, 1, 51, 11393, '', 10, 10, 1.050000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (137, 1, 51, 11393, '', 2, 6, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (138, 1, 51, 11393, '', 2, 6, 1.000000, 6, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (139, 1, 51, 11386, '', 12, 2, 1.010000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (140, 1, 51, 11386, '', 10, 2, 1.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (141, 1, 51, 11373, '', 12, 3, 2.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (142, 1, 51, 11373, '', 12, 2, 2.100000, 0, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (143, 1, 51, 11373, '', 10, 2, 2.100000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (144, 1, 51, 11392, '', 12, 2, 2.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (145, 1, 51, 11392, '', 7, 10, 3.800000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (146, 1, 51, 11374, '', 9, 2, 1.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (147, 1, 51, 11389, '', 10, 3, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (148, 1, 51, 11388, '', 9, 5, 1.010000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (149, 1, 51, 11385, '', 7, 14, 1.000000, 4, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (150, 1, 51, 11385, '', 2, 7, 1.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (151, 1, 51, 11385, '', 6, 15, 1.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (152, 1, 51, 11381, '', 2, 2, 2.100000, 0, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (153, 1, 51, 11381, '', 8, 4, 2.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (154, 1, 51, 11383, '', 8, 2, 2.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (155, 1, 51, 11376, '', 3, 2, 2.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (156, 1, 51, 11378, '', 7, 11, 1.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (157, 1, 51, 11383, '', 8, 3, 2.000000, 0, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (158, 1, 51, 11384, '', 7, 4, 2.290000, 0, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (159, 1, 51, 11371, '', 6, 8, 3.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (160, 1, 51, 11369, '', 6, 7, 3.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (161, 1, 51, 11369, '', 4, 2, 2.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (162, 1, 51, 11385, '', 10, 14, 1.050000, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (163, 1, 51, 11390, '', 9, 15, 1.050000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (164, 1, 51, 11370, '', 6, 11, 1.000000, 2, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (165, 1, 51, 11374, '', 2, 4, 1.010000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (166, 1, 51, 11395, '', 2, 2, 1.000000, 0, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (167, 1, 51, 11395, '', 4, 2, 1.000000, 0, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (168, 1, 51, 11395, '', 3, 2, 1.000000, 0, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (169, 1, 52, 10786, '', 8, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (170, 1, 52, 10786, '', 8, 3, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (171, 1, 52, 10786, '', 8, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (172, 1, 52, 10788, '', 4, 1, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (173, 1, 52, 10788, '', 6, 1, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (174, 1, 52, 10788, '', 6, 3, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (175, 1, 52, 10788, '', 6, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (176, 1, 52, 10788, '', 4, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (177, 1, 52, 10788, '', 4, 3, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (178, 1, 52, 10793, '', 3, 1, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (179, 1, 52, 10793, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (180, 1, 52, 10793, '', 5, 1, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (181, 1, 52, 10793, '', 6, 1, 0.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (182, 1, 52, 10793, '', 3, 1, 0.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (183, 1, 52, 10793, '', 5, 7, 0.000000, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (184, 1, 52, 10793, '', 3, 7, 0.000000, 4, '4', '', '0:0', 0);
INSERT INTO `items` VALUES (185, 1, 52, 10793, '', 3, 5, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (186, 1, 52, 10819, '', 6, 2, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (187, 1, 52, 10796, '', 4, 3, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (188, 1, 52, 10797, '', 7, 5, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (189, 1, 52, 10795, '', 7, 6, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (190, 1, 52, 10794, '', 8, 6, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (191, 1, 52, 46830, ':w=8,0 l=2,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (192, 1, 52, 46830, ':w=6,0 l=1,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (193, 1, 52, 46830, ':w=4,0 l=0,28 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (194, 1, 52, 46830, ':w=2,2 l=16,28 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (195, 1, 52, 46830, ':w=2,4 l=15,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (196, 1, 52, 46830, ':w=2,6 l=14,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (197, 1, 52, 46830, ':w=2,7 l=16,28 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (198, 1, 52, 10793, '', 6, 7, 0.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (199, 1, 53, 10894, '', 7, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (200, 1, 53, 10894, '', 5, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (201, 1, 53, 10894, '', 3, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (202, 1, 53, 10894, '', 7, 3, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (203, 1, 53, 10894, '', 5, 5, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (204, 1, 53, 10894, '', 3, 3, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (205, 1, 53, 10894, '', 3, 5, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (206, 1, 53, 10894, '', 5, 3, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (207, 1, 53, 10900, '', 3, 1, 0.000001, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (208, 1, 53, 10900, '', 8, 1, 0.000001, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (209, 1, 53, 10900, '', 3, 5, 0.000000, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (210, 1, 53, 10927, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (211, 1, 53, 10927, '', 4, 1, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (212, 1, 53, 10927, '', 6, 1, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (213, 1, 53, 10887, '', 6, 2, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (214, 1, 53, 10880, '', 8, 2, 0.000001, 4, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (215, 1, 53, 10918, '', 6, 6, 0.000001, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (216, 1, 53, 10918, '', 8, 4, 0.000001, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (217, 1, 53, 10935, '', 5, 6, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (218, 1, 53, 10935, '', 7, 4, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (219, 1, 53, 10935, '', 8, 3, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (220, 1, 53, 10935, '', 6, 5, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (221, 1, 53, 10935, '', 5, 3, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (222, 1, 53, 10941, '', 4, 4, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (223, 1, 53, 3001, '', 4, 3, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (224, 1, 53, 3001, '', 4, 5, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (225, 1, 53, 2992, '', 3, 5, 5.700000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (226, 1, 53, 2992, '', 4, 1, 5.700000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (227, 1, 53, 2992, '', 8, 1, 5.700000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (228, 1, 53, 2992, '', 6, 1, 5.700000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (229, 1, 53, 2992, '', 3, 3, 5.700000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (230, 1, 53, 2992, '', 3, 1, 5.700000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (231, 1, 53, 2982, '', 5, 3, 0.000002, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (232, 1, 54, 5692, '', 3, 7, 0.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (233, 1, 54, 5698, '', 3, 4, 0.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (234, 1, 54, 5710, '', 6, 2, 0.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (235, 1, 54, 5716, '', 3, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (236, 1, 54, 5716, '', 5, 1, 0.000000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (237, 1, 54, 5716, '', 3, 2, 0.100000, 6, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (238, 1, 54, 5707, '', 3, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (239, 1, 54, 5707, '', 5, 8, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (240, 1, 54, 5707, '', 5, 6, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (241, 1, 54, 5707, '', 5, 4, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (242, 1, 54, 5707, '', 5, 2, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (243, 1, 54, 5707, '', 3, 6, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (244, 1, 54, 5707, '', 3, 4, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (245, 1, 54, 5707, '', 3, 2, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (246, 1, 54, 5703, '', 3, 1, 2.850000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (247, 1, 54, 5703, '', 5, 1, 4.050000, 3, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (248, 1, 54, 5703, '', 4, 1, 4.050000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (249, 1, 54, 5703, '', 3, 1, 4.050000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (250, 1, 54, 5703, '', 5, 2, 3.020000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (251, 1, 54, 5703, '', 4, 2, 3.020000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (252, 1, 54, 5703, '', 6, 1, 2.850000, 3, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (253, 1, 54, 5703, '', 3, 3, 2.950000, 3, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (254, 1, 54, 5703, '', 3, 2, 2.950000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (255, 1, 54, 5703, '', 5, 1, 2.850000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (256, 1, 54, 5703, '', 4, 1, 2.850000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (257, 1, 54, 5699, '', 5, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (258, 1, 54, 5699, '', 7, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (259, 1, 54, 5699, '', 7, 6, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (260, 1, 54, 5699, '', 7, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (261, 1, 54, 5699, '', 6, 10, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (262, 1, 54, 10730, '', 4, 3, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (263, 1, 54, 10743, '', 6, 6, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (264, 1, 54, 10743, '', 7, 6, 0.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (265, 1, 54, 10743, '', 7, 10, 0.100000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (266, 1, 54, 10712, '', 3, 6, 0.100000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (267, 1, 54, 10712, '', 3, 9, 0.100000, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (268, 1, 54, 10738, '', 6, 10, 0.100000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (269, 1, 54, 10706, '', 7, 7, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (270, 1, 54, 10706, '', 6, 7, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (271, 1, 54, 10706, '', 6, 8, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (272, 1, 54, 10706, '', 6, 9, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (273, 1, 54, 10706, '', 7, 9, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (274, 1, 54, 10706, '', 7, 8, 0.100000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (275, 1, 55, 9608, '', 4, 1, 4.000000, 2, '7', '', '0:0', 0);
INSERT INTO `items` VALUES (276, 1, 55, 9608, '', 4, 1, 0.000000, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (277, 1, 55, 9608, '', 4, 3, 0.000000, 2, '2', '', '0:0', 0);
INSERT INTO `items` VALUES (278, 1, 55, 9608, '', 4, 5, 0.000000, 2, '4', '', '0:0', 0);
INSERT INTO `items` VALUES (279, 1, 55, 9608, '', 4, 5, 4.000000, 2, '7', '', '0:0', 0);
INSERT INTO `items` VALUES (280, 1, 55, 9608, '', 7, 1, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (281, 1, 55, 9595, '', 7, 2, 0.000001, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (282, 1, 55, 9595, '', 6, 4, 0.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (283, 1, 55, 9597, '', 4, 3, 4.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (284, 1, 55, 9626, '', 7, 5, 0.300001, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (285, 1, 55, 9626, '', 7, 4, 0.300001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (286, 1, 55, 9625, '', 7, 4, 0.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (287, 1, 55, 9625, '', 6, 4, 0.000002, 2, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (288, 1, 55, 9625, '', 7, 2, 0.000002, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (289, 1, 55, 9589, '', 7, 2, 0.900002, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (290, 1, 55, 9591, '', 6, 4, 0.900002, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (291, 1, 55, 9557, '', 8, 2, 0.900002, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (292, 1, 55, 9635, '', 8, 5, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (293, 1, 55, 9558, '', 6, 5, 0.900002, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (294, 1, 55, 9649, '', 5, 1, 0.000001, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (295, 1, 55, 6035, '', 5, 3, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (296, 1, 55, 6035, '', 5, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (297, 1, 55, 6035, '', 7, 3, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (298, 1, 55, 6035, '', 5, 1, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (299, 1, 55, 6035, '', 7, 5, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (300, 1, 55, 6035, '', 7, 1, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (301, 1, 56, 4288, '', 3, 1, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (302, 1, 56, 4288, '', 3, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (303, 1, 56, 4288, '', 5, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (304, 1, 56, 4288, '', 5, 1, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (305, 1, 56, 4288, '', 7, 1, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (306, 1, 56, 4288, '', 7, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (307, 1, 56, 4288, '', 9, 1, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (308, 1, 56, 4288, '', 9, 3, 0.000000, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (309, 1, 56, 6126, '', 9, 1, 0.000001, 4, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (310, 1, 56, 6129, '', 8, 2, 0.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (311, 1, 56, 6112, '', 9, 1, 2.800001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (312, 1, 56, 6119, '', 9, 2, 0.000001, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (313, 1, 56, 3893, '', 8, 2, 1.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (314, 1, 56, 10754, '', 3, 1, 0.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (315, 1, 56, 10762, '', 4, 1, 0.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (316, 1, 56, 10763, '', 3, 3, 0.000001, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (317, 1, 56, 10755, '', 3, 3, 0.000002, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (318, 1, 56, 10759, '', 5, 1, 1.000000, 4, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (319, 1, 56, 10756, '', 3, 1, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (320, 1, 56, 10756, '', 4, 1, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (321, 1, 56, 10756, '', 5, 1, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (322, 1, 56, 10756, '', 6, 1, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (323, 1, 56, 10756, '', 7, 1, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (324, 1, 56, 10756, '', 3, 1, 0.000000, 6, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (325, 1, 56, 10753, '', 4, 4, 0.000002, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (326, 1, 56, 6123, '', 5, 4, 0.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (327, 1, 56, 6102, '', 5, 3, 0.000001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (328, 1, 56, 44200, ':w=2,3 l=11,29 l', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (329, 1, 56, 44200, ':w=9,0 l=4,29 r', 0, 0, 0.000000, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (330, 1, 56, 4351, '', 4, 3, 0.000002, 0, '1', '', '0:0', 0);
INSERT INTO `items` VALUES (331, 1, 56, 10764, '', 8, 3, 1.200001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (332, 1, 56, 4344, '', 10, 1, 2.800001, 0, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (333, 1, 56, 4331, '', 8, 3, 1.000001, 0, '3', '', '0:0', 0);
INSERT INTO `items` VALUES (334, 1, 56, 8040, '', 9, 3, 0.000001, 2, '0', '', '0:0', 0);
INSERT INTO `items` VALUES (335, 1, 56, 8064, '', 8, 1, 0.000001, 2, '0', '', '0:0', 0);
-- ----------------------------
-- Table structure for items_base
-- ----------------------------
DROP TABLE IF EXISTS `items_base`;
CREATE TABLE `items_base` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`sprite_id` int(0) NOT NULL DEFAULT 0,
`public_name` varchar(56) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`item_name` varchar(70) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`type` varchar(3) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 's',
`width` int(0) NOT NULL DEFAULT 1,
`length` int(0) NOT NULL DEFAULT 1,
`stack_height` double(4, 2) NOT NULL DEFAULT 0.00,
`allow_stack` tinyint(1) NOT NULL DEFAULT 1,
`allow_sit` tinyint(1) NOT NULL DEFAULT 0,
`allow_lay` tinyint(1) NOT NULL DEFAULT 0,
`allow_walk` tinyint(1) NOT NULL DEFAULT 0,
`allow_gift` tinyint(1) NOT NULL DEFAULT 1,
`allow_trade` tinyint(1) NOT NULL DEFAULT 1,
`allow_recycle` tinyint(1) NOT NULL DEFAULT 0,
`allow_marketplace_sell` tinyint(1) NOT NULL DEFAULT 0,
`allow_inventory_stack` tinyint(1) NOT NULL DEFAULT 1,
`interaction_type` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'default',
`interaction_modes_count` int(0) NOT NULL DEFAULT 1,
`vending_ids` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`multiheight` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`customparams` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`effect_id_male` int(0) NOT NULL DEFAULT 0,
`effect_id_female` int(0) NOT NULL DEFAULT 0,
`clothing_on_walk` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 599724 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of items_base
-- ----------------------------
INSERT INTO `items_base` VALUES (1, 1, 'post.it', 'post.it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'postit', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2, 2, 'Heart stickies', 'post.it.vd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'postit', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3, 3, 'photo', 'photo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4, 0, 'bot_generic', 'bot_generic', 'r', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5, 0, 'bot_bartender', 'bot_bartender', 'r', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6, 0, 'rentable_bot_visitor_log', 'rentable_bot_visitor_log', 'r', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7, 0, 'avatar_effect158', 'avatar_effect158', 'e', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '158', 158, 158, '');
INSERT INTO `items_base` VALUES (8, 0, 'room_ad_plus_badge', 'room_ad_plus_badge', 'b', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'room_event', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (13, 13, 'Beige Bookcase', 'shelves_norja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (14, 14, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (15, 15, 'Bookcase', 'shelves_silo', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'intelligence_bookcase', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (17, 17, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (18, 18, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (20, 20, 'Beige Coffee Table', 'table_norja_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (21, 21, 'Gray Coffee Table', 'table_silo_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (22, 22, 'table_plasto_4leg', 'table_plasto_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (23, 23, 'table_plasto_round', 'table_plasto_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (24, 24, 'table_plasto_bigsquare', 'table_plasto_bigsquare', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (25, 25, 'Z Shelf', 'stand_polyfon_z', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (26, 26, 'Gray Dining Chair', 'chair_silo', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (28, 28, 'Gray Sofa', 'sofa_silo', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (29, 29, 'Beige Bench', 'couch_norja', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (30, 30, 'Beige Chair', 'chair_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (31, 31, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (32, 32, 'Doormat', 'doormat_love', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (33, 33, 'Doormat', 'doormat_plain', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (34, 34, 'Aquamarine Armchair', 'sofachair_polyfon', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (35, 35, 'Aquamarine Sofa', 'sofa_polyfon', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (36, 36, 'sofachair_silo', 'sofachair_silo', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (38, 38, 'chair_plasty', 'chair_plasty', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (39, 39, 'chair_plasto', 'chair_plasto', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40, 40, 'table_plasto_square', 'table_plasto_square', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41, 41, 'Aquamarine Double Bed', 'bed_polyfon', 's', 2, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42, 42, 'Aquamarine Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43, 43, 'Plain Single Bed', 'bed_trad_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44, 44, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45, 45, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46, 46, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (47, 47, 'Gray Occasional Table', 'table_silo_small', 's', 1, 1, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (48, 48, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (49, 49, 'Aquamarine Single Bed', 'bed_budget_one', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50, 50, 'Plain Double Bed', 'bed_budget', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (51, 51, 'Bookcase', 'shelves_armas', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (52, 52, 'Bench', 'bench_armas', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (53, 53, 'Dining Table', 'table_armas', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (54, 54, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (55, 55, 'Stool', 'small_chair_armas', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (56, 56, 'Fireplace', 'fireplace_armas', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (57, 57, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (58, 58, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (59, 59, 'Floor rug', 'carpet_standard', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (60, 60, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (61, 61, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (62, 62, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (63, 63, 'Occasional Table', 'table_plasto_4leg*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (64, 64, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (65, 65, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (66, 66, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (67, 67, 'Chair', 'chair_plasto*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (68, 68, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (69, 69, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (70, 70, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (71, 71, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (72, 72, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (73, 73, 'Occasional Table', 'table_plasto_square*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (74, 74, 'Chair', 'chair_plasto*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (75, 75, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (76, 76, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (77, 77, 'Occasional Table', 'table_plasto_4leg*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (78, 78, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (79, 79, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (80, 80, 'Occasional Table', 'table_plasto_square*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (81, 81, 'Chair', 'chair_plasto*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (82, 82, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (83, 83, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (84, 84, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (85, 85, 'Square Dining Table', 'table_plasto_bigsquare*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (86, 86, 'Round Dining Table', 'table_plasto_round*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (87, 87, 'Occasional Table', 'table_plasto_square*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (88, 88, 'Chair', 'chair_plasto*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (89, 89, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (90, 90, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (91, 91, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (93, 93, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (94, 94, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (95, 95, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (96, 96, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (97, 97, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (98, 98, 'Occasional Table', 'table_plasto_square*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (99, 99, 'Chair', 'chair_plasto*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (100, 100, 'Occasional Table', 'table_plasto_4leg*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (101, 101, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (102, 102, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (103, 103, 'Occasional Table', 'table_plasto_square*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (104, 104, 'Chair', 'chair_plasto*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (105, 105, 'Occasional Table', 'table_plasto_4leg*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (106, 106, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (107, 107, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (108, 108, 'Occasional Table', 'table_plasto_square*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (109, 109, 'Chair', 'chair_plasto*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (110, 110, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (111, 111, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (112, 112, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (113, 113, 'Occasional Table', 'table_plasto_square*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (114, 114, 'Chair', 'chair_plasto*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (115, 115, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (116, 116, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (117, 117, 'Round Dining Table', 'table_plasto_round*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (118, 118, 'Occasional Table', 'table_plasto_square*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (119, 119, 'Chair', 'chair_plasto*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (120, 120, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (121, 121, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (122, 122, 'Pizza Box', 'pizza', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (123, 123, 'Empty Cans', 'drinks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (124, 124, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (125, 125, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (126, 126, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (127, 127, 'Mini-bar', 'bar_polyfon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,5,2,1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (128, 128, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (129, 129, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (130, 130, 'Aquamarine Bar', 'bardesk_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (131, 131, 'Aquamarine Corner', 'bardeskcorner_polyfon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (132, 132, 'Floor Tile', 'floortile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (133, 133, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,2,1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (134, 134, 'Bar', 'bartable_armas', 's', 1, 3, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (135, 135, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (136, 136, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (137, 137, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (138, 138, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (139, 139, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (140, 140, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (141, 141, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (143, 143, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (144, 144, 'Portable TV', 'red_tv', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (145, 145, 'Large TV', 'wood_tv', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (146, 146, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (147, 147, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (148, 148, 'Arctic Bear Rug', 'carpet_polar*2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (149, 149, 'Faux-Fur Bear Rug', 'carpet_polar*3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (150, 150, 'Faux-Fur Bear Rug', 'carpet_polar*4', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (151, 151, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (152, 152, 'Large Table', 'table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (153, 153, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (154, 154, 'Pink Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (155, 155, 'Pink Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (156, 156, 'Pink Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (157, 157, 'Pink Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (158, 158, 'White Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (159, 159, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (160, 160, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (161, 161, 'Cherry Tree', 'plant_fruittree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (162, 162, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (163, 163, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (164, 164, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (165, 165, 'Yucca Plant', 'plant_yukka', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (166, 166, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (167, 167, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (168, 168, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (169, 169, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (170, 170, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (171, 171, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1002', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (172, 172, 'Cut Roses', 'plant_rose', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1000', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (173, 173, 'Digital TV', 'tv_luxus', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (174, 174, 'Bubble Bath', 'bath', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (177, 177, 'sink', 'sink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '100', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (178, 178, 'Blue Loo Seat', 'toilet', 's', 1, 1, 1.20, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (179, 179, 'Rubber Duck', 'duck', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (180, 180, 'Blue Floor Tiles', 'tile', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (181, 181, 'Pink Loo Seat', 'toilet_red', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (182, 182, 'Yellow Loo Seat', 'toilet_yell', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (183, 183, 'Pink Floor Tiles', 'tile_red', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (184, 184, 'Yellow Floor Tiles', 'tile_yell', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (185, 185, 'Gold Trophy', 'prize1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (186, 186, 'Silver Trophy', 'prize2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (187, 187, 'Gift', 'present_gen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (188, 188, 'Gift', 'present_gen1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (189, 189, 'Gift', 'present_gen2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (190, 190, 'Gift', 'present_gen3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (191, 191, 'Gift', 'present_gen4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (192, 192, 'Gift', 'present_gen5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (193, 193, 'Gift', 'present_gen6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (195, 195, 'Pura Minibar', 'bar_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '6,2,5,1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (196, 196, 'pura shelves', 'shelves_basic', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (197, 197, 'Beige Sofachair', 'soft_sofachair_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (198, 198, 'Beige Sofa', 'soft_sofa_norja', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (199, 199, 'Pura lamp', 'lamp_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (200, 200, 'Lodge candle', 'lamp2_armas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (201, 201, 'Pura Refrigerator', 'fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '3,5,6,2,4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (202, 202, 'Telephone Box', 'door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (204, 204, 'Wardrobe', 'doorB', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (205, 205, 'Portaloo', 'doorC', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (206, 206, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (207, 207, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (208, 208, 'Bloody Duck', 'deadduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (209, 209, 'Skeleduck', 'deadduck2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (210, 210, 'Gory Duck', 'deadduck3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (211, 211, 'menorah', 'menorah', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (212, 212, 'Holiday Pudding', 'pudding', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (213, 213, 'Joint of Ham', 'ham', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (214, 214, 'Roast turkey', 'turkey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (215, 215, 'Christmas Duck', 'xmasduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (216, 216, 'Gingerbread House', 'house', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (217, 217, 'Electric Candles', 'triplecandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (218, 218, 'Christmas tree 2', 'tree3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (219, 219, 'Christmas tree 1', 'tree4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (220, 220, 'Christmas tree 3', 'tree5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (223, 223, 'Eaten ham', 'ham2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (224, 224, 'White Candles', 'wcandleset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (225, 225, 'Red Candles', 'rcandleset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (226, 226, 'Cupid Statue', 'statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (227, 227, 'Giant Heart', 'heart', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (228, 228, 'Valentine\'s Duck', 'valeduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (229, 229, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (230, 230, 'throne', 'throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (231, 231, 'Russian Samovar', 'samovar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (232, 232, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1019', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (233, 233, 'Habbo Cake', 'habbocake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (234, 234, 'Holoboy', 'hologram', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (235, 235, 'Wannabe Duck', 'easterduck', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (236, 236, 'Squidgy Bunny', 'bunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (237, 237, 'Basket of eggs', 'basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (238, 238, 'Pop-Up Chicken', 'birdie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (239, 239, 'Holodice', 'edice', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (243, 243, 'Bronze Trophy', 'prize3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (244, 244, 'Aquamarine Gate', 'divider_poly3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (245, 245, 'Corner Plinth', 'divider_arm1', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (246, 246, 'Room Divider', 'divider_arm2', 's', 2, 1, 1.19, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (247, 247, 'Gate (lockable)', 'divider_arm3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (248, 248, 'Beige Corner', 'divider_nor1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (249, 249, 'Gray Corner Shelf', 'divider_silo1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (250, 250, 'Beige Bar', 'divider_nor2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (251, 251, 'Screen', 'divider_silo2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (252, 252, 'Beige Gate', 'divider_nor3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (253, 253, 'Gray Gate', 'divider_silo3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (254, 254, 'Typewriter', 'typingmachine', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (260, 260, 'Dragon Egg', 'spyro', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (261, 261, 'Hologirl', 'redhologram', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (263, 263, 'camera', 'camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (264, 264, 'Poinsetta', 'joulutahti', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1023', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (265, 265, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1021', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (266, 266, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1022', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (267, 267, 'Club sofa', 'club_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (268, 268, 'Chair', 'chair_plasto*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (269, 269, 'Chair', 'chair_plasto*11', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (270, 270, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (271, 271, 'bardeskcorner_polyfon*11', 'bardeskcorner_polyfon*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (273, 273, 'Chair', 'chair_plasto*12', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (274, 274, 'Chair', 'chair_plasto*13', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (275, 275, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (276, 276, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (277, 277, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '9,8,14,15,6,10,11,12', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (278, 278, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (279, 279, 'Team Bench', 'bench_lego', 's', 4, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (280, 280, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (283, 283, 'Holiday romance', 'valentinescreen', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (284, 284, 'Dicemaster', 'edicehc', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (285, 285, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (286, 286, 'Royal Egyptian Lamp', 'rare_beehive_bulb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (287, 287, 'Throne sofa', 'hcsohva', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (288, 288, 'Tubmaster', 'hcamme', 's', 1, 2, 0.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (289, 289, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (290, 290, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (291, 291, 'Granite Fountain', 'rare_fountain', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (292, 292, 'rare_stand', 'rare_stand', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (293, 293, 'Habbo Globe', 'rare_globe', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (294, 294, 'rare_hammock', 'rare_hammock', 's', 1, 3, 1.57, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (295, 295, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (296, 296, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (297, 297, 'Grey Fountain', 'rare_fountain*1', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (298, 298, 'Jade Birdbath', 'rare_fountain*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (299, 299, 'Blue Kimberlite Fountain', 'rare_fountain*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (300, 300, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (301, 301, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (302, 302, 'Santa and Elf', 'rare_xmas_screen', 's', 2, 1, 0.70, 1, 1, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (303, 303, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (304, 304, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (305, 305, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (420, 420, 'Norja-pehmojakkara', 'soft_jaggara_norja', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (428, 428, 'Eaten Gingerbread', 'house2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (449, 449, 'DJ Turntable', 'djesko_turntable', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (456, 456, 'Mountain dew sohva', 'md_sofa', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (457, 457, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1001, 1001, '', 'Chess', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1011, 1011, '', 'TicTacToe', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1021, 1021, '', 'BattleShip', 'i', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1484, 1484, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1486, 1486, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1487, 1487, 'Square Dining Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1488, 1488, 'Square Dining Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1489, 1489, 'Round Dining Table', 'table_plasto_round*14', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1490, 1490, 'Round Dining Table', 'table_plasto_round*15', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1491, 1491, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1492, 1492, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1495, 1495, 'Chair', 'chair_plasto*15', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1496, 1496, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1497, 1497, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1498, 1498, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1499, 1499, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1500, 1500, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1501, 1501, 'Chair', 'chair_plasto*16', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1502, 1502, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1503, 1503, 'Scoreboard', 'hockey_score', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'scoreboard', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1504, 1504, 'Lert', 'hockey_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'alert', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1505, 1505, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1506, 1506, 'Duck trophy', 'prizetrophy2*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1507, 1507, 'Globe trophy', 'prizetrophy3*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1508, 1508, 'Fish trophy', 'prizetrophy4*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1509, 1509, 'Duo trophy', 'prizetrophy5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1510, 1510, 'Champion trophy', 'prizetrophy6*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1512, 1512, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1513, 1513, 'Duck trophy', 'prizetrophy2*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1514, 1514, 'Globe trophy', 'prizetrophy3*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1515, 1515, 'Fish trophy', 'prizetrophy4*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1516, 1516, 'Duo trophy', 'prizetrophy5*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1517, 1517, 'Champion trophy', 'prizetrophy6*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1518, 1518, 'Gold Habbo trophy', 'prizetrophy7*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1519, 1519, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1520, 1520, 'Duck trophy', 'prizetrophy2*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1521, 1521, 'Globe trophy', 'prizetrophy3*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1522, 1522, 'Fish trophy', 'prizetrophy4*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1523, 1523, 'Duo trophy', 'prizetrophy5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1524, 1524, 'Champion trophy', 'prizetrophy6*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1525, 1525, 'Silver Habbo trophy', 'prizetrophy7*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1526, 1526, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1527, 1527, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1528, 1528, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1529, 1529, 'Oil lamp', 'hc_lmp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1530, 1530, 'Study desk', 'hc_dsk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1531, 1531, 'nest', 'nest', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1532, 1532, 'Doggy Bones', 'petfood1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1533, 1533, 'Sardines', 'petfood2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1534, 1534, 'Cabbage', 'petfood3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1535, 1535, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1536, 1536, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1537, 1537, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1538, 1538, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1539, 1539, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1540, 1540, 'Rubber Ball', 'toy1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1541, 1541, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1542, 1542, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1543, 1543, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1544, 1544, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1545, 1545, 'Marzipan Man', 'goodie1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1546, 1546, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1547, 1547, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1548, 1548, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1549, 1549, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1550, 1550, 'Violet Laser Portal', 'scifiport*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1551, 1551, 'Purple Laser Portal', 'scifiport*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1552, 1552, 'Turquoise Laser Portal', 'scifiport*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1553, 1553, 'White Laser Portal', 'scifiport*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1554, 1554, 'Black Laser Portal', 'scifiport*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1555, 1555, 'Pink Laser Portal', 'scifiport*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1556, 1556, 'Jade Laser Portal', 'scifiport*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1557, 1557, 'Blue Laser Portal', 'scifiport*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1558, 1558, 'Golden Plasma Gate', 'scifiport*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1559, 1559, 'Violet Smoke Machine', 'scifirocket*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1560, 1560, 'Purple Smoke Machine', 'scifirocket*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1561, 1561, 'Aqua Smoke Machine', 'scifirocket*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1562, 1562, 'Grey Smoke Machine', 'scifirocket*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1563, 1563, 'HB Zero-300', 'scifirocket*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1564, 1564, 'Pink Smoke Machine', 'scifirocket*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1565, 1565, 'Jade Smoke Machine', 'scifirocket*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1566, 1566, 'Blue Smoke Machine', 'scifirocket*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1567, 1567, 'Yellow Smoke Machine', 'scifirocket*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1568, 1568, 'Red Smoke Machine', 'scifirocket*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1569, 1569, 'Violet Spaceship Door', 'scifidoor*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1570, 1570, 'Blue Spaceship Door', 'scifidoor*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1571, 1571, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1572, 1572, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1573, 1573, 'The Black Monolith', 'scifidoor*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1574, 1574, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1575, 1575, 'Jade Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1576, 1576, 'Sky Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1577, 1577, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1578, 1578, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1579, 1579, 'Black Giant Pillow', 'pillow*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1580, 1580, 'Navy Giant Pillow', 'pillow*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1581, 1581, 'A Snow Drift', 'pillow*0', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1582, 1582, 'Pink Giant Pillow', 'pillow*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1583, 1583, 'Festive Red Pillow', 'pillow*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1584, 1584, 'Bonnie Blonde\'s Pillow', 'pillow*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1585, 1585, 'Green Giant Pillow', 'pillow*9', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1586, 1586, 'Golden Giant Pillow', 'pillow*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1587, 1587, 'Blue Giant Pillow', 'pillow*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1588, 1588, 'pillow*3', 'pillow*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1589, 1589, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1590, 1590, 'Red Marquee', 'marquee*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1591, 1591, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1592, 1592, 'White Marquee', 'marquee*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1593, 1593, 'Majestic Marquee', 'marquee*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1594, 1594, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1595, 1595, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1596, 1596, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1597, 1597, 'Yellow Marquee', 'marquee*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1598, 1598, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1599, 1599, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1600, 1600, 'Red Oriental Screen', 'wooden_screen*2', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1601, 1601, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1602, 1602, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1603, 1603, 'Teal Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1604, 1604, 'Grey Asian Screen', 'wooden_screen*5', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1605, 1605, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1606, 1606, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1607, 1607, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1608, 1608, 'Aqua Oriental Screen', 'wooden_screen*3', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1609, 1609, 'Doric Terracotta Pillar', 'pillar*6', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1610, 1610, 'Doric Pink Marble Pillar', 'pillar*1', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1611, 1611, 'Doric Rock', 'pillar*9', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1612, 1612, 'Doric Classic Pillar', 'pillar*0', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1613, 1613, 'Doric Olive Green Pillar', 'pillar*8', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1614, 1614, 'Leap Day Pillar', 'pillar*2', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1615, 1615, 'Doric Green Pillar', 'pillar*5', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1616, 1616, 'Doric Graphite Pillar', 'pillar*4', 's', 1, 1, 3.50, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1617, 1617, 'Doric Gold Pillar', 'pillar*7', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1618, 1618, 'Doric Blue Pillar', 'pillar*3', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1619, 1619, 'Black Dragon Lamp', 'rare_dragonlamp*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1620, 1620, 'rare_dragonlamp*0', 'rare_dragonlamp*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1621, 1621, 'Forest Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1622, 1622, 'Jade Dragon', 'rare_dragonlamp*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1623, 1623, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1624, 1624, 'Frost Dragon', 'rare_dragonlamp*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1625, 1625, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1626, 1626, 'Golden Dragon', 'rare_dragonlamp*6', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1627, 1627, 'Blue Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1628, 1628, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 2.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1629, 1629, 'rare_icecream*1', 'rare_icecream*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1630, 1630, 'Choco Ice Cream Maker', 'rare_icecream*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1631, 1631, 'Aqua Ice Cream Maker', 'rare_icecream*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1632, 1632, 'Shamrock Shake Machine', 'rare_icecream*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1633, 1633, 'Ochre Ice Cream Maker', 'rare_icecream*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1634, 1634, 'Fuchsia Ice Cream Maker', 'rare_icecream*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1635, 1635, 'Purple Ice Cream Maker', 'rare_icecream*3', 's', 1, 1, 2.50, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1636, 1636, 'Red Ice Cream Maker', 'rare_icecream*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1637, 1637, 'rare_icecream*4', 'rare_icecream*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1638, 1638, 'Gold Ice Cream Maker', 'rare_icecream*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1639, 1639, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1640, 1640, 'Orange Powered Fan', 'rare_fan*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1641, 1641, 'Fuchsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1642, 1642, 'Purple Powered Fan', 'rare_fan*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1643, 1643, 'Red Powered Fan', 'rare_fan*0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1644, 1644, 'Superlove Pink Fan', 'rare_fan*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1645, 1645, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1646, 1646, 'Blue Powered Fan', 'rare_fan*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1647, 1647, 'Turquoise Powered Fan', 'rare_fan*8', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1648, 1648, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1649, 1649, 'Aqua Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1650, 1650, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1651, 1651, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1652, 1652, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1653, 1653, 'Teal Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1654, 1654, 'Black Habbo Roller', 'queue_tile1*5', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1655, 1655, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1656, 1656, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1657, 1657, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1658, 1658, 'Silver Habbo Rollers', 'queue_tile1*0', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1659, 1659, 'Big Ticket Bundle', 'ticket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1738, 1738, 'Snow Patch', 'rare_snowrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1741, 1741, 'Chinese Lantern', 'cn_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1742, 1742, 'Chinese Lacquer Sofa', 'cn_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1745, 1745, 'Clay Straight Track', 'sporttrack1*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1747, 1747, 'Grass Straight Track', 'sporttrack1*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1748, 1748, 'Synthetic Track', 'sporttrack1*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1750, 1750, 'Clay Corner Track', 'sporttrack2*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1751, 1751, 'Synthetic Corner Track', 'sporttrack2*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1752, 1752, 'Grass Corner Track', 'sporttrack2*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1754, 1754, 'Clay Finish Line', 'sporttrack3*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1755, 1755, 'Synthetic Finish Line', 'sporttrack3*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1756, 1756, 'Grass Finish Line!', 'sporttrack3*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1757, 1757, 'Soccer Ball Lamp', 'footylamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1758, 1758, 'Old Christmas Tree', 'tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1759, 1759, 'barchair_silo', 'barchair_silo', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1760, 1760, 'Aquamarine Shutter', 'divider_nor4*4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1761, 1761, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1762, 1762, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1763, 1763, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1764, 1764, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1765, 1765, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1766, 1766, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1767, 1767, 'Red Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1768, 1768, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1769, 1769, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1770, 1770, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1771, 1771, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1772, 1772, 'Yellow Road Barrier', 'barrier*1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1773, 1773, 'White Road Barrier', 'barrier*2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1774, 1774, 'Red Road Barrier', 'barrier*3', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1775, 1775, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1776, 1776, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1777, 1777, 'Black Coffee Table', 'table_norja_med*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1778, 1778, 'White Coffee Table', 'table_norja_med*3', 's', 2, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1779, 1779, 'Aquamarine Coffee Table', 'table_norja_med*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1780, 1780, 'Pink Coffee Table', 'table_norja_med*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1781, 1781, 'Blue Coffee Table', 'table_norja_med*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1782, 1782, 'Green Coffee Table', 'table_norja_med*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1783, 1783, 'Yellow Coffee Table', 'table_norja_med*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1784, 1784, 'Red Coffee Table', 'table_norja_med*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1785, 1785, 'Black Bench', 'couch_norja*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1786, 1786, 'White Bench', 'couch_norja*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1787, 1787, 'Aquamarine Bench', 'couch_norja*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1788, 1788, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1789, 1789, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1790, 1790, 'Green Iced Bench', 'couch_norja*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1791, 1791, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1792, 1792, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1793, 1793, 'Black Bookcase', 'shelves_norja*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1794, 1794, 'White Bookcase', 'shelves_norja*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1795, 1795, 'Aquamarine Bookcase', 'shelves_norja*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1796, 1796, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1797, 1797, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1798, 1798, 'Green Bookcase', 'shelves_norja*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1799, 1799, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1800, 1800, 'Red Iced Bookcase', 'shelves_norja*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1801, 1801, 'Black Chair', 'chair_norja*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1802, 1802, 'White Chair', 'chair_norja*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1803, 1803, 'Aquamarine Chair', 'chair_norja*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1804, 1804, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1805, 1805, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1806, 1806, 'Green Chair', 'chair_norja*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1807, 1807, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1808, 1808, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1809, 1809, 'Black Corner', 'divider_nor1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1810, 1810, 'White Corner', 'divider_nor1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1811, 1811, 'Aquamarine Corner', 'divider_nor1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1812, 1812, 'Pink Corner', 'divider_nor1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1813, 1813, 'Blue Corner', 'divider_nor1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1814, 1814, 'Green Corner', 'divider_nor1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1815, 1815, 'Yellow Corner', 'divider_nor1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1816, 1816, 'Red Corner', 'divider_nor1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1817, 1817, 'Black Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1818, 1818, 'White Sofa', 'soft_sofa_norja*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1819, 1819, 'Aquamarine Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1820, 1820, 'Pink Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1821, 1821, 'Blue Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1822, 1822, 'Green Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1823, 1823, 'Yellow Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1824, 1824, 'Red Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1825, 1825, 'Black Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1826, 1826, 'White Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1827, 1827, 'Aquamarine Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1828, 1828, 'Pink Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1829, 1829, 'Blue Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1830, 1830, 'Green Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1831, 1831, 'Yellow Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1832, 1832, 'Red Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1833, 1833, 'Black Armchair', 'sofachair_silo*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1834, 1834, 'White Armchair', 'sofachair_silo*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1835, 1835, 'Beige Armchair', 'sofachair_silo*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1836, 1836, 'Pink Armchair', 'sofachair_silo*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1837, 1837, 'Blue Armchair', 'sofachair_silo*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1838, 1838, 'Green Armchair', 'sofachair_silo*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1839, 1839, 'Yellow Armchair', 'sofachair_silo*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1840, 1840, 'Red Armchair', 'sofachair_silo*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1841, 1841, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1842, 1842, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1843, 1843, 'Beige Occasional Table', 'table_silo_small*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1844, 1844, 'Pink Occasional Table', 'table_silo_small*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1845, 1845, 'Blue Occasional Table', 'table_silo_small*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1846, 1846, 'Green Occasional Table', 'table_silo_small*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1847, 1847, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1848, 1848, 'Red Occasional Table', 'table_silo_small*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1849, 1849, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1850, 1850, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1851, 1851, 'Beige Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1852, 1852, 'Pink Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1853, 1853, 'Blue Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1854, 1854, 'Green Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1855, 1855, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1856, 1856, 'Red Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1857, 1857, 'Black Gate', 'divider_silo3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1858, 1858, 'White Gate', 'divider_silo3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1859, 1859, 'Beige Gate', 'divider_silo3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1860, 1860, 'Pink Gate', 'divider_silo3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1861, 1861, 'Blue Gate', 'divider_silo3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1862, 1862, 'Green Gate', 'divider_silo3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1863, 1863, 'Yellow Gate', 'divider_silo3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1864, 1864, 'Red Gate', 'divider_silo3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1865, 1865, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1866, 1866, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1867, 1867, 'Beige Coffee Table', 'table_silo_med*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1868, 1868, 'Pink Coffee Table', 'table_silo_med*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1869, 1869, 'Blue Coffee Table', 'table_silo_med*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1870, 1870, 'Green Coffee Table', 'table_silo_med*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1871, 1871, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1872, 1872, 'Red Coffee Table', 'table_silo_med*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1873, 1873, 'Black Sofa', 'sofa_silo*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1874, 1874, 'White Sofa', 'sofa_silo*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1875, 1875, 'Beige Sofa', 'sofa_silo*4', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1876, 1876, 'Pink Sofa', 'sofa_silo*5', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1877, 1877, 'Blue Sofa', 'sofa_silo*6', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1878, 1878, 'Green Sofa', 'sofa_silo*7', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1879, 1879, 'Yellow Sofa', 'sofa_silo*8', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1880, 1880, 'Red Sofa', 'sofa_silo*9', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1881, 1881, 'Black Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1882, 1882, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1883, 1883, 'Beige Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1884, 1884, 'Blue Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1885, 1885, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1886, 1886, 'Yellow Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1887, 1887, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1888, 1888, 'Black Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1889, 1889, 'White Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1890, 1890, 'Beige Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1891, 1891, 'Blue Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1892, 1892, 'Green Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1893, 1893, 'Yellow Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1894, 1894, 'Red Sofa', 'sofa_polyfon*9', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1895, 1895, 'Black Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1896, 1896, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1897, 1897, 'Beige Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1898, 1898, 'Blue Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1899, 1899, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1900, 1900, 'Yellow Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1901, 1901, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1902, 1902, 'Black Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1903, 1903, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1904, 1904, 'Beige Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1905, 1905, 'Blue Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1906, 1906, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1907, 1907, 'Yellow Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1908, 1908, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1909, 1909, 'Black Bar', 'bardesk_polyfon*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1910, 1910, 'White Bar', 'bardesk_polyfon*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1911, 1911, 'Beige Bar', 'bardesk_polyfon*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1912, 1912, 'Pink Bar', 'bardesk_polyfon*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1913, 1913, 'Blue Bar', 'bardesk_polyfon*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1914, 1914, 'Green Bar', 'bardesk_polyfon*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1915, 1915, 'Yellow Bar', 'bardesk_polyfon*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1916, 1916, 'Red Bar', 'bardesk_polyfon*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1917, 1917, 'Black Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1918, 1918, 'White Corner', 'bardeskcorner_polyfon*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1919, 1919, 'Beige Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1920, 1920, 'Pink Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1921, 1921, 'Blue Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1922, 1922, 'Green Corner', 'bardeskcorner_polyfon*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1923, 1923, 'Yellow Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1924, 1924, 'Red Corner', 'bardeskcorner_polyfon*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1925, 1925, 'Black Gate', 'divider_poly3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1926, 1926, 'White Gate', 'divider_poly3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1927, 1927, 'Beige Gate', 'divider_poly3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1928, 1928, 'Pink Gate', 'divider_poly3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1929, 1929, 'Blue Gate', 'divider_poly3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1930, 1930, 'Green Gate', 'divider_poly3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1931, 1931, 'Yellow Gate', 'divider_poly3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1932, 1932, 'Red Gate', 'divider_poly3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1933, 1933, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1934, 1934, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1935, 1935, 'Beige Dining Chair', 'chair_silo*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1936, 1936, 'Pink Dining Chair', 'chair_silo*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1937, 1937, 'Blue Dining Chair', 'chair_silo*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1938, 1938, 'Green Dining Chair', 'chair_silo*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1939, 1939, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1940, 1940, 'Red Dining Chair', 'chair_silo*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1941, 1941, 'Black Gate', 'divider_nor3*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1942, 1942, 'White Gate', 'divider_nor3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1943, 1943, 'Aquamarine Gate', 'divider_nor3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1944, 1944, 'Pink Gate', 'divider_nor3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1945, 1945, 'Blue Gate', 'divider_nor3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1946, 1946, 'Green Gate', 'divider_nor3*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1947, 1947, 'Yellow Gate', 'divider_nor3*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1948, 1948, 'Red Gate', 'divider_nor3*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1949, 1949, 'Black Bar', 'divider_nor2*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1950, 1950, 'White Bar', 'divider_nor2*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1951, 1951, 'Aquamarine Bar', 'divider_nor2*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1952, 1952, 'Pink Bar', 'divider_nor2*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1953, 1953, 'Blue Bar', 'divider_nor2*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1954, 1954, 'Green Bar', 'divider_nor2*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1955, 1955, 'Yellow Bar', 'divider_nor2*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1956, 1956, 'Red Bar', 'divider_nor2*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1957, 1957, 'Area Master Desk', 'silo_studydesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1958, 1958, 'White Panel', 'solarium_norja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1959, 1959, 'Black Panel', 'solarium_norja*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1960, 1960, 'Beige Panel', 'solarium_norja*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1961, 1961, 'Aquamarine Panel', 'solarium_norja*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1962, 1962, 'Pink Panel', 'solarium_norja*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1963, 1963, 'Blue Panel', 'solarium_norja*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1964, 1964, 'Green Panel', 'solarium_norja*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1965, 1965, 'Yellow Panel', 'solarium_norja*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1966, 1966, 'Red Panel', 'solarium_norja*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1967, 1967, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1968, 1968, 'Moon Rug', 'rare_moonrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1969, 1969, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1970, 1970, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1971, 1971, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1972, 1972, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1973, 1973, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1974, 1974, 'Army Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1975, 1975, 'Gray Safe Minibar', 'safe_silo', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1976, 1976, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1977, 1977, 'Blue Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1978, 1978, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1979, 1979, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1980, 1980, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1981, 1981, 'Yellow Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1982, 1982, 'Chinese Lacquer Bookshelf', 'china_shelve', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1983, 1983, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1984, 1984, 'Black Shutter', 'divider_nor4*2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1985, 1985, 'White Shutter', 'divider_nor4*3', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1986, 1986, 'Pink Shutter', 'divider_nor4*5', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1987, 1987, 'Blue Shutter', 'divider_nor4*6', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1988, 1988, 'Green Shutter', 'divider_nor4*7', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1989, 1989, 'Yellow Shutter', 'divider_nor4*8', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1990, 1990, 'Red Shutter', 'divider_nor4*9', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1991, 1991, 'Black Angle', 'divider_nor5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1992, 1992, 'White Angle', 'divider_nor5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1993, 1993, 'Aquamarine Angle', 'divider_nor5*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1994, 1994, 'Pink Angle', 'divider_nor5*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1995, 1995, 'Blue Angle', 'divider_nor5*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1996, 1996, 'Green Angle', 'divider_nor5*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1997, 1997, 'Yellow Angle', 'divider_nor5*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1998, 1998, 'Red Angle', 'divider_nor5*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (1999, 1999, 'Beige Angle', 'divider_nor5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2000, 2000, 'Beige Shutter', 'divider_nor4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2001, 2001, 'Dragon Screen', 'wall_china', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2002, 2002, 'Dragon Screen Corner', 'corner_china', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2003, 2003, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2004, 2004, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2005, 2005, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2006, 2006, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2007, 2007, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2008, 2008, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2009, 2009, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2010, 2010, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2011, 2011, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2012, 2012, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2013, 2013, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2014, 2014, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2015, 2015, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2016, 2016, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2017, 2017, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2018, 2018, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2019, 2019, 'glass shelf', 'glass_shelf', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2020, 2020, 'Glass Chair', 'glass_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2021, 2021, 'Glass Stool', 'glass_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2022, 2022, 'Glass Sofa', 'glass_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2023, 2023, 'Glass Table', 'glass_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2024, 2024, 'Glass Table', 'glass_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2025, 2025, 'Glass Table', 'glass_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2026, 2026, 'Glass Table', 'glass_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2027, 2027, 'Glass Table', 'glass_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2028, 2028, 'Glass Table', 'glass_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2029, 2029, 'Glass Table', 'glass_table*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2030, 2030, 'Glass Table', 'glass_table*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2031, 2031, 'Glass Table', 'glass_table*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2032, 2032, 'Glass Chair', 'glass_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2033, 2033, 'Glass Chair', 'glass_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2034, 2034, 'Glass Chair', 'glass_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2035, 2035, 'Glass Chair', 'glass_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2036, 2036, 'Glass Chair', 'glass_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2037, 2037, 'Glass Chair', 'glass_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2038, 2038, 'Glass Chair', 'glass_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2039, 2039, 'Glass Chair', 'glass_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2040, 2040, 'Glass Sofa', 'glass_sofa*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2041, 2041, 'Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2042, 2042, 'Glass Sofa', 'glass_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2043, 2043, 'Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2044, 2044, 'Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2045, 2045, 'Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2046, 2046, 'Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2047, 2047, 'Glass Sofa', 'glass_sofa*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2048, 2048, 'Glass Stool', 'glass_stool*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2050, 2050, 'Glass Stool', 'glass_stool*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2051, 2051, 'Glass Stool', 'glass_stool*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2052, 2052, 'Glass Stool', 'glass_stool*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2053, 2053, 'Glass Stool', 'glass_stool*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2054, 2054, 'Glass Stool', 'glass_stool*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2056, 2056, 'Glass Stool', 'glass_stool*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2057, 2057, 'Glass Stool', 'glass_stool*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2063, 2063, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2064, 2064, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2065, 2065, 'Sack of Coins', 'CF_20_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2066, 2066, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.40, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2067, 2067, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2068, 2068, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2069, 2069, 'Mega TV Set', 'hc_tv', 's', 2, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2070, 2070, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2071, 2071, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2072, 2072, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2073, 2073, 'Gothic Table', 'goth_table', 's', 1, 5, 1.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2074, 2074, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2075, 2075, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '24', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2076, 2076, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2077, 2077, 'The Grammophon', 'hc_djset', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2078, 2078, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2079, 2079, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2080, 2080, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2081, 2081, 'HC Roller', 'hc_rllr', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2082, 2082, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2083, 2083, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2084, 2084, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2085, 2085, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2086, 2086, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2087, 2087, 'Gothic Chair Saffron', 'gothic_chair*2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2088, 2088, 'Gothic Sofa Saffron', 'gothic_sofa*2', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2089, 2089, 'Gothic Stool Saffron', 'gothic_stool*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2090, 2090, 'Gothic Chair Red', 'gothic_chair*3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2091, 2091, 'Gothic Sofa Red', 'gothic_sofa*3', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2092, 2092, 'Gothic Stool Red', 'gothic_stool*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2093, 2093, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2094, 2094, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2095, 2095, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2096, 2096, 'Gothic Chair Green', 'gothic_chair*5', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2097, 2097, 'Gothic Sofa Green', 'gothic_sofa*5', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2098, 2098, 'Gothic Stool Green', 'gothic_stool*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2099, 2099, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2100, 2100, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2101, 2101, 'Gothic Stool Blue', 'gothic_stool*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2102, 2102, 'White candle', 'wcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2103, 2103, 'Valentine\'s cauldron', 'val_cauldron', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '25', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2104, 2104, 'Old Christmas tree', 'tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2105, 2105, 'Sound Machine', 'sound_machine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2106, 2106, 'Turquoise Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2107, 2107, 'Black Piano Chair', 'romantique_pianochair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2108, 2108, 'Green Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2109, 2109, 'Lemon Piano Chair', 'romantique_pianochair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2110, 2110, 'Pink Piano Chair', 'romantique_pianochair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2111, 2111, 'Turquoise Divan', 'romantique_divan*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2112, 2112, 'Black Divan', 'romantique_divan*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2113, 2113, 'Green Divan', 'romantique_divan*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2114, 2114, 'Lemon Divan', 'romantique_divan*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2115, 2115, 'Pink Divan', 'romantique_divan*1', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2116, 2116, 'Turquoise Chair', 'romantique_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2117, 2117, 'Black Chair', 'romantique_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2118, 2118, 'Green Chair', 'romantique_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2119, 2119, 'Lemon Chair', 'romantique_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2120, 2120, 'Pink Chair', 'romantique_chair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2121, 2121, 'Red candle', 'rcandle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2122, 2122, 'rare_parasol', 'rare_parasol', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2123, 2123, 'Yellow Rose', 'plant_valentinerose*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2124, 2124, 'Purple Rose', 'plant_valentinerose*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2125, 2125, 'White Rose', 'plant_valentinerose*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2126, 2126, 'Pink Rose', 'plant_valentinerose*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2127, 2127, 'Red Rose', 'plant_valentinerose*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2128, 2128, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2129, 2129, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2130, 2130, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2131, 2131, 'T-Bones', 'petfood4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2132, 2132, 'Red Carpet', 'carpet_valentine', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2133, 2133, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2134, 2134, 'Floor Hatch', 'gothic_carpet2', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2135, 2135, '', 'gothic_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2136, 2136, '', 'gothic_sofa', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2137, 2137, '', 'gothic_stool', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2138, 2138, 'Turquoise Grand Piano', 'grand_piano*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2139, 2139, 'Black Grand Piano', 'grand_piano*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2140, 2140, 'Green Grand Piano', 'grand_piano*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2141, 2141, 'Lemon Grand Piano', 'grand_piano*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2142, 2142, 'Pink Grand Piano', 'grand_piano*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2143, 2143, 'Red Theatre Seat', 'theatre_seat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2144, 2144, 'Romantique Treats Tray', 'romantique_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2145, 2145, 'Romantique Tray', 'romantique_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2146, 2146, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2147, 2147, 'Black Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2148, 2148, 'Green Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2149, 2149, 'Lemon Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2150, 2150, 'Pink Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2151, 2151, 'Romantique Mirrortable', 'romantique_mirrortabl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2152, 2152, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2153, 2153, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2154, 2154, 'Lemon Screen', 'romantique_divider*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2155, 2155, 'Pink Screen', 'romantique_divider*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2156, 2156, 'Large Tatami Rug', 'jp_tatami2', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2157, 2157, 'Small Tatami Rug', 'jp_tatami', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2158, 2158, 'Habbowood Chair', 'habbowood_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2159, 2159, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2160, 2160, 'Irori Table', 'jp_irori', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2161, 2161, 'Floor Pillow', 'jp_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2162, 2162, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2163, 2163, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2164, 2164, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2165, 2165, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2166, 2166, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2167, 2167, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2168, 2168, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2169, 2169, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2170, 2170, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2171, 2171, '', 'sound_machine*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2457, 2457, '', 'sound_set_23', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2458, 2458, 'Water Garden', 'rclr_garden', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2459, 2459, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 0, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2460, 2460, 'Aquamarine Left Module', 'pura_mdl1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2461, 2461, 'Pink Left Module', 'pura_mdl1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2462, 2462, 'Black Left Module', 'pura_mdl1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2463, 2463, 'White Left Module', 'pura_mdl1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2464, 2464, 'Beige Left Module', 'pura_mdl1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2465, 2465, 'Blue Left Module', 'pura_mdl1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2466, 2466, 'Green Left Module', 'pura_mdl1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2467, 2467, 'Yellow Left Module', 'pura_mdl1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2468, 2468, 'Red Left Module', 'pura_mdl1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2469, 2469, 'MnM', 'sound_set_19', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2470, 2470, '', 'sound_set_25', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2471, 2471, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2472, 2472, 'Aquamarine Corner Module', 'pura_mdl4*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2473, 2473, 'Pink Corner Module', 'pura_mdl4*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2474, 2474, 'Black Corner Module', 'pura_mdl4*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2475, 2475, 'White Corner Module', 'pura_mdl4*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2476, 2476, 'Beige Corner Module', 'pura_mdl4*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2477, 2477, 'Blue Corner Module', 'pura_mdl4*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2478, 2478, 'Green Corner Module', 'pura_mdl4*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2479, 2479, 'Yellow Corner Module', 'pura_mdl4*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2480, 2480, 'Red Corner Module', 'pura_mdl4*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2481, 2481, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2482, 2482, 'Hip hop Beats 2', 'sound_set_14', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2483, 2483, 'Aquamarine Right Module', 'pura_mdl2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2484, 2484, 'Pink Right Module', 'pura_mdl2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2485, 2485, 'Black Right Module', 'pura_mdl2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2486, 2486, 'White Right Module', 'pura_mdl2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2487, 2487, 'Beige Right Module', 'pura_mdl2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2488, 2488, 'Blue Right Module', 'pura_mdl2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2489, 2489, 'Green Right Module', 'pura_mdl2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2490, 2490, 'Yellow Right Module', 'pura_mdl2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2491, 2491, 'Red Right Module', 'pura_mdl2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2492, 2492, '', 'sound_set_24', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2493, 2493, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2494, 2494, 'Snotty Day', 'sound_set_21', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2495, 2495, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2496, 2496, 'Moshy Metal', 'sound_set_28', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2497, 2497, '', 'sound_set_18', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2498, 2498, '', 'bed_budget_one*1', 's', 1, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2499, 2499, 'Pink Single Bed', 'bed_budget_one*2', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2500, 2500, 'Black Single Bed', 'bed_budget_one*3', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2501, 2501, 'Single Bed', 'bed_budget_one*4', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2502, 2502, 'Beige Single Bed', 'bed_budget_one*5', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2503, 2503, 'Blue Single Bed', 'bed_budget_one*6', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2504, 2504, 'Green Single Bed', 'bed_budget_one*7', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2505, 2505, 'Yellow Single Bed', 'bed_budget_one*8', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2506, 2506, 'Red Single Bed', 'bed_budget_one*9', 's', 1, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2507, 2507, 'Rare icecream white', 'rare_icecream_campaign', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2508, 2508, 'Bhangra Mangra', 'sound_set_26', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2509, 2509, 'Aquamarine Square Module', 'pura_mdl5*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2510, 2510, 'Pink Square Module', 'pura_mdl5*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2511, 2511, 'Black Square Module', 'pura_mdl5*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2512, 2512, 'White Square Module', 'pura_mdl5*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2513, 2513, 'Beige Square Module', 'pura_mdl5*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2514, 2514, 'Blue Square Module', 'pura_mdl5*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2515, 2515, 'Green Square Module', 'pura_mdl5*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2516, 2516, 'Yellow Square Module', 'pura_mdl5*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2517, 2517, 'Red Square Module', 'pura_mdl5*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2518, 2518, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2519, 2519, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2520, 2520, 'Romantique Clock', 'romantique_clock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2521, 2521, '', 'sound_set_22', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2522, 2522, 'Ornate Drawer', 'jp_drawer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2523, 2523, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2524, 2524, '', 'sound_set_20', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2525, 2525, 'Aquamarine Egg Chair', 'chair_basic*1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2526, 2526, 'Pink Egg Chair', 'chair_basic*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2527, 2527, 'Black Egg Chair', 'chair_basic*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2528, 2528, 'White Egg Chair', 'chair_basic*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2529, 2529, 'Beige Egg Chair', 'chair_basic*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2530, 2530, 'Blue Egg Chair', 'chair_basic*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2531, 2531, 'Green Egg Chair', 'chair_basic*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2532, 2532, 'Yellow Egg Chair', 'chair_basic*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2533, 2533, 'Red Egg Chair', 'chair_basic*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2534, 2534, 'Straight Module', 'pura_mdl3*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2535, 2535, 'Pink Straight Module', 'pura_mdl3*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2536, 2536, 'Black Straight Module', 'pura_mdl3*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2537, 2537, 'White Straight Module', 'pura_mdl3*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2538, 2538, 'Beige Straight Module', 'pura_mdl3*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2539, 2539, 'Blue Straight Module', 'pura_mdl3*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2540, 2540, 'Green Straight Module', 'pura_mdl3*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2541, 2541, 'Yellow Straight Module', 'pura_mdl3*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2542, 2542, 'Red Straight Module', 'pura_mdl3*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2543, 2543, 'Turquoise Traxmachine', 'sound_machine*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2544, 2544, '', 'sound_machine*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2545, 2545, '', 'sound_machine*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2546, 2546, 'Sound Machine Brown', 'sound_machine*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2547, 2547, '', 'sound_machine*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2548, 2548, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trax_machine', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2549, 2549, 'Rasta.Claus\'s Pack', 'sound_set_27', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2550, 2550, '', 'sound_set_17', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2551, 2551, 'Romantique Lamp', 'rom_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2552, 2552, 'Aquamarine Double Bed', 'bed_budget*1', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2553, 2553, 'Pink Double Bed', 'bed_budget*2', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2554, 2554, 'Black Double Bed', 'bed_budget*3', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2555, 2555, 'White Double Bed', 'bed_budget*4', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2556, 2556, 'Beige Double Bed', 'bed_budget*5', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2557, 2557, 'Blue Double Bed', 'bed_budget*6', 's', 2, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2558, 2558, 'Green Double Bed', 'bed_budget*7', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2559, 2559, 'Yellow Double Bed', 'bed_budget*8', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2560, 2560, 'Red Double Bed', 'bed_budget*9', 's', 2, 3, 1.90, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2561, 2561, 'Hip hop Beats 3', 'sound_set_16', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2562, 2562, 'rclr_chair', 'rclr_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2563, 2563, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2564, 2564, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2565, 2565, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2566, 2566, 'Marble tile', 'tile_marble', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2567, 2567, 'Executive Carpet', 'exe_rug', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2568, 2568, 'Stella tile', 'tile_stella', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2569, 2569, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2570, 2570, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2571, 2571, 'Aquamarine Deck Chair', 'summer_chair*1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2572, 2572, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2573, 2573, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2574, 2574, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2575, 2575, 'Beige Deck Chair', 'summer_chair*5', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2576, 2576, 'Blue Deck Chair', 'summer_chair*6', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2577, 2577, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2578, 2578, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2579, 2579, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2580, 2580, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2581, 2581, 'Glass Table', 'exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2582, 2582, 'Brown tile', 'tile_brown', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2583, 2583, 'Bossa Nueva', 'sound_set_36', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2584, 2584, 'Rare Monster Plant', 'rare_mnstr', 's', 1, 1, 3.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2585, 2585, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2586, 2586, 'Bronze Habbo trophy', 'prizetrophy7*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2587, 2587, 'Blue BBQ', 'summer_grill*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2588, 2588, 'Red BBQ', 'summer_grill*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2589, 2589, 'Green BBQ', 'summer_grill*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2590, 2590, 'Yellow BBQ', 'summer_grill*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2591, 2591, 'Blue Paddling Pool', 'summer_pool*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2592, 2592, 'Red Paddling Pool', 'summer_pool*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2593, 2593, 'Green Paddling Pool', 'summer_pool*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2594, 2594, 'Yellow Paddling Pool', 'summer_pool*4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2595, 2595, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2596, 2596, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2597, 2597, 'Aquamarine One Way Gate', 'one_way_door*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2598, 2598, 'Black One Way Gate', 'one_way_door*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2599, 2599, 'White One Way Gate', 'one_way_door*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2600, 2600, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2601, 2601, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2602, 2602, 'Blue One Way Gate', 'one_way_door*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2603, 2603, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2604, 2604, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2605, 2605, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'onewaygate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2606, 2606, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2607, 2607, 'Tapes from Goa', 'song_disk', 's', 1, 1, 0.12, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'musicdisc', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2608, 2608, 'Jukebox', 'jukebox*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2609, 2609, 'welcome_carpet', 'carpet_soft_tut', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2610, 2610, 'Sound set 44', 'sound_set_44', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2611, 2611, 'Habboween Crypt', 'habboween_crypt', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2612, 2612, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2613, 2613, 'Grunge Sign', 'grunge_sign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2614, 2614, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2615, 2615, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2616, 2616, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2617, 2617, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2618, 2618, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2619, 2619, 'Grunge Shelf', 'grunge_shelf', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2620, 2620, 'Grave', 'hal_grave', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2621, 2621, 'Grunge Radiator', 'grunge_radiator', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2622, 2622, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2623, 2623, 'Grunge Table', 'grunge_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2624, 2624, 'Sound set 42', 'sound_set_42', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2625, 2625, 'Green Cauldron', 'hal_cauldron', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 0, '30', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2626, 2626, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2627, 2627, 'Club 2', 'sound_set_47', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2628, 2628, 'Berlin Connection', 'sound_set_45', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2629, 2629, 'Club 3', 'sound_set_48', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2630, 2630, 'Club 1', 'sound_set_46', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2631, 2631, 'Club 6', 'sound_set_51', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2632, 2632, 'Club 5', 'sound_set_50', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2633, 2633, 'Club 7', 'sound_set_52', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2634, 2634, 'Club 4', 'sound_set_49', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2635, 2635, 'Snowy Maze Shrubbery', 'plant_maze_snow', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2636, 2636, 'Snow Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2637, 2637, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2638, 2638, 'Flashy Christmas tree', 'tree6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2639, 2639, 'Three Seat Sofa', 'exe_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2640, 2640, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2641, 2641, 'Ice Block Lantern', 'xmas_icelamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2642, 2642, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2643, 2643, 'Bar', 'exe_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2644, 2644, 'Office Desk', 'exe_table', 's', 3, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2645, 2645, 'Drinks Tray', 'exe_drinks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2646, 2646, 'Snow Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2647, 2647, 'Sofa Chair', 'exe_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2648, 2648, 'Santa\'s Sleigh', 'christmas_sleigh', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2649, 2649, 'Rudolph\'s Loops', 'sound_set_54', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2650, 2650, 'Boss Chair', 'exe_chair2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2651, 2651, 'Snow Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2652, 2652, 'Oh Holy Habbo', 'sound_set_53', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2653, 2653, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2654, 2654, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2655, 2655, 'Bar Corner', 'exe_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2656, 2656, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2657, 2657, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2658, 2658, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2659, 2659, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2660, 2660, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2661, 2661, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2662, 2662, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2663, 2663, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2664, 2664, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2665, 2665, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2666, 2666, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2667, 2667, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2668, 2668, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2669, 2669, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2670, 2670, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2671, 2671, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2672, 2672, 'Executive Globe', 'exe_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2673, 2673, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2674, 2674, 'Office Plant', 'exe_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2675, 2675, 'My first Habbo chair', 'noob_chair*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2676, 2676, 'My first Habbo chair', 'noob_chair*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2677, 2677, 'My first Habbo chair', 'noob_chair*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2678, 2678, 'My first Habbo chair', 'noob_chair*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2679, 2679, 'My first Habbo chair', 'noob_chair*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2680, 2680, 'My first Habbo chair', 'noob_chair*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2681, 2681, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2682, 2682, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2683, 2683, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2684, 2684, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2685, 2685, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2686, 2686, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2687, 2687, 'My first Habbo table', 'noob_table*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2688, 2688, 'My first Habbo table', 'noob_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2689, 2689, 'My first Habbo table', 'noob_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2690, 2690, 'My first Habbo table', 'noob_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2691, 2691, 'My first Habbo table', 'noob_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2692, 2692, 'My first Habbo table', 'noob_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2693, 2693, 'Door Teleports', 'teleport_door', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2694, 2694, 'Magic Crystal Ball', 'fortune', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2695, 2695, 'Latin 1', 'sound_set_60', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2696, 2696, 'Love Randomizer', 'val_randomizer', 's', 4, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'dice', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2697, 2697, 'Chocolate', 'val_choco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2698, 2698, 'Latin 2', 'sound_set_61', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2699, 2699, 'Grey Teddy Bear', 'val_teddy*1', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2700, 2700, 'Pink Teddy Bear', 'val_teddy*2', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2701, 2701, 'Green Teddy Bear', 'val_teddy*3', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2702, 2702, 'Brown Teddy Bear', 'val_teddy*4', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2703, 2703, 'Yellow Teddy Bear', 'val_teddy*5', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2704, 2704, 'Blue Teddy Bear', 'val_teddy*6', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2705, 2705, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2706, 2706, 'Grunge Barrel', 'grunge_barrel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2707, 2707, 'Grunge Bench', 'grunge_bench', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2708, 2708, 'Grunge Candle', 'grunge_candle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2709, 2709, 'Spiderwick Chest', 'sw_chest', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2710, 2710, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2711, 2711, 'Spiderwick Raven', 'sw_raven', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2712, 2712, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2713, 2713, 'Spiderwick Desk', 'sw_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2714, 2714, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2715, 2715, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2716, 2716, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2717, 2717, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2718, 2718, 'Champion trophy', 'prizetrophy9*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2719, 2719, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2720, 2720, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2721, 2721, 'Green Blossom Chair', 'arabian_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2722, 2722, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2723, 2723, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2724, 2724, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2725, 2725, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2726, 2726, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2727, 2727, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2728, 2728, 'Fruits Tray', 'arabian_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2729, 2729, 'Duo Bubbles trophy', 'prizetrophy8*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2730, 2730, 'Carved Cedar Divider', 'arabian_divdr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2731, 2731, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2732, 2732, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2733, 2733, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2734, 2734, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2735, 2735, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2736, 2736, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'musicdisc', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2737, 2737, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2738, 2738, 'Trax Alhambra 3', 'sound_set_64', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2739, 2739, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2740, 2740, 'Trax Alhambra 2', 'sound_set_63', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2741, 2741, 'Trax Alhambra 1', 'sound_set_62', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2742, 2742, 'traxgold', 'traxgold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2743, 2743, 'traxbronze', 'traxbronze', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2744, 2744, 'traxsilver', 'traxsilver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2745, 2745, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2746, 2746, 'footylamp_campaign', 'footylamp_campaign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2747, 2747, 'Blue Katana', 'jp_katana2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2748, 2748, 'Green Katana', 'jp_katana3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2749, 2749, 'Sushi Table', 'jp_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2750, 2750, 'Shishi Odoishi', 'jp_rare', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2751, 2751, 'Red Katana', 'jp_katana1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2752, 2752, 'Tiki Trax Pack 2', 'sound_set_66', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2753, 2753, 'Tiki Tray with Fish', 'tiki_tray3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2754, 2754, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2755, 2755, 'Tiki Tray with Fruit', 'tiki_tray1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2756, 2756, 'Tiki Toucan', 'tiki_toucan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2757, 2757, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2758, 2758, 'starter lamp', 'noob_lamp_tradeable*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2759, 2759, 'starter lamp', 'noob_lamp_tradeable*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2760, 2760, 'starter lamp', 'noob_lamp_tradeable*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2761, 2761, 'starter lamp', 'noob_lamp_tradeable*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2762, 2762, 'starter lamp', 'noob_lamp_tradeable*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2763, 2763, 'starter lamp', 'noob_lamp_tradeable*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2764, 2764, 'Gold Bar (500)', 'CFC_500_goldbar', 's', 1, 1, 0.50, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2765, 2765, 'Tiki Tray with Pig\'s Head', 'tiki_tray4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2766, 2766, 'Tiki Trax Pack 1', 'sound_set_65', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2767, 2767, 'Madball Trax 3', 'sound_set_70', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2768, 2768, 'Tiki Tray with Pineapple', 'tiki_tray2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2769, 2769, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2770, 2770, 'Sack of Coins (200)', 'CFC_200_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2771, 2771, 'Tiki Trax Pack 3', 'sound_set_67', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2772, 2772, 'Silver Coin (50)', 'CFC_50_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2773, 2773, 'Tiki Torch', 'tiki_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2774, 2774, 'Teamaker', 'jp_teamaker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '28', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2775, 2775, 'starter chair', 'noob_chair_tradeable*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2776, 2776, 'starter chair', 'noob_chair_tradeable*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2777, 2777, 'starter chair', 'noob_chair_tradeable*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2778, 2778, 'starter chair', 'noob_chair_tradeable*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2779, 2779, 'starter chair', 'noob_chair_tradeable*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2780, 2780, 'starter chair', 'noob_chair_tradeable*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2781, 2781, 'Tiki Jungle Rug', 'tiki_junglerug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2782, 2782, 'Tiki Statue', 'tiki_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2783, 2783, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2784, 2784, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2785, 2785, 'Tiki Butterflies', 'tiki_bflies', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2786, 2786, 'starter rug', 'noob_rug_tradeable*1', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2787, 2787, 'starter rug', 'noob_rug_tradeable*2', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2788, 2788, 'starter rug', 'noob_rug_tradeable*3', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2789, 2789, 'starter rug', 'noob_rug_tradeable*4', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2790, 2790, 'starter rug', 'noob_rug_tradeable*5', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2791, 2791, 'starter rug', 'noob_rug_tradeable*6', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2792, 2792, 'Tiki Tray Empty', 'tiki_tray0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2793, 2793, 'Madball Trax 1', 'sound_set_68', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2794, 2794, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2795, 2795, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2796, 2796, 'Gold Coin (100)', 'CFC_100_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2797, 2797, 'Bronze Coin (China)', 'CFC_10_coin_bronze', 's', 1, 1, 0.20, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2798, 2798, 'Tiki Sand Rug', 'tiki_sand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2799, 2799, 'Madball Trax 2', 'sound_set_69', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2800, 2800, 'Plate With Pancakes', 'diner_tray_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2801, 2801, 'Garden Gnome', 'svnr_de', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2802, 2802, 'Plate With Steak', 'diner_tray_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2803, 2803, 'Diner Rug', 'diner_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2804, 2804, 'Aquamarine Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2805, 2805, 'Pink Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2806, 2806, 'Black Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2807, 2807, 'White Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2808, 2808, 'Beige Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2809, 2809, 'Blue Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2810, 2810, 'Green Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2811, 2811, 'Yellow Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2812, 2812, 'Red Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2813, 2813, 'Gondola', 'svnr_it', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2814, 2814, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2815, 2815, 'Plate With Bacon', 'diner_tray_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2816, 2816, 'Aquamarine Register', 'diner_cashreg*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2817, 2817, 'Pink Register', 'diner_cashreg*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2818, 2818, 'Black Register', 'diner_cashreg*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2819, 2819, 'White Register', 'diner_cashreg*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2820, 2820, 'Beige Register', 'diner_cashreg*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2821, 2821, 'Blue Register', 'diner_cashreg*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2822, 2822, 'Green Register', 'diner_cashreg*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2823, 2823, 'Yellow Register', 'diner_cashreg*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2824, 2824, 'Red Register', 'diner_cashreg*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2825, 2825, 'Clog', 'svnr_nl', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2826, 2826, 'Plate With Milkshakes', 'diner_tray_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2827, 2827, 'Aquamarine Gum Machine', 'diner_gumvendor*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2828, 2828, 'Pink Gum Machine', 'diner_gumvendor*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2829, 2829, 'Black Gum Machine', 'diner_gumvendor*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2830, 2830, 'White Gum Machine', 'diner_gumvendor*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2831, 2831, 'Beige Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2832, 2832, 'Blue Gum Machine', 'diner_gumvendor*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2833, 2833, 'Green Gum Machine', 'diner_gumvendor*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2834, 2834, 'Yellow Gum Machine', 'diner_gumvendor*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2835, 2835, 'Red Gum Machine', 'diner_gumvendor*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '92,93,94', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2836, 2836, 'Koala', 'svnr_aus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2837, 2837, 'Empty Plate', 'diner_tray_0', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2838, 2838, 'Big Ben', 'svnr_uk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2839, 2839, 'Plate With Hamburger', 'diner_tray_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2840, 2840, 'Ketchup and Mustard', 'diner_tray_7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2841, 2841, 'Plate With Spaghetti', 'diner_tray_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2842, 2842, 'Aquamarine Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2843, 2843, 'Pink Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2844, 2844, 'Black Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2845, 2845, 'White Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2846, 2846, 'Beige Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2847, 2847, 'Blue Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2848, 2848, 'Green Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2849, 2849, 'Yellow Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2850, 2850, 'Red Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2851, 2851, 'Aquamarine Bar', 'diner_bardesk*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2852, 2852, 'Pink Bar', 'diner_bardesk*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2853, 2853, 'Black Bar', 'diner_bardesk*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2854, 2854, 'White Bar', 'diner_bardesk*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2855, 2855, 'Beige Bar', 'diner_bardesk*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2856, 2856, 'Blue Bar', 'diner_bardesk*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2857, 2857, 'Green Bar', 'diner_bardesk*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2858, 2858, 'Yellow Bar', 'diner_bardesk*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2859, 2859, 'Red Bar', 'diner_bardesk*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2860, 2860, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2861, 2861, 'Aquamarine Stool', 'diner_chair*1', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2862, 2862, 'Pink Stool', 'diner_chair*2', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2863, 2863, 'Black Stool', 'diner_chair*3', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2864, 2864, 'White Stool', 'diner_chair*4', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2865, 2865, 'Beige Stool', 'diner_chair*5', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2866, 2866, 'Blue Stool', 'diner_chair*6', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2867, 2867, 'Green Stool', 'diner_chair*7', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2868, 2868, 'Yellow Stool', 'diner_chair*8', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2869, 2869, 'Red Stool', 'diner_chair*9', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2870, 2870, 'Aquamarine Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2871, 2871, 'Pink Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2872, 2872, 'Black Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2873, 2873, 'White Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2874, 2874, 'Beige Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2875, 2875, 'Blue Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2876, 2876, 'Green Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2877, 2877, 'Yellow Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2878, 2878, 'Red Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2879, 2879, 'Aquamarine Table', 'diner_table_2*1', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2880, 2880, 'Pink Table', 'diner_table_2*2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2881, 2881, 'Black Table', 'diner_table_2*3', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2882, 2882, 'White Table', 'diner_table_2*4', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2883, 2883, 'Beige Table', 'diner_table_2*5', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2884, 2884, 'Blue Table', 'diner_table_2*6', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2885, 2885, 'Green Table', 'diner_table_2*7', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2886, 2886, 'Yellow Table', 'diner_table_2*8', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2887, 2887, 'Red Table', 'diner_table_2*9', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2888, 2888, 'Aquamarine Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2889, 2889, 'Pink Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2890, 2890, 'Black Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2891, 2891, 'White Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2892, 2892, 'Beige Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2893, 2893, 'Blue Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2894, 2894, 'Green Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2895, 2895, 'Yellow Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2896, 2896, 'Red Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2897, 2897, 'Aquamarine Booth Table', 'diner_table_1*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2898, 2898, 'Pink Booth Table', 'diner_table_1*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2899, 2899, 'Black Booth Table', 'diner_table_1*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2900, 2900, 'White Booth Table', 'diner_table_1*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2901, 2901, 'Beige Booth Table', 'diner_table_1*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2902, 2902, 'Blue Booth Table', 'diner_table_1*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2903, 2903, 'Green Booth Table', 'diner_table_1*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2904, 2904, 'Yellow Booth Table', 'diner_table_1*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2905, 2905, 'Red Booth Table', 'diner_table_1*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2906, 2906, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2907, 2907, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2908, 2908, 'Greek Gate', 'greek_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2909, 2909, 'Greek Pillar', 'greek_pillars', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2910, 2910, 'Greek Corner', 'greek_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2911, 2911, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2912, 2912, 'Greek trophy', 'greektrophy*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2913, 2913, 'Greek trophy', 'greektrophy*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2914, 2914, 'Greek trophy', 'greektrophy*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2915, 2915, 'greek_block', 'greek_block', 's', 2, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2916, 2916, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2917, 2917, 'HC Shelf', 'hcc_shelf', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2918, 2918, 'Crime Divider', 'det_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2919, 2919, 'HC Chair', 'hcc_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2920, 2920, 'HC Stool', 'hcc_stool', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2921, 2921, 'HC Sofa', 'hcc_sofa', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2922, 2922, 'Chalk Outline', 'det_body', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2923, 2923, 'HC Table', 'hcc_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2924, 2924, 'HC Minibar', 'hcc_minibar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '24', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2925, 2925, 'HC Sofa Chair', 'hcc_sofachair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2926, 2926, 'HC Corner', 'hcc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2927, 2927, 'HC Divider', 'hcc_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2928, 2928, 'Bobba Carpet', 'sob_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2929, 2929, 'Hump Massaging Chair', 'igor_seat', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2930, 2930, 'Lime Slurpee Machine', 'ads_711*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2931, 2931, 'Cherry Slurpee Machine', 'ads_711*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2932, 2932, 'Blueberry Slurpee Machine', 'ads_711*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2933, 2933, 'ads_711*4', 'ads_711*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2934, 2934, 'The Switch', 'ads_igorswitch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2935, 2935, 'Ray Gun', 'ads_igorraygun', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2936, 2936, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2937, 2937, 'Gooey Hospital Bed', 'hween08_bed2', 's', 1, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2938, 2938, 'Bloody Defibrilator', 'hween08_defibs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2939, 2939, 'Gooey Defibrilator', 'hween08_defibs2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2940, 2940, 'Gooey Sink', 'hween08_sink2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '30', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2941, 2941, 'Hospital Trolley', 'hween08_trll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2942, 2942, 'Bloody Hospital Curtain', 'hween08_curtain', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2943, 2943, 'Bodybag', 'hween08_bbag', 's', 1, 3, 1.30, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2944, 2944, 'Bloody Sink', 'hween08_sink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '29', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2945, 2945, 'Bloody Hospital Bed', 'hween08_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2946, 2946, 'Manhole', 'hween08_manhole', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2947, 2947, 'Gooey Bathtub', 'hween08_bath2', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2948, 2948, 'Bloody Bathtub', 'hween08_bath', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2949, 2949, 'Gooey Hospital Curtain', 'hween08_curtain2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2950, 2950, 'Large Stage', 'party_block2', 's', 2, 2, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2951, 2951, 'Bubble Lamp', 'party_tube_bubble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2952, 2952, 'Party Chair', 'party_seat', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2953, 2953, 'Microphone', 'party_mic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2954, 2954, 'DJ Table', 'party_djtable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2955, 2955, 'Party Tray', 'party_tray', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '31', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2956, 2956, 'Neon Table', 'party_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2957, 2957, 'Party Corner', 'party_barcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2958, 2958, 'Dance Floor', 'party_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2959, 2959, 'Small Stage', 'party_block', 's', 1, 1, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2960, 2960, 'Neon Chair', 'party_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2961, 2961, 'Beamer', 'party_beamer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2962, 2962, 'Party Bar', 'party_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2963, 2963, 'Party Spotlight', 'party_discol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2964, 2964, 'Disco Ball', 'party_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2965, 2965, 'Laser', 'party_ravel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2966, 2966, 'Lava Lamp', 'party_tube_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2967, 2967, 'Icy Xmas Tree', 'xmas08_icetree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2968, 2968, 'Icy Lantern', 'xmas08_lantern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2969, 2969, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2970, 2970, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2971, 2971, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2972, 2972, 'Penguin Gift', 'xmas08_trph1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2973, 2973, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2974, 2974, 'campfire', 'campfire', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2975, 2975, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2976, 2976, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2977, 2977, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2978, 2978, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2979, 2979, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2980, 2980, 'Fish Hole', 'xmas08_hole', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '34', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2981, 2981, 'Ski Penguin', 'penguin_ski', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2982, 2982, 'Snow Storm', 'xmas_snow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2983, 2983, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2984, 2984, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2985, 2985, 'Geyser', 'xmas08_geysir', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2986, 2986, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2987, 2987, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2988, 2988, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2989, 2989, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2990, 2990, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2991, 2991, 'Finnish sauna', 'svnr_fi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2992, 2992, 'Icy Divider', 'xmas08_dvdr1', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2993, 2993, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2994, 2994, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2995, 2995, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2996, 2996, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2997, 2997, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2998, 2998, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (2999, 2999, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3000, 3000, 'Sound set 71', 'sound_set_71', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3001, 3001, 'Icy Chair', 'xmas08_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3002, 3002, 'Ice Patch', 'xmas08_icerug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3003, 3003, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3004, 3004, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3005, 3005, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3006, 3006, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3007, 3007, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3008, 3008, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3009, 3009, 'Icy Table', 'xmas08_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3010, 3010, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3011, 3011, 'Explosion', 'fx_explosion', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3012, 3012, 'Bubbles', 'fx_bubble', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3013, 3013, 'Flare', 'fx_flare', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3014, 3014, 'Idea Agency Teleporter', 'ads_cltele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3015, 3015, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3016, 3016, 'The Leviatha', 'lostc_merdragon', 's', 1, 3, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3017, 3017, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3018, 3018, 'OB Pillow', 'ads_ob_pillow', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3019, 3019, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3020, 3020, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3021, 3021, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3022, 3022, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3023, 3023, 'kinkysofa', 'kinkysofa', 's', 2, 1, 1.30, 1, 2, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3024, 3024, 'Moongate', 'china_moongt', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3025, 3025, 'Ox Statue', 'china_ox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3026, 3026, 'Petals', 'bolly_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3027, 3027, 'Basic Floor Tile', 'bolly_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3028, 3028, 'Ornamental Floor Tile', 'bolly_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3029, 3029, 'Fountain', 'bolly_fountain', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3030, 3030, 'Pillow', 'bolly_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3031, 3031, 'Corner', 'bolly_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3032, 3032, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3033, 3033, 'Elephant Minibar', 'bolly_phant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '35', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3034, 3034, 'Elephant Minibar', 'bolly_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3035, 3035, 'Large square table', 'bolly_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3036, 3036, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3037, 3037, 'Swing', 'bolly_swing', 's', 2, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3038, 3038, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3039, 3039, 'Palm Tree', 'bolly_palm', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3040, 3040, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3041, 3041, 'Chandelier', 'bolly_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3042, 3042, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3043, 3043, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1019', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3044, 3044, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3045, 3045, 'American Idol Floor Tile 1', 'ads_idol_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3046, 3046, 'Flask', 'ads_igor_flask', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3047, 3047, 'American Idol Floor Tile 2', 'ads_idol_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3048, 3048, 'American Idol Curtain', 'ads_idol_drape', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3049, 3049, 'Evil Genius Desk', 'ads_igor_dsk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3050, 3050, 'American Idol Judge Desk', 'ads_idol_desk', 's', 1, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3051, 3051, 'American Idol Judge Chair', 'ads_idol_ch', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3052, 3052, 'Iku-Turso', 'lostc_octopus', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3053, 3053, 'American Idol Star Teleport', 'ads_idol_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3054, 3054, 'American Idol Microphone', 'ads_idol_mic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3055, 3055, 'American Idol Trax Machine', 'ads_idol_trax', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3056, 3056, 'American Idol Piano Chair', 'ads_idol_pchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3057, 3057, 'American Idol Audience Chair', 'ads_idol_audChr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3058, 3058, 'American Idol Piano', 'ads_idol_piano', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3059, 3059, 'American Idol Jukebox', 'ads_idol_jukebox*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3060, 3060, 'Ocean Floor Window', 'lc_glass_floor', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3061, 3061, 'Wood Chair', 'lc_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3062, 3062, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3063, 3063, 'Wood Stool', 'lc_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3064, 3064, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3065, 3065, 'Water Tubes', 'lc_tubes_straight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3066, 3066, '7-11 Cooler', 'ads_711shelf', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3067, 3067, 'Wood Table', 'lc_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3068, 3068, 'Clawford C. Crabbington III', 'lc_crab2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3069, 3069, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3070, 3070, 'Bar Desk', 'lc_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3071, 3071, 'Architeuthis', 'lostc_teleport', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3072, 3072, 'Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3073, 3073, 'Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3074, 3074, 'Anemone', 'lc_anemone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3075, 3075, 'Bar Corner', 'lc_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3076, 3076, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3077, 3077, 'Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3078, 3078, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3079, 3079, 'Clothes Rack', 'ads_idol_clRack', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3080, 3080, 'Hot Spot & Scoreboard', 'ads_idol_hotspot', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 103, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3081, 3081, 'Voting Chair', 'ads_idol_voting_ch', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3082, 3082, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3083, 3083, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3084, 3084, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3085, 3085, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3086, 3086, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3087, 3087, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3088, 3088, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3089, 3089, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3090, 3090, 'Road Signs', 'bump_signs', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3091, 3091, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3092, 3092, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3093, 3093, 'Orange Tree', 'eco_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3094, 3094, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3095, 3095, 'Furni-Matic Box', 'ecotron_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3096, 3096, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3097, 3097, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3098, 3098, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3099, 3099, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3100, 3100, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3101, 3101, 'Bumper Tires', 'bump_tires', 's', 1, 1, 0.80, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3102, 3102, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3103, 3103, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3104, 3104, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3105, 3105, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3106, 3106, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3107, 3107, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3108, 3108, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3109, 3109, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3110, 3110, 'Road', 'bump_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3111, 3111, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3112, 3112, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3113, 3113, 'Sacred Fire', 'totem_leg', 's', 1, 1, 1.25, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3114, 3114, 'Art Lamp', 'exe_artlamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3115, 3115, 'Bush Divider', 'env_bushes', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3116, 3116, 'News Reporter Desk', 'ads_idol_newsDsk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3117, 3117, 'Beech Stool', 'env_tree1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3118, 3118, 'Friendship Tree', 'env_tree4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3119, 3119, 'Gate', 'exe_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3120, 3120, 'Cubicle Partition', 'ads_idol_cork', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3121, 3121, 'Cubelight', 'exe_cubelight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3122, 3122, 'Light', 'exe_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3123, 3123, 'Tree Stool 2', 'env_tree2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3124, 3124, 'Interview Chair', 'ads_idol_ichair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3125, 3125, 'Linden Stool', 'env_tree3', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3126, 3126, 'Tube Light', 'ads_idol_tube', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3127, 3127, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3128, 3128, 'Bush Gate Divider', 'env_bushes_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3129, 3129, 'Grass Patch', 'env_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3130, 3130, 'Beverage Tower', 'tray_glasstower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '40', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3131, 3131, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3132, 3132, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3133, 3133, 'Elegant Party Cake', 'tray_cake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3134, 3134, 'Beverage Tray', 'tray_champagne', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3135, 3135, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3136, 3136, 'Formal Dining Table', 'ads_idol_tblCloth', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3137, 3137, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3138, 3138, 'Blue Chandelier', 'ads_idol_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3139, 3139, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3140, 3140, 'American Idol Carpet', 'ads_idol_carpet', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3141, 3141, 'Rock Divider', 'country_fnc2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3142, 3142, 'Eco Mushroom 1', 'eco_mush1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3143, 3143, 'Rainbow', 'country_rbw', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3144, 3144, 'Country Trax Pack', 'sound_set_72', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3145, 3145, 'Soil', 'country_soil', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3146, 3146, 'Log', 'country_log', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3147, 3147, 'Tractor', 'country_trctr', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3148, 3148, 'Country Stage', 'country_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3149, 3149, 'Well', 'country_well', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '91', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3150, 3150, 'Gate', 'country_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3151, 3151, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3152, 3152, 'Rock Corner Divider', 'country_fnc3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3153, 3153, 'Rain', 'country_rain', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3154, 3154, 'Wooden Divider', 'country_fnc1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3155, 3155, 'Eco Mushroom 2', 'eco_mush2', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3156, 3156, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3157, 3157, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3158, 3158, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3159, 3159, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3160, 3160, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3161, 3161, 'The Outhouse', 'env_telep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3162, 3162, 'Grass Patch', 'country_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3163, 3163, 'Wheat Patch', 'country_wheat', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3164, 3164, 'Ditch Corner', 'country_corner', 's', 1, 1, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3165, 3165, 'Ditch', 'country_ditch', 's', 1, 2, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3166, 3166, 'Patio', 'country_patio', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3167, 3167, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 15, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3168, 3168, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3169, 3169, 'American Idol Trophy', 'ads_idol_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3170, 3170, 'Small Torch', 'LT_pillar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3171, 3171, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3172, 3172, 'Lost Tribe Gate', 'lt_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3173, 3173, 'Laptop Desk', 'laptopdesk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3174, 3174, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3175, 3175, 'Lost Tribe Large Stage', 'lt_stage2', 's', 2, 2, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3176, 3176, 'Lava Ditch', 'lt_lava', 's', 1, 2, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3177, 3177, 'Stone Divider', 'lt_stone2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3178, 3178, 'Legs Tarantina', 'lt_spider', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3179, 3179, 'Audience Chair', 'audChr', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3180, 3180, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3181, 3181, 'Planet of Eternity', 'saturn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3182, 3182, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3183, 3183, 'Lost Tribe Small Stage', 'lt_stage1', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3184, 3184, 'Clothes Rack', 'clrack', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3185, 3185, 'Lost Tribe Statue', 'lt_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3186, 3186, 'Notice Board', 'noticeboard', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3187, 3187, 'Big Torch', 'LT_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3188, 3188, 'Lost Tribe Patch', 'lt_patch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3189, 3189, 'The Lost Skull', 'LT_skull', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3190, 3190, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3195, 3195, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3196, 3196, 'Stone Corner', 'lt_stone1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3197, 3197, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3198, 3198, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3199, 3199, 'Transparent Floor', 'transparent_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3200, 3200, 'Totem Planet', 'totem_planet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3201, 3201, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3202, 3202, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '41', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3203, 3203, 'Spaceship Roof', 'sf_roof', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3204, 3204, 'Large Crate', 'SF_crate_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3205, 3205, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3206, 3206, 'Light Pole', 'sf_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3207, 3207, 'Medium Chair', 'SF_chair_blue', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3208, 3208, 'Navigation Console', 'SF_panel3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3209, 3209, 'SciFi Roller', 'sf_roller', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3210, 3210, 'Dizziti', 'SF_alien', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3211, 3211, 'Spaceship Floor Dark', 'SF_floor_2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3212, 3212, 'Warp Reactor', 'SF_reactor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3213, 3213, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3214, 3214, 'Space Teleporter', 'sf_tele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3215, 3215, 'Small Chair', 'SF_chair_green', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3216, 3216, 'Mall Kiosk', 'ads_mall_kiosk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,34,36,37,38', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3217, 3217, 'Command Console', 'SF_panel1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3218, 3218, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3219, 3219, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3220, 3220, 'Space Table', 'SF_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3221, 3221, 'Display-Gate', 'sf_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3222, 3222, 'Spaceship Floor Light', 'SF_floor_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3223, 3223, 'Captain\'s Chair', 'SF_chair_red', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3224, 3224, 'Spaceship Lamp', 'SF_lamp', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3225, 3225, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3226, 3226, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3227, 3227, 'Blue Raft', 'summer_raft2', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3228, 3228, 'Pink Raft', 'summer_raft1', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3229, 3229, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3230, 3230, 'Orange Soda Machine', 'ads_oc_soda', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3231, 3231, 'Ice Box', 'summer_icebox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '43', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3232, 3232, 'Mars Moonrug', 'marsrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3233, 3233, 'Relaxation Stones', 'rela_stone', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3234, 3234, 'White Candles', 'rela_candles1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3235, 3235, 'Violet Candle', 'rela_candle3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3236, 3236, 'Violet Candles', 'rela_candles3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3237, 3237, 'The Asteroid', 'pix_asteroid', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3238, 3238, 'White Candle', 'rela_candle1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3239, 3239, 'Orchid', 'rela_orchid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3240, 3240, 'Stick in Jar', 'rela_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3241, 3241, 'Orange Slurpee Machine', 'ads_711*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3242, 3242, 'Aqua Slurpee Machine', 'ads_711*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3243, 3243, 'Pink Slurpee Machine', 'ads_711*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3244, 3244, 'Red Candle', 'rela_candle2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3245, 3245, 'Red Candles', 'rela_candles2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3246, 3246, 'Relaxation Plant', 'rela_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3247, 3247, 'Comfort Cradle', 'rela_hchair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3248, 3248, 'Rock Seat', 'rela_rock', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3249, 3249, 'Kitchen Fridge', 'ktchn_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '3,36,37,38', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3250, 3250, 'Kitchen Inspector', 'ktchn_inspctr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3251, 3251, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3252, 3252, 'Hanging Pot Rack', 'ktchn_pots', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3253, 3253, 'Kitchen Counter Large', 'ktchn_countr_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3254, 3254, 'Kitchen Swinging Door', 'ktchn_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3255, 3255, 'Butcher\'s Block', 'ktchn_bBlock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3256, 3256, 'Industrial Stove', 'ktchn_stove', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3257, 3257, 'Kitchen Wall Divider Corner', 'ktchn_cornr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3258, 3258, 'Kitchen Light', 'ktchn_light', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3259, 3259, 'Kitchen Wall Divider', 'ktchn_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3260, 3260, 'Kitchen Work Table', 'ktchn_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3261, 3261, 'Kitchen Counter Small', 'ktchn_countr_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3262, 3262, 'Industrial Sink', 'ktchn_sink', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3263, 3263, 'Dinner Plates', 'ktchn_plates', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3264, 3264, 'Trash Can', 'ktchn_trash', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3265, 3265, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3266, 3266, 'Urban Trash Can', 'urban_bin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3267, 3267, 'Urban Fence', 'urban_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3268, 3268, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3269, 3269, 'Urban Bench', 'urban_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3270, 3270, 'Road Block', 'urban_blocker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3271, 3271, 'Urban Basketball Hoop', 'urban_bsktbll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3272, 3272, 'Fire Hydrant', 'urban_wpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3273, 3273, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '44', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3274, 3274, 'Sidewalk', 'urban_sidewalk', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3275, 3275, 'Urban Fence Corner', 'urban_fence_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3276, 3276, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3277, 3277, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3278, 3278, 'Arcade Cabinet', 'ads_gsArcade_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3279, 3279, 'Golden EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3280, 3280, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3281, 3281, 'MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3282, 3282, 'Ghostly Organ', 'hween09_organ', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3283, 3283, 'ads_idol_chmpgn', 'ads_idol_chmpgn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3284, 3284, 'Clean Bench', 'urban_bench_plain', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3285, 3285, 'Creepy Trap Door', 'hween09_hatch', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3286, 3286, 'Creepy Table', 'hween09_table', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3287, 3287, 'Strange Jar', 'hween09_jar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3288, 3288, 'Creaky Floor', 'hween09_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3289, 3289, 'byesw_hotel', 'byesw_hotel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3290, 3290, 'Ghost-in-the-Box', 'hween09_ghost', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3291, 3291, 'byesw_hand', 'byesw_hand', 's', 1, 1, 1.35, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3292, 3292, 'Haunted TV', 'hween09_tv', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3293, 3293, 'Ghostly Mirror', 'hween09_mirror', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3294, 3294, 'Haunted Chandelier', 'hween09_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3295, 3295, 'Haunted Chair', 'hween09_chair', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3296, 3296, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3297, 3297, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3298, 3298, 'Clock Tower', 'ads_twi_tower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3299, 3299, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3300, 3300, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3301, 3301, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3302, 3302, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3303, 3303, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3304, 3304, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3305, 3305, 'Elevator Teleport', 'exe_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3306, 3306, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3307, 3307, 'The Health Nut', 'ktchn_hlthNut', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3308, 3308, 'Fog', 'ads_twi_mist', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3309, 3309, 'Regular Nest Brown', 'nest_plow_bro', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'normal', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3310, 3310, 'Snug Nest Green', 'nest_snug_grn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3311, 3311, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3312, 3312, 'Arabian Tile', 'arabian_tile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3313, 3313, 'Large Bauble', 'xm09_lrgBauble', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3314, 3314, 'Candy Canes', 'xm09_candyCane', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3315, 3315, 'Snug Nest Blue', 'nest_snug_blu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3316, 3316, 'Regular Nest Blue', 'nest_plow_blu', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3317, 3317, 'Snug Nest Red', 'nest_snug_red', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3318, 3318, 'Regular Nest', 'nest_plow_reg', 's', 1, 1, 0.80, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'normal', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3319, 3319, 'Snug Nest Yellow', 'nest_snug_yel', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3320, 3320, 'Regular Nest Red', 'nest_plow_red', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3321, 3321, 'Ice Apples', 'petfood7', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3322, 3322, 'Salmon', 'petfood9', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3323, 3323, 'Red Apples', 'petfood6', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3324, 3324, 'Green Apples', 'petfood5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3325, 3325, 'Chicken', 'petfood8', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3326, 3326, 'Holiday Cake', 'petfood10', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3327, 3327, 'Party Lantern', 'party_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3328, 3328, 'Snowman middle', 'xm09_man_b', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3329, 3329, 'Snowman head', 'xm09_man_c', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3330, 3330, 'Snowman legs', 'xm09_man_a', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3331, 3331, 'Dirt Nest', 'nest_dirt', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3332, 3332, 'Snug Nest Purple', 'nest_snug_prp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3333, 3333, 'Basket Nest', 'nest_basket', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3334, 3334, 'Stone Nest', 'nest_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3335, 3335, 'Holiday Table', 'xm09_table', 's', 2, 6, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3336, 3336, 'Nest of Nails', 'nest_nails', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3337, 3337, 'Hot Chocolate Maker', 'xm09_cocoa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '10', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3338, 3338, 'Snug Nest Dark', 'nest_snug_bla', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3339, 3339, 'Ice Nest', 'nest_ice', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3340, 3340, 'Holiday Bench', 'xm09_bench', 's', 6, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3341, 3341, 'Skull Pillow Nest', 'nest_plow_skl', 's', 1, 1, 0.30, 0, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3342, 3342, 'ads_cl_moodi', 'ads_cl_moodi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '46,47,45', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3343, 3343, 'prizetrophy_nrj name', 'prizetrophy_nrj', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3344, 3344, 'Tiger Statue', 'china_tiger', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3345, 3345, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3346, 3346, 'Tiger Seat', 'china_tigrSeat', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3347, 3347, 'Black Organo Table', 'org_tblblk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3348, 3348, 'Pinky Organo Lamp', 'org_lamppnk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3349, 3349, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3350, 3350, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3351, 3351, '2009 Habbo Trophy', 'xm09_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3352, 3352, 'Pinky Organo Table', 'org_tblpnk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3353, 3353, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3354, 3354, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3355, 3355, 'Chinese Blossom Tree', 'china_plmTree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3356, 3356, 'org_table', 'org_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3357, 3357, 'Wooden Tile', 'val09_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3358, 3358, 'Pile Of Letters', 'petfood11', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3359, 3359, 'TV Remote', 'petfood13', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3360, 3360, 'Suave Chair', 'bling_chair_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3361, 3361, 'Suave Chair', 'bling_chair_c', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3362, 3362, 'Golden Toilet', 'bling_toilet', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3363, 3363, 'Polished Tile', 'val09_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3364, 3364, 'Bling Bed', 'bling_bed', 's', 2, 3, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3365, 3365, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '49', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3366, 3366, 'Big Purple Fridge', 'bling_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3367, 3367, 'ads_chups name', 'ads_chups', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '48', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3368, 3368, 'Suave Chair', 'bling_chair_a', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3369, 3369, 'Jacuzzi', 'bling_pool', 's', 3, 1, 0.01, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3370, 3370, 'Books', 'petfood12', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3371, 3371, 'Leather Sofa', 'bling_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3372, 3372, 'Gift Wrapped', 'present_wrap*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3373, 3373, 'Gift Wrapped', 'present_wrap*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3374, 3374, 'Gift Wrapped', 'present_wrap*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3375, 3375, 'Gift Wrapped', 'present_wrap*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3376, 3376, 'Gift Wrapped', 'present_wrap*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3377, 3377, 'Gift Wrapped', 'present_wrap*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3378, 3378, 'Gift Wrapped', 'present_wrap*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3379, 3379, 'Gift Wrapped', 'present_wrap*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3380, 3380, 'Gift Wrapped', 'present_wrap*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3381, 3381, 'Gift Wrapped', 'present_wrap*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gift', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3382, 3382, 'Valentines Gift Basket', 'val_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3383, 3383, 'Pink Teddy', 'teddy_pink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3384, 3384, 'Pilot Teddy', 'teddy_pendergrass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3385, 3385, 'Teddy Bear', 'teddy_bear', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3386, 3386, 'Black Heart Chair', 'val_hSeat*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3387, 3387, 'White Heart Chair', 'val_hSeat*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3388, 3388, 'Red Heart Chair', 'val_hSeat*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3389, 3389, 'Pink Heart Chair', 'val_hSeat*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3390, 3390, 'Yellow Heart Chair', 'val_hSeat*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3391, 3391, 'Purple Heart Chair', 'val_hSeat*6', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3392, 3392, 'Blue Heart Chair', 'val_hSeat*7', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3393, 3393, 'Brown Teddy', 'teddy_basic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3394, 3394, 'Bling Fridge', 'bling_fridge_restricted', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3395, 3395, 'Bolt of Zeus', 'ads_percyrock', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3396, 3396, 'Power Shower', 'bling_shwr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3397, 3397, 'Romantic Dinner Table', 'val_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3398, 3398, 'T-Rex', 'rare_trex', 's', 3, 7, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3399, 3399, 'Rare Iron Maiden', 'rare_ironmaiden', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3400, 3400, 'Crystal Patch', 'crystal_patch', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3401, 3401, 'Gigantic Beanstalk', 'beanstalk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3402, 3402, 'rare_mmmth name', 'rare_mmmth', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3403, 3403, 'Rare Voodoo Doll', 'rare_vdoll', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3404, 3404, 'Perfectly Pink Rush', 'garden_mursu', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3405, 3405, 'Star Flower', 'garden_jyrki', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3406, 3406, 'Violet blossom', 'garden_seed', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3407, 3407, 'Ravishing Red Lupine', 'garden_lupin3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3408, 3408, 'Gallant Gold Rush', 'garden_mursu3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3409, 3409, 'Yellow Delight', 'garden_flo2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1008', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3410, 3410, 'Thumbs Up Trophy', 'prizetrophy_thumb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3411, 3411, 'Princly Purple Lupine', 'garden_lupin5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3412, 3412, 'Rampaging Red Rush', 'garden_mursu2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3413, 3413, 'Bauhibia Orchid Tree', 'garden_orchtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3414, 3414, 'Wimsome White Rush', 'garden_mursu4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3415, 3415, 'Wonder Lamp', 'garden_flolamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3416, 3416, 'Sky Blue Lupine', 'garden_lupin2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3417, 3417, 'Weird Staring Bush', 'garden_staringbush', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3418, 3418, 'Jimson Weed', 'garden_flo1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1007', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3419, 3419, 'White Lupine', 'garden_lupin4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3420, 3420, 'Snapping Teleporter', 'garden_flytrap', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3421, 3421, 'Gold Lupine', 'garden_lupin1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3422, 3422, 'Duck Grass', 'garden_jungle', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3423, 3423, 'ads_grefusa_yum', 'ads_grefusa_yum', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '51, 52', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3424, 3424, 'Volcano Flower', 'garden_volcano', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'alert', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3425, 3425, 'Garden Leaves', 'garden_leaves', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3426, 3426, 'Pink Pandemic', 'garden_flo3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '1009', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3427, 3427, 'Runway Red Fashion Chair', 'runway_bigchr_2', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3428, 3428, 'Black Vase', 'hc2_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3429, 3429, 'Pink Styling Chair', 'runway_chair_2', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3430, 3430, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3431, 3431, 'HC Divider', 'hc3_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3432, 3432, 'Mannequin Head', 'runway_head', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3433, 3433, 'Runway White Catwalk', 'runway_block_1', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3434, 3434, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3435, 3435, 'Runway Purple Fashion Chair', 'runway_bigchr_4', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3436, 3436, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3437, 3437, 'Runway Male Mannequin', 'runway_manqn_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3438, 3438, 'HC Shelves', 'hc3_shelf', 's', 3, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3439, 3439, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3440, 3440, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3441, 3441, 'HC Sofa', 'hc3_sofa', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3442, 3442, 'Runway Stool', 'runway_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3443, 3443, 'Runway Black Catwalk', 'runway_block_2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3444, 3444, 'Runway Sewing Table', 'runway_table_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3445, 3445, 'HC Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3446, 3446, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3447, 3447, 'HC Lamp', 'hc3_hugelamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3448, 3448, 'HC Stool', 'hc3_stool', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3449, 3449, 'Black Divider', 'hc2_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3450, 3450, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '9,8,14,15,6,10,11,12', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3451, 3451, 'Black Styling Chair', 'runway_chair_1', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3452, 3452, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3453, 3453, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '51, 52', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3454, 3454, 'Runway Brown Fashion Chair', 'runway_bigchr_3', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3455, 3455, 'Travel Trunk', 'merger_chest', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3456, 3456, 'Salon Desk', 'runway_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3457, 3457, 'Salon Display', 'runway_display', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3458, 3458, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3459, 3459, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3460, 3460, 'Runway Design Table', 'runway_table_1', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3461, 3461, 'HC Duvan', 'hc3_dc', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3462, 3462, 'Runway Blue Fashion Chair', 'runway_bigchr_1', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3463, 3463, 'Runway Black Fashion Chair', 'runway_bigchr_5', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3464, 3464, 'Runway Bench', 'runway_bench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3465, 3465, 'HC Light', 'hc3_light', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3466, 3466, 'HC Coffee Table', 'hc3_table', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3467, 3467, 'Runway Female Mannequin', 'runway_manqn_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3468, 3468, 'Silver Carp', 'cmp_fish_s', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3469, 3469, 'Black Carp', 'cmp_fish_bk', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3470, 3470, 'HC Stereo', 'hc3_stereo', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3471, 3471, 'Blue Ultimate Machine', 'cmp_nobox_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3472, 3472, 'Blue Carp', 'cmp_fish_b', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3473, 3473, 'Yellow Ultimate Machine', 'cmp_nobox_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3474, 3474, 'Green Carp', 'cmp_fish_gr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3475, 3475, 'Golden Carp', 'cmp_fish_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3476, 3476, 'Red Ultimate Machine', 'cmp_nobox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3477, 3477, 'Red Carp', 'cmp_fish_r', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3478, 3478, 'Ultramarine', 'cmp_sub', 's', 7, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3479, 3479, 'HC Vase', 'hc3_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3480, 3480, 'Large Blue Crate', 'party_crate2_1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3481, 3481, 'Small Pink Crate', 'party_crate1_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3482, 3482, 'Flower Arrangement', 'wed_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3483, 3483, 'Arch', 'wed_arch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3484, 3484, 'Pro Digital Deck', 'party_djset', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3485, 3485, 'Small Yellow Crate', 'party_crate1_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3486, 3486, 'ads_chocapic name', 'ads_chocapic', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3487, 3487, 'Small Blue Crate', 'party_crate1_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3488, 3488, 'Ice Sculpture', 'wed_icesculp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3489, 3489, 'Small Green Crate', 'party_crate1_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3490, 3490, 'Large Green Crate', 'party_crate2_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3491, 3491, 'Large Pink Crate', 'party_crate2_3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3492, 3492, 'Large Yellow Crate', 'party_crate2_4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3493, 3493, 'Car Sofa', 'wed_carsofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3494, 3494, 'Football Bench', 'fball_bench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3495, 3495, 'Football Fence Long', 'fball_fnc3', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3496, 3496, 'Football Scoreboard Blue', 'fball_score_b', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_blue', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3497, 3497, 'Blue Game Ball', 'fball_ball3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3498, 3498, 'Football Patch 6', 'fball_ptch5', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3499, 3499, 'Stadium Lights', 'fball_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3500, 3500, 'Stadium Bench', 'fball_audbench', 's', 4, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.2;1.9;2.5', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3501, 3501, 'Football Fence Short', 'fball_fnc1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3502, 3502, 'Football Patch 9', 'fball_ptch8', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3503, 3503, 'Football Corner', 'fball_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3504, 3504, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3505, 3505, 'World Cup Trophy', 'fball_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3506, 3506, 'Football Scoreboard Yellow', 'fball_score_y', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_yellow', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3507, 3507, 'Football Barrier', 'fball_cote', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3508, 3508, 'Game Ball', 'fball_ball', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3509, 3509, 'Football Patch 7', 'fball_ptch7', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3510, 3510, 'Red Game Ball', 'fball_ball2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3511, 3511, 'Football Patch 3', 'fball_ptch2', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3512, 3512, 'Football Scoreboard Green', 'fball_score_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_green', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3513, 3513, 'Football Patch 4', 'fball_ptch3', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3514, 3514, 'Football Goal Red', 'fball_goal_r', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_red', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3515, 3515, 'Football Goal Blue', 'fball_goal_b', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_blue', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3516, 3516, 'Football Gate', 'fball_gate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3517, 3517, 'Football Patch 7', 'fball_ptch6', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3518, 3518, 'Grand Final Ball', 'fball_ball5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3519, 3519, 'Football Goal Green', 'fball_goal_g', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_green', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3520, 3520, 'Football Patch 1', 'fball_ptch0', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3521, 3521, 'Yellow Game Ball', 'fball_ball4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3522, 3522, 'Football Scoreboard Red', 'fball_score_r', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_counter_red', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3523, 3523, 'Football Goal Yellow', 'fball_goal_y', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football_goal_yellow', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3524, 3524, 'Football Patch 2', 'fball_ptch1', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3525, 3525, 'Counter', 'fball_counter', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
INSERT INTO `items_base` VALUES (3526, 3526, 'Prison Gate', 'prison_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3527, 3527, 'Yellow Inflatable Boat', 'bw_boat', 's', 2, 2, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3528, 3528, 'Prison Corner', 'prison_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3529, 3529, 'Lifeguard Tower', 'bw_lgchair', 's', 1, 1, 2.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3530, 3530, 'Water Patch', 'bw_water_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 1, '0', '', '', 30, 30, '');
INSERT INTO `items_base` VALUES (3531, 3531, 'Prison Tower', 'prison_tower', 's', 1, 1, 3.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3532, 3532, 'Prison Wall', 'prison_dvdr2', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3533, 3533, 'Yellow Inflatable Sofa', 'bw_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3534, 3534, 'Prison Bars', 'prison_dvdr1', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3535, 3535, 'Capri-Sun Arm Chair', 'ads_capri_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3536, 3536, 'Capri-Sun Lava Lamp', 'ads_capri_lava', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3537, 3537, 'Prison Stones', 'prison_stone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3538, 3538, 'Shark Fin', 'bw_fin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3539, 3539, 'Coconuts', 'bw_ccnuts', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3540, 3540, 'Beach Shower', 'bw_shower', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3541, 3541, 'Deep Water Patch', 'bw_water_2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 1, '0', '', '', 29, 29, '');
INSERT INTO `items_base` VALUES (3542, 3542, 'Inflatable Croc', 'bw_croc', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3543, 3543, 'Yellow Surfboard', 'bw_sboard', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3544, 3544, 'Yellow Inflatable Lounge', 'bw_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3545, 3545, 'Yellow Inflatable Table', 'bw_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3546, 3546, 'Capri-Sun Fruit Tree', 'ads_capri_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3547, 3547, 'Beach Ball', 'bw_bball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3548, 3548, 'Yellow Inflatable Mattress', 'bw_mttrss', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3549, 3549, 'Yellow Van', 'bw_van', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3550, 3550, 'Changing Room Teleport', 'bw_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3551, 3551, 'Yellow Buoy Corner', 'bw_fnc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3552, 3552, 'Yellow Buoy Line', 'bw_fnc', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3553, 3553, 'Capri-Sun Arcade Machine', 'ads_capri_arcade', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3554, 3554, 'ads_pepsi0', 'ads_pepsi0', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '55', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3555, 3555, 'Pink Inflatable Boat', 'bw_boat_p', 's', 2, 2, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3556, 3556, 'Blue Pool Stairs', 'bw_pool_a3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3557, 3557, 'Green Buoy Line', 'bw_fnc_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3558, 3558, 'Green Inflatable Mattress', 'bw_mttrss_g', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3559, 3559, 'Pink Inflatable Mattress', 'bw_mttrss_p', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3560, 3560, 'Pink Square Pool Piece', 'bw_pool_b1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3561, 3561, 'Pink Inflatable Sofa', 'bw_sofa_p', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3562, 3562, 'Green Surfboard', 'bw_sboard_g', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3563, 3563, 'Green Buoy Corner', 'bw_fnc_crnr_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3564, 3564, 'Blue Long Pool Piece', 'bw_pool_a2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3565, 3565, 'Pink Long Pool Piece', 'bw_pool_b2', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3566, 3566, 'bw_table_g name', 'bw_table_g', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3567, 3567, 'Pink Inflatable Lounge', 'bw_chair_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3568, 3568, 'Green Inflatable Boat', 'bw_boat_g', 's', 2, 2, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3569, 3569, 'Pink Buoy Line', 'bw_fnc_p', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3570, 3570, 'Pink Van', 'bw_van_p', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3571, 3571, 'Pink Surfboard', 'bw_sboard_p', 's', 2, 1, 0.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3572, 3572, 'Green Inflatable Lounge', 'bw_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3573, 3573, 'Pink Pool Stairs', 'bw_pool_b3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3574, 3574, 'Green Van', 'bw_van_g', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3575, 3575, 'Green Inflatable Sofa', 'bw_sofa_g', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3576, 3576, 'Pink Buoy Corner', 'bw_fnc_crnr_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3577, 3577, 'Blue Square Pool Piece', 'bw_pool_a1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3578, 3578, 'bw_table_p name', 'bw_table_p', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3579, 3579, 'Stick fence', 'african_fence', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3580, 3580, 'Boiling Water', 'ktchn10_pot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3581, 3581, 'Kitchen Stove', 'ktchn10_stove', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3582, 3582, 'StrayPixels Winner x1', 'easel_0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3583, 3583, 'Hay', 'petfood15', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3584, 3584, 'Accacia Tree', 'african_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3585, 3585, 'ads_cheetos_hotdog name', 'ads_cheetos_hotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3586, 3586, 'Hospital Cabinet', 'hosptl_cab1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1011,1013,1014,1015', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3587, 3587, 'Low Lion\'s Nest', 'nest_lion2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3588, 3588, 'Hospital Curtain', 'hosptl_curtain', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3589, 3589, 'Kitchen Corner Block', 'ktchn10_block', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3590, 3590, 'Hospital Bed', 'hosptl_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3591, 3591, 'Hospital Bag', 'hosptl_bbag', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3592, 3592, 'Teapot', 'ktchn10_tea', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3593, 3593, 'ads_cheetos_bath name', 'ads_cheetos_bath', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3594, 3594, 'StrayPixels winner x3', 'easel_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3595, 3595, 'Tiki Gate', 'tiki_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3596, 3596, 'StrayPixels winner x7', 'easel_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3597, 3597, 'Rhino Nest', 'nest_rhino', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3598, 3598, 'Cherry Crush Soda Machine', 'ads_oc_soda_cherry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '57', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3599, 3599, 'Chocolate Gazelle', 'petfood14', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3600, 3600, 'StrayPixels winner x10', 'easel_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3601, 3601, 'High Lion\'s Nest', 'nest_lion', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3602, 3602, 'Savannah Patch', 'african_patch', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3603, 3603, 'StrayPixels winner x5', 'easel_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3604, 3604, 'Hospital Skeleton', 'hosptl_skele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3605, 3605, 'Baobob Tree', 'african_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3606, 3606, 'Hospital Defibrillator', 'hosptl_defibs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3607, 3607, 'Sand stage', 'african_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3608, 3608, 'Hospital Cabinet Large', 'hosptl_cab2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1011,1013,1014,1015', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3609, 3609, 'African bones', 'african_bones', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3610, 3610, 'Hospital Light', 'hosptl_light', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3611, 3611, 'Hospital Seat', 'hosptl_seat', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3612, 3612, 'Kitchen Sink', 'ktchn10_sink', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3613, 3613, 'ads_disney_tv name', 'ads_disney_tv', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3614, 3614, 'Arena Corner', 'bb_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3615, 3615, 'Blue Scoreboard', 'bb_score_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_blue', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3616, 3616, 'Banzai Robo', 'bb_robo', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3617, 3617, 'Banzai Dragon', 'bb_dragon', 's', 3, 1, 2.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3618, 3618, 'Duck Light', 'bb_ducklight', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3619, 3619, 'Caterpillar Head', 'bb_caterhead', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3620, 3620, 'Banzai Box', 'bb_cargobox', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3621, 3621, 'Green Portal', 'bb_gate_g', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_green', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3622, 3622, 'Pyro Pig Chair', 'bb_crchair3', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3623, 3623, 'Green Scoreboard', 'bb_score_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_green', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3624, 3624, 'Crazy Cat Chair', 'bb_crchair', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3625, 3625, 'Raging Rooster Chair', 'bb_crchair2', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3626, 3626, 'Yellow Scoreboard', 'bb_score_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_yellow', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3627, 3627, 'Small Banzai Signage', 'bb_knj1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3628, 3628, 'Pink Portal', 'bb_gate_r', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_red', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3629, 3629, 'Bear Hand', 'bb_tddhnd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3630, 3630, 'Light Divider', 'bb_lightdiv', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3631, 3631, 'Bear Head', 'bb_tddhead', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3632, 3632, 'Pyramid', 'bb_pyramid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3633, 3633, 'Banzai Arena Tile', 'bb_patch1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_tile', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3634, 3634, 'Long Arena Divider', 'bb_fnc3', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3635, 3635, 'Yellow Portal', 'bb_gate_y', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_yellow', 1, '0', '', '', 34, 0, '');
INSERT INTO `items_base` VALUES (3636, 3636, 'Zombie Butler', 'hween10_zombie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '58', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3637, 3637, 'Banzai Sphere', 'bb_apparatus', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3638, 3638, 'Caterpillar Body', 'bb_caterbody', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3639, 3639, 'Big Banzai Signage', 'bb_knj2', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3640, 3640, 'Short Arena Divider', 'bb_fnc1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3641, 3641, 'Banzai Puck', 'bb_puck', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_puck', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3642, 3642, 'Random Banzai Teleporter', 'bb_rnd_tele', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_random_teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3643, 3643, 'Blue Portal', 'bb_gate_b', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_gate_blue', 2, '0', '', '', 35, 35, '');
INSERT INTO `items_base` VALUES (3644, 3644, 'Pink Scoreboard', 'bb_score_r', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'battlebanzai_counter_red', 999, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3645, 3645, 'Counter', 'bb_counter', 's', 1, 4, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
INSERT INTO `items_base` VALUES (3646, 3646, 'Tarot Tree Stump', 'hween10_tarot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', ' ', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3647, 3647, 'Voodoo Doll - Curse', 'hween10_voodoo1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3648, 3648, 'Tree of Lost Souls', 'hween10_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3649, 3649, 'Swamp Patch', 'hween10_swamp', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3650, 3650, 'Dark Water', 'hween10_pond', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3651, 3651, 'Fireflies Jar', 'hween10_jar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3652, 3652, 'Swamp Fog', 'hween10_fog', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3653, 3653, 'Voodoo Doll - Love', 'hween10_voodoo2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3654, 3654, 'Scary Skull Shadow', 'hween10_skullpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3655, 3655, 'Voodoo Doll - Luck', 'hween10_voodoo3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3656, 3656, 'Swamp Log', 'hween10_logs', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3657, 3657, 'Fireflies', 'hween10_ffly', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3658, 3658, 'The Chicken of Doom', 'hween10_chicken', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'club_gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3659, 3659, 'Tree Teleport', 'hween10_tele', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3660, 3660, 'Voodoo Throne', 'hween10_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3661, 3661, 'Porch', 'hween10_portch', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3662, 3662, 'Bat Cage', 'hween10_bat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3663, 3663, 'WIRED Effect: Move And Rotate Furni', 'wf_act_move_rotate', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_rotate', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3664, 3664, 'Wire Junction', 'wf_wire2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3665, 3665, 'WIRED Condition: More Than x Secs Elapsed Since Timer Re', 'wf_cnd_time_more_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_time_more_than', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3666, 3666, 'Color Tile', 'wf_colortile', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3667, 3667, 'Floor Switch 2', 'wf_floor_switch2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3668, 3668, 'WIRED Trigger: Furni State Is Changed', 'wf_trg_state_changed', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_state_changed', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3669, 3669, 'WIRED Add-on: Random Effect', 'wf_xtra_random', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_xtra_random', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3670, 3670, 'WIRED Add-on: Unseen Effect', 'wf_xtra_unseen', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_xtra_unseen', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3671, 3671, 'WIRED Trigger: Repeat Effect', 'wf_trg_periodically', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_periodically', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3672, 3672, 'Hidden Pyramid', 'wf_pyramid', 's', 1, 1, 0.10, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3673, 3673, 'WIRED Trigger: Score Is Achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_score_achieved', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3674, 3674, 'WIRED Effect: Teleport To Furni', 'wf_act_teleport_to', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_teleport_to', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3675, 3675, 'WIRED Trigger: User Says Keyword', 'wf_trg_says_something', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_says_something', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3676, 3676, 'Color Wheel', 'wf_colorwheel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3677, 3677, 'Three Way Wires', 'wf_wire4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3678, 3678, 'WIRED Trigger: User Walks Off Furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_walks_off_furni', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3679, 3679, 'WIRED Trigger: At Set Time', 'wf_trg_at_given_time', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_at_given_time', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3680, 3680, 'WIRED Trigger: Game Ends', 'wf_trg_game_ends', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_game_ends', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3681, 3681, 'WIRED Effect: Show Message', 'wf_act_show_message', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_show_message', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3682, 3682, 'WIRED Condition: Less Than x Secs Elapsed Since Timer Re', 'wf_cnd_time_less_than', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_time_less_than', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3683, 3683, 'WIRED Trigger: User Enters Room', 'wf_trg_enter_room', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_enter_room', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3684, 3684, 'ads_hh_safe name', 'ads_hh_safe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3685, 3685, 'WIRED Effect: Toggle Furni State', 'wf_act_toggle_state', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_toggle_state', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3686, 3686, 'Wall Of Flame', 'wf_firegate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3687, 3687, 'Ringplate', 'wf_ringplate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3688, 3688, 'Pressure Plate', 'wf_pressureplate', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3689, 3689, 'Glowball', 'wf_glowball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'glowball', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3690, 3690, 'bb_lightstrip name', 'bb_lightstrip', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3691, 3691, 'WIRED Effect: Timer Reset', 'wf_act_reset_timers', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_reset_timers', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3692, 3692, 'WIRED Condition: Furni has users', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_furnis_hv_avtrs', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3693, 3693, 'Arrow Plate', 'wf_arrowplate', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3694, 3694, 'WIRED Condition: Triggering User Is On Furni', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_trggrer_on_frn', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3695, 3695, 'WIRED Condition: Furni States And Positions Match', 'wf_cnd_match_snapshot', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_match_snapshot', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3696, 3696, 'Floor Wiring', 'wf_wire1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3697, 3697, 'WIRED Effect: Give Points', 'wf_act_give_score', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_give_score', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3698, 3698, 'Wire Corner', 'wf_wire3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3699, 3699, 'Glass Door', 'wf_glassdoor', 's', 1, 1, 0.10, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3700, 3700, 'WIRED Effect: Match Furni to Position & State', 'wf_act_match_to_sshot', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_match_to_sshot', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3701, 3701, 'Floor Switch 1', 'wf_floor_switch1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3702, 3702, 'WIRED Trigger: Game Starts', 'wf_trg_game_starts', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_game_starts', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3703, 3703, 'WIRED Trigger: User Walks On Furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_walks_on_furni', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3704, 3704, 'Copier', 'exe_copier', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.9;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3705, 3705, 'Work Desk', 'exe_wrkdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3706, 3706, 'Executive Divider', 'exe_glassdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3707, 3707, 'Security Camera', 'exe_seccam', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3708, 3708, 'Hockey Penguin', 'qt_penguin_icehockey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3709, 3709, 'The Black Duck', 'duck_vip', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3710, 3710, 'HC Trial - 7 Days', 'duck_hc', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3711, 3711, 'Ballerina Penguin', 'qt_penguin_ballet', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3712, 3712, 'Park Bench', 'es_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3713, 3713, 'Blue Ice Star', 'es_icestar', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3714, 3714, 'City Street Divider', 'es_fnc_2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3715, 3715, 'Monkey On Ice', 'qt_xm10_monkey_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3716, 3716, 'Snowy Sidewalk', 'es_sidewalk', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3717, 3717, 'City Statue', 'es_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3718, 3718, 'Cool Club Sofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3719, 3719, 'Jolly Duck', 'qt_xm10_xmduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3720, 3720, 'Frozen Fronds', 'qt_xm10_palm_tree', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3721, 3721, 'City Street Corner', 'es_fnc_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3722, 3722, 'Frozen In Time', 'qt_xm10_trex', 's', 3, 7, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3723, 3723, 'Epic Christmas Tree', 'es_epictree', 's', 2, 2, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3724, 3724, 'Elephant Minibar', 'qt_xm10_elephant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3725, 3725, 'City Hydrant', 'es_wpost', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3726, 3726, 'Garden Gnome', 'qt_xm10_gnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3727, 3727, 'Plain Icy Duck', 'qt_xm10_iceduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3728, 3728, 'Ice of the Tiger', 'qt_xm10_icetiger', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3729, 3729, 'City Street Barrier', 'es_fnc_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3730, 3730, 'Pod Chair', 'qt_xm10_iceplasto', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3731, 3731, 'Green Ice Star', 'es_icestar_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3732, 3732, 'Cool Lupin', 'qt_xm10_icelupin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3733, 3733, 'prizetrophy_nrj_2011 name', 'prizetrophy_nrj_2011', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3734, 3734, 'Frozen Ted', 'qt_xm10_iceteddy', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3735, 3735, 'Street Lamp Post', 'es_lmppst', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3736, 3736, 'Ice Skating Patch', 'es_skating_ice', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'icetag_field', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3737, 3737, 'Frozen Pillar', 'qt_xm10_icepillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3738, 3738, 'Chestnut Roaster', 'es_roaster', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3739, 3739, 'Ice Hockey Puck', 'es_puck', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3740, 3740, 'Santa', 'es_santa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3741, 3741, 'Tag Pole', 'es_tagging', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'icetag_pole', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3742, 3742, 'Frozen Nest', 'qt_xm10_nest', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3743, 3743, 'Chilly Table', 'qt_xm10_icesilotable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3744, 3744, 'Popsicles', 'petfood16', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3745, 3745, 'Red Ice Star', 'es_icestar_r', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3746, 3746, 'Blizzard Dragon', 'qt_xm10_icedragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3747, 3747, 'Stone', 'qt_xm10_stone', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3748, 3748, 'Frozen Fish', 'qt_xm10_ice_fish', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3749, 3749, 'Yellow Ice Star', 'es_icestar_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3750, 3750, 'Bench', 'qt_xm10_bench', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3751, 3751, 'Mystery Ball', 'xmas10_surprise', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3752, 3752, 'Santa\'s Fireplace Teleport', 'xmas10_fireplace', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3753, 3753, 'Freeze Geyser', 'es_geysir', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pyramid', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3754, 3754, 'Mystery Christmas Gift', 'xmas10_present', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3755, 3755, 'Woah Nelly!', 'qt_xm10_iceelephant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3756, 3756, 'Blue Freeze Scoreboard', 'es_score_b', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_blue', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3757, 3757, 'Freeze Tile', 'es_tile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_tile', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3758, 3758, 'Freeze Ice Block', 'es_box', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_block', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3759, 3759, 'Exit Tile', 'es_exit', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_exit', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3760, 3760, 'Red Freeze Gate', 'es_gate_r', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_red', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3761, 3761, 'Green Freeze Gate', 'es_gate_g', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_green', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3762, 3762, 'Blue Freeze Gate', 'es_gate_b', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_blue', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3763, 3763, 'Yellow Freeze Gate', 'es_gate_y', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'freeze_gate_yellow', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3764, 3764, 'Freeze Counter', 'es_counter', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'game_timer', 1, '0', '', '30,60,120,180,300,600', 0, 0, '');
INSERT INTO `items_base` VALUES (3765, 3765, 'Red Freeze Scoreboard', 'es_score_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_red', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3766, 3766, 'Green Freeze Scoreboard', 'es_score_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_green', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3767, 3767, 'Yellow Freeze Scoreboard', 'es_score_y', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'freeze_counter_yellow', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3768, 3768, 'Yellow Waver', 'year2011_waver_y', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3769, 3769, 'Habbo Award Trophy', 'prizetrophy_2011_w', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3770, 3770, 'Hottest Girl', 'prizetrophy_2011_r', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3771, 3771, 'Best Friend of 2010', 'prizetrophy_2011_y', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3772, 3772, 'Green Firework Blaster', 'fireworks_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3773, 3773, 'Hottest Guy', 'prizetrophy_2011_b', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3774, 3774, 'Yellow Firework Blaster', 'fireworks_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3775, 3775, 'Most Fashionable Habbo', 'prizetrophy_2011_p', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3776, 3776, 'Red Firework Blaster', 'fireworks_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3777, 3777, 'Red Waver', 'year2011_waver_r', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3778, 3778, 'Best Room Builder', 'prizetrophy_2011_g', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3779, 3779, 'Big Bang Bug Sparkler', 'fireworks_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3780, 3780, 'Green Waver', 'year2011_waver_g', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3781, 3781, 'Blue Waver', 'year2011_waver_b', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3782, 3782, 'Nuclear Firework', 'fireworks_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3783, 3783, 'Bee Buster Blaster', 'fireworks_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3784, 3784, 'Purple Fireworks Blaster', 'fireworks_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3785, 3785, 'Love Carp', 'bling11_statue2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3786, 3786, 'Slot Machine', 'bling11_slot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 59, 59, '');
INSERT INTO `items_base` VALUES (3787, 3787, 'Bling Towels', 'bling11_towels', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3788, 3788, 'Tiger Rug', 'bling11_rug1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3789, 3789, 'Bling Teleporter', 'bling11_tele', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3790, 3790, 'Bling Divan', 'bling11_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3791, 3791, 'Eros', 'bling11_statue1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3792, 3792, 'Roller Rink', 'val11_floor', 's', 2, 2, 0.10, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'rollerskate_field', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3793, 3793, 'Bling Divider', 'bling11_dvd', 's', 1, 2, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3794, 3794, 'Italian Marble Floor', 'bling11_floor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3795, 3795, 'Bling Plant', 'bling11_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3796, 3796, 'Rabbit Statue', 'china_rabbit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3797, 3797, 'Bling Carpet', 'bling11_rug2', 's', 3, 3, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3798, 3798, 'Bling Daybed', 'bling11_dvn', 's', 1, 3, 1.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3799, 3799, 'Slot Chair', 'bling11_seat2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3800, 3800, 'Bling Seat', 'bling11_seat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3801, 3801, 'Bling Block', 'bling11_block', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3802, 3802, 'Italian Marble Pillar', 'bling11_pillar', 's', 1, 1, 3.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3803, 3803, 'Holo-Duck', 'qt_val11_holoduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3804, 3804, 'Boom Box', 'val11_playa', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3805, 3805, 'Disco Hearts', 'qt_val11_discoball', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3806, 3806, 'Roller Rink Chair', 'val11_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3807, 3807, 'Heart Nest', 'qt_val11_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3808, 3808, 'Terrarium', 'nest_terrarium', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3809, 3809, 'Duck-o-Heart', 'qt_val11_duckformer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3810, 3810, 'Jelly Chair', 'qt_val11_jellychair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3811, 3811, 'Jelly Heart', 'qt_val11_jellyheart', 's', 1, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3812, 3812, 'Roller Rink Railing', 'val11_rail', 's', 1, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rollerskate_field', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3813, 3813, 'Holo-Heart', 'qt_val11_holoheart', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3814, 3814, 'ads_leaf_teleport name', 'ads_leaf_teleport', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3815, 3815, 'ads_sunnyvend name', 'ads_sunnyvend', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3816, 3816, 'Webbed Grapes', 'petfood18', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3817, 3817, 'Grapes', 'petfood17', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3819, 3819, 'Limo Middle Part 1', 'limo_w_mid', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3820, 3820, 'Limo Middle Part 2', 'limo_w_mid2', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3821, 3821, 'The Fly', 'petfood19', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3822, 3822, 'Limo Back', 'limo_w_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3823, 3823, 'Limo Front', 'limo_w_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3824, 3824, 'Gothic Bed', 'gothic_bed', 's', 2, 3, 1.90, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3825, 3825, 'Gothic Candles', 'gothic_candles', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3826, 3826, 'Gothic Desk', 'gothic_desk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3827, 3827, 'ads_grefu_trophy name', 'ads_grefu_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3828, 3828, 'Gothic Drinking Fountain', 'gothic_bowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '62', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3830, 3830, 'Frog Nest', 'nest_frog', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3831, 3831, 'pond', 'pond', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3832, 3832, 'Mystery Leaf Gift', 'val11_present', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3833, 3833, 'Habbowood Trophy', 'prizetrophy_cine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3834, 3834, 'HC Sign', 'cine_vipsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3835, 3835, 'Black Limo Middle 3', 'limo_b_mid3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '50', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3836, 3836, 'Black Limo Middle 2', 'limo_b_mid2', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3837, 3837, 'Black Limo Front', 'limo_b_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3838, 3838, 'Black Limo Middle 1', 'limo_b_mid', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3839, 3839, 'Walk of Fame Tile', 'cine_star', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3840, 3840, 'Black Limo Back', 'limo_b_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3841, 3841, 'Theater Curtains', 'cine_curtain', 's', 8, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3842, 3842, 'Movie Screen', 'cine_screen', 's', 6, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3843, 3843, 'Green Habbowood Chair', 'theatre_seat_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3844, 3844, 'Tile With a Halo', 'cine_tile', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3845, 3845, 'Black Lobby Bench', 'cine_bench_b', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3846, 3846, 'Black Habbowood Chair', 'theatre_seat_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3847, 3847, 'Glass roof', 'cine_roof', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3848, 3848, 'Popcorn Machine', 'cine_popcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '63', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3849, 3849, 'Red Lobby Bench', 'cine_bench', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3850, 3850, 'Green Lobby Bench', 'cine_bench_g', 's', 3, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3851, 3851, 'Ticket Vending Booth', 'cine_ticket_booth', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3852, 3852, 'Movie Projector', 'cine_projector', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3853, 3853, 'Puzzle Box', 'wf_box', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'puzzle_box', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3854, 3854, 'Maze Divider', 'wf_maze', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3855, 3855, 'Rango Cactus', 'ads_rangocactus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3856, 3856, 'Glass Divider', 'cine_glass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3857, 3857, 'WIRED Condition: Has Furni On', 'wf_cnd_has_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_has_furni_on', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3858, 3858, 'Blue Deco Spot Lamp', 'cubie_lamp_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3859, 3859, 'Blue Desk Chair', 'cubie_chair_b', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3860, 3860, 'Black and Blue Rug', 'cubie_rug_b', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3861, 3861, 'Blue Glass Table', 'cubie_bigtable_b', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3862, 3862, 'Purple Beanbag', 'cubie_beanbag_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3863, 3863, 'Purple Deco Spot Lamp', 'cubie_lamp_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3864, 3864, 'Purple Sofa Seat', 'cubie_sofaseat_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3865, 3865, 'Rectangular Blue Shelf', 'cubie_shelf_0_b', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3866, 3866, 'Purple Cupboard', 'cubie_shelf_4_p', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3867, 3867, 'Purple Shelving Unit', 'cubie_shelf_2_p', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 17, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3868, 3868, 'Purple Bed', 'cubie_bed_p', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3869, 3869, 'Blue Breakfast Bar Stool', 'cubie_stool_b', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3870, 3870, 'Black and Purple Rug', 'cubie_rug_p', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3871, 3871, 'Blue Bed', 'cubie_bed_b', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3872, 3872, 'Blue Wall Unit', 'cubie_shelf_3_b', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3873, 3873, 'Purple Wall Unit', 'cubie_shelf_3_p', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3874, 3874, 'Stackable Purple Shelf', 'cubie_shelf_1_p', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3875, 3875, 'Stackable Blue Shelf', 'cubie_shelf_1_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3876, 3876, 'Purple Glass Table', 'cubie_bigtable_p', 's', 2, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3877, 3877, 'Blue Beanbag', 'cubie_beanbag_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3878, 3878, 'Purple Breakfast Bar Stool', 'cubie_stool_p', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3879, 3879, 'Purple Desk Chair', 'cubie_chair_p', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3880, 3880, 'Glass Table', 'cubie_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3881, 3881, 'Blue Sofa Seat', 'cubie_sofaseat_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3882, 3882, 'Blue Cupboard', 'cubie_shelf_4_b', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3883, 3883, 'Blue Shelving Unit', 'cubie_shelf_2_b', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 17, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3884, 3884, 'Rectangular Purple Shelf', 'cubie_shelf_0_p', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3885, 3885, 'Mysterious Box', 'newbie_present', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3886, 3886, 'Flatscreen TV', 'tv_flat', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3887, 3887, 'Large Wooden Table', 'waasa_table2', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3888, 3888, 'Desktop Computer', 'computer_flatscreen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3889, 3889, 'Computer Chair', 'waasa_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3890, 3890, 'Large Sailing Boat', 'waasa_ship2', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3891, 3891, 'Small Sailing Boat', 'waasa_ship1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3892, 3892, 'Bunk Bed', 'waasa_bunk_bed', 's', 3, 1, 3.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3893, 3893, 'Laptop', 'computer_laptop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3894, 3894, 'Nostalgic Computer', 'computer_old', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3895, 3895, 'Small Wooden Table', 'waasa_table1', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3896, 3896, 'Wooden Study Desk', 'waasa_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3897, 3897, 'Nest', 'newbie_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3898, 3898, 'Gray Waasa Rug', 'waasa_rug5', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3899, 3899, 'Blue Waasa Rug', 'waasa_rug1', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3900, 3900, 'Orange Waasa Rug', 'waasa_rug3', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3901, 3901, 'Aquarium', 'waasa_aquarium', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3902, 3902, 'Green Waasa Rug', 'waasa_rug4', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3903, 3903, 'Wooden Chair', 'waasa_chair_wood', 's', 1, 1, 1.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3904, 3904, 'Yellow Waasa Rug', 'waasa_rug2', 's', 2, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3905, 3905, 'Mega Jukebox', 'jukebox_big', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3906, 3906, 'Milk Bowl', 'milkbowl', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3907, 3907, 'Red Tuna', 'petfood21', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3908, 3908, 'Basket of eggs', 'easter11_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3909, 3909, 'Bunny Run Field', 'easter11_grasspatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'bunnyrun_field', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3910, 3910, 'Wizards of Waverly Place Crystal Ball', 'ads_wowpball', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3911, 3911, 'Corn', 'pet_food_corn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3912, 3912, 'Trampoline', 'pet_toy_trampoline', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3913, 3913, 'Chicken Nest', 'nest_chick', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3914, 3914, 'Egg Tag Pole', 'easter11_tag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'bunnyrun_pole', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3915, 3915, 'Green Starfish', 'easter11_tuip_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3916, 3916, 'Yellow Starfish', 'easter11_tuip_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3917, 3917, 'Mayflower Mushrooms', 'easter11_mushroom4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3918, 3918, 'Mega Shroom', 'easter11_mushroom1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3919, 3919, 'Pixel Sofa', 'kuurna_sofa', 's', 2, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3920, 3920, 'Bluebell Mushrooms', 'easter11_mushroom3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3921, 3921, 'Coraline Mushrooms', 'easter11_mushroom2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3922, 3922, 'Pixel Lamp', 'kuurna_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3923, 3923, 'Pixel Sofa Chair', 'kuurna_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3924, 3924, 'Pixel Shag Rug', 'kuurna_mat', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3925, 3925, 'Pixel Side Table', 'kuurna_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3926, 3926, 'Pixel Dining Table', 'kuurna_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3927, 3927, 'ads_suun name', 'ads_suun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3928, 3928, 'Pixel Dining Chair', 'kuurna_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3929, 3929, 'Purple Starfish', 'easter11_tuip_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3930, 3930, 'Yellow Anna Divider', 'anna_divider*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3931, 3931, 'Pink Anna Divider', 'anna_divider*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3932, 3932, 'Green Anna Divider', 'anna_divider*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3933, 3933, 'Blue Anna Divider', 'anna_divider*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3934, 3934, 'Purple Anna Divider', 'anna_divider*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3935, 3935, 'Yellow Anna Gate', 'anna_div_gate*1', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3936, 3936, 'Pink Anna Gate', 'anna_div_gate*2', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3937, 3937, 'Green Anna Gate', 'anna_div_gate*3', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3938, 3938, 'Blue Anna Gate', 'anna_div_gate*4', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3939, 3939, 'Purple Anna Gate', 'anna_div_gate*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3940, 3940, 'Yellow Anna Chair', 'anna_chair*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3941, 3941, 'Pink Anna Chair', 'anna_chair*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3942, 3942, 'Green Anna Chair', 'anna_chair*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3943, 3943, 'Blue Anna Chair', 'anna_chair*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3944, 3944, 'Purple Anna Chair', 'anna_chair*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3945, 3945, 'Yellow Anna Stool', 'anna_stool*1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3946, 3946, 'Pink Anna Stool', 'anna_stool*2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3947, 3947, 'Green Anna Stool', 'anna_stool*3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3948, 3948, 'Blue Anna Stool', 'anna_stool*4', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3949, 3949, 'Purple Anna Stool', 'anna_stool*5', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3950, 3950, 'Yellow Anna Table', 'anna_table*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3951, 3951, 'Pink Anna Table', 'anna_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3952, 3952, 'Green Anna Table', 'anna_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3953, 3953, 'Blue Anna Table', 'anna_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3954, 3954, 'Purple Anna Table', 'anna_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3955, 3955, 'Yellow Anna Rug', 'anna_rug*1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3956, 3956, 'Pink Anna Rug', 'anna_rug*2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3957, 3957, 'Green Anna Rug', 'anna_rug*3', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3958, 3958, 'Blue Anna Rug', 'anna_rug*4', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3959, 3959, 'Purple Anna Rug', 'anna_rug*5', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3960, 3960, 'Yellow Anna Sofa', 'anna_sofa*1', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3961, 3961, 'Pink Anna Sofa', 'anna_sofa*2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3962, 3962, 'Green Anna Sofa', 'anna_sofa*3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3963, 3963, 'Blue Anna Sofa', 'anna_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3964, 3964, 'Purple Anna Sofa', 'anna_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3965, 3965, 'Yellow Anna Blob', 'anna_pill*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3966, 3966, 'Pink Anna Blob', 'anna_pill*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3967, 3967, 'Green Anna Blob', 'anna_pill*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3968, 3968, 'Blue Anna Blob', 'anna_pill*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3969, 3969, 'Purple Anna Blob', 'anna_pill*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3970, 3970, 'Yellow Anna Lamp', 'anna_lamp*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3971, 3971, 'Pink Anna Lamp', 'anna_lamp*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3972, 3972, 'Green Anna Lamp', 'anna_lamp*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3973, 3973, 'Blue Anna Lamp', 'anna_lamp*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3974, 3974, 'Purple Anna Lamp', 'anna_lamp*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3975, 3975, 'Yellow Anna Corner', 'anna_div_crnr*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3976, 3976, 'Pink Anna Corner', 'anna_div_crnr*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3977, 3977, 'Green Anna Corner', 'anna_div_crnr*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3978, 3978, 'Blue Anna Corner', 'anna_div_crnr*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3979, 3979, 'Purple Anna Corner', 'anna_div_crnr*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3980, 3980, 'Yellow Picnic Blanket', 'picnic_blanket_yel', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3981, 3981, 'Yellow Picnic Pillow', 'picnic_pillow_yel', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3982, 3982, 'Cheese Platter', 'picnic_food1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3983, 3983, 'Stickie Pole', 'note_tag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'sticky_pole', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3984, 3984, 'Wild Cascades', 'picnic_wfall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3985, 3985, 'Blue Picnic Blanket', 'picnic_blanket_blu', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3986, 3986, 'Picnic Refreshments', 'picnic_food3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3987, 3987, 'Red Picnic Blanket', 'picnic_blanket', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3988, 3988, 'Blue Picnic Pillow', 'picnic_pillow_blu', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3989, 3989, 'Baguettes and Apples', 'picnic_food2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3990, 3990, 'Rock Teleport', 'picnic_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3991, 3991, 'Picnic Basket', 'picnic_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3992, 3992, 'Red Picnic Pillow', 'picnic_pillow', 's', 1, 1, 0.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3993, 3993, 'Stump Chair', 'picnic_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3994, 3994, 'Nest(led) Tree', 'picnic_3brds', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3995, 3995, 'Dragon and starter food', 'petfood23', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3996, 3996, 'Room Background', 'ads_background', 's', 1, 1, 0.00, 1, 0, 0, 1, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3997, 3997, 'ads_kelloggs_statue name', 'ads_kelloggs_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3998, 3998, 'race_trophy', 'race_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (3999, 3999, 'Po\'s Kung Fu Kick Statue', 'ads_kfp2statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4000, 4000, 'Red Pepper', 'petfood22', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4001, 4001, 'Dragon Treasure Nest', 'nest_dragon', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4002, 4002, 'Burnt tree', 'ashtree', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4003, 4003, 'Grail of Water', 'grail_water', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4004, 4004, 'Grail of Nectar', 'grail_nectar', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4005, 4005, 'Dungeon Bricks', 'dng_cube', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4006, 4006, 'Dungeon Ground', 'dng_ground', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4007, 4007, 'Dungeon Pillar', 'dng_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4008, 4008, 'Treasure Dig', 'dng_treasure2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4009, 4009, 'Dungeon Floor', 'dng_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4010, 4010, 'Dungeon Stairs', 'dng_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4011, 4011, 'Treasure Patch', 'dng_treasure', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4012, 4012, 'Dragon Throne Rare', 'dng_throne', 's', 1, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4013, 4013, 'Dungeon Plateau', 'dng_block', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4014, 4014, 'Leaves', 'petfood_19', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4015, 4015, 'Deluxe Sitting Room Lamp', 'mm_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4016, 4016, 'Deluxe Lemonade Pitcher', 'mm_lemon_drink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '2', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4017, 4017, 'Clam Shell', 'qt_sum11_shell1', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4018, 4018, 'Ice Cream Trolley', 'qt_sum11_ictrolley', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '76', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4019, 4019, 'Catch of the Day', 'qt_sum11_petfood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4020, 4020, 'Sea Shell', 'qt_sum11_shell4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4021, 4021, 'Blistering Barnacle', 'qt_sum11_shell3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4022, 4022, 'Pier', 'qt_sum11_platfrm', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4023, 4023, 'Star Fish', 'qt_sum11_shell2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4024, 4024, 'Trumpet Shell', 'qt_sum11_shell5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4025, 4025, 'Rare Sea Throne', 'qt_sum11_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4026, 4026, 'Deluxe Lemon & Lime Bath', 'mm_tub', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4027, 4027, 'Gold Skate Trophy', 'prizetrophy_skate*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4028, 4028, 'Silver Skate Trophy', 'prizetrophy_skate*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4029, 4029, 'Bronze Skate Trophy', 'prizetrophy_skate*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4030, 4030, 'Skate Rail', 'sb_rail', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4031, 4031, 'Skate Ramp', 'sb_ramp', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4032, 4032, 'Skate Platform', 'sb_block', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4033, 4033, 'Spray Can Crate', 'sb_cans', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4034, 4034, 'Concrete Patch', 'sb_tile', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4035, 4035, 'Turtle Tree', 'nest_turtle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4036, 4036, 'ads_mpu_720 name', 'ads_mpu_720', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4037, 4037, 'Turtle', 'petfood24', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4039, 4039, 'Chocolate Coco Stool', 'coco_stool_c2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4040, 4040, 'Black Pool-side Lounge', 'coco_divan_c4', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4041, 4041, 'White Wicker Throne', 'coco_throne_c3', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4042, 4042, 'Blue Resort Pod', 'coco_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4043, 4043, 'Chocolate Wicker Throne', 'coco_throne__c2', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4044, 4044, 'Black Coco Stool', 'coco_stool_c4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4045, 4045, 'Resort Flooring', 'coco_patch', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4046, 4046, 'Chocolate Pool-side Lounge', 'coco_divan_c2', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4047, 4047, 'White Drinks Table', 'coco_sofatable_c3', 's', 1, 1, 1.30, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4048, 4048, 'White Coco Stool', 'coco_stool_c3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4049, 4049, 'Black Drinks Table', 'coco_sofatable_c4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4050, 4050, 'White Coco Sofa', 'coco_sofa_c3', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4051, 4051, 'COCOnut Table', 'coco_table', 's', 2, 3, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4052, 4052, 'Blue Coco Stool', 'coco_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4053, 4053, 'Chocolate Resort Pod', 'coco_chair_c2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4054, 4054, 'Resort Ornament', 'coco_stick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4055, 4055, 'Blue Wicker Throne', 'coco_throne', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4056, 4056, 'Pool-side Table', 'coco_table2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4057, 4057, 'Chocolate Coco Sofa', 'coco_sofa_c2', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4058, 4058, 'Black Resort Pod', 'coco_chair_c4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4059, 4059, 'White Resort Pod', 'coco_chair_c3', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4060, 4060, 'Blue Pool-side Lounge', 'coco_divan', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4061, 4061, 'White Pool-side Lounge', 'coco_divan_c3', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4062, 4062, 'Blue Drinks Table', 'coco_sofatable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4063, 4063, 'Black Coco Sofa', 'coco_sofa_c4', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4064, 4064, 'Chocolate Drinks Table', 'coco_sofatable_c2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4065, 4065, 'Black Wicker Throne', 'coco_throne_c4', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4066, 4066, 'Blue Coco Sofa', 'coco_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4067, 4067, 'Crystal Skull', 'lm_crystal_skull', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4068, 4068, 'Banana Drink Machine', 'lm_bananadrink', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '64', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4069, 4069, 'ads_mpu_300 name', 'ads_mpu_300', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4070, 4070, 'Monkey and starter food', 'petfood25', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4071, 4071, 'Black Hole', 'hole', 's', 2, 2, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4073, 4073, 'Jack In The Box', 'lm_jackbox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4074, 4074, 'ads_durex_vend name', 'ads_durex_vend', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4075, 4075, 'ads_durex_carpet name', 'ads_durex_carpet', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4076, 4076, 'Monkey Pond', 'lm_pond', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4077, 4077, 'Monkey Statue & Nest', 'nest_with_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4078, 4078, 'Monkey Nest', 'nest_monkey', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4079, 4079, 'ads_mtv_floor name', 'ads_mtv_floor', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4080, 4080, 'Stage Monitor', 'studio_monitor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4081, 4081, 'Stage Chair', 'studio_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4082, 4082, 'Stage Fence Corner', 'studio_fencecr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4083, 4083, 'Guitar', 'studio_guitar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4084, 4084, 'Amplifier 2', 'studio_amp2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4085, 4085, 'Stage Fence', 'studio_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4086, 4086, 'Amplifier 1', 'studio_amp1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4087, 4087, 'Floor Spotlight', 'studio_floorlight', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4088, 4088, 'Mixing Desk', 'studio_mixingdesk', 's', 5, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4089, 4089, 'Studio Camera', 'studio_camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4090, 4090, 'Stage Screen', 'studio_tv', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4091, 4091, 'Red\'n\'Blue Stage Lights', 'studio_lights3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4092, 4092, 'Rainbow Stage Lights', 'studio_lights2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4093, 4093, 'Set of Drums', 'studio_drums', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4094, 4094, 'Stage Lights', 'studio_lights1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4095, 4095, 'Stage Couch', 'studio_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4096, 4096, 'Sound set 73', 'sound_set_73', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4097, 4097, 'Sound set 74', 'sound_set_74', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4098, 4098, 'Sound set 76', 'sound_set_76', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4099, 4099, 'Sound set 75', 'sound_set_75', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4100, 4100, 'Ghettoblaster', 'summer_blaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'jukebox', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4101, 4101, 'Beach Bonfire', 's12_bonfire', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4102, 4102, 'Big Rock', 'lm_bigrock', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4103, 4103, 'Palm Tree', 'lm_palm1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4104, 4104, 'Totem Poll', 'lm_totem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4105, 4105, 'hole2', 'hole2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4106, 4106, 'Banana Tree', 'lm_palm2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4107, 4107, 'qt_sum11_dragon', 'qt_sum11_dragon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4108, 4108, 'Green USVA Rug', 'usva3_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4109, 4109, 'Blue USVA Sofa', 'usva5_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4110, 4110, 'Red USVA Table Lamp', 'usva4_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4111, 4111, 'Green USVA Block Shelf', 'usva3_shelf', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4112, 4112, 'White USVA Rug', 'usva_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4113, 4113, 'Yellow USVA table', 'usva2_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4114, 4114, 'White USVA Shelf', 'usva_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4115, 4115, 'Red USVA Sofa', 'usva4_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4116, 4116, 'Pink USVA table', 'usva_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4117, 4117, 'Blue USVA Table', 'usva5_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4118, 4118, 'Pink USVA Table Lamp', 'usva_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4119, 4119, 'Yellow USVA Sofa', 'usva2_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4120, 4120, 'Yellow USVA Chair', 'usva2_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4121, 4121, 'Pink USVA Lamp', 'usva_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4122, 4122, 'Black USVA Shelf', 'usva2_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4123, 4123, 'Pink USVA Chair', 'usva_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4124, 4124, 'Blue USVA Desk Lamp', 'usva5_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4125, 4125, 'Yellow USVA Lamp', 'usva2_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4126, 4126, 'Red USVA Chair', 'usva4_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4127, 4127, 'Green USVA Shelf', 'usva3_shelf2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4128, 4128, 'Green USVA Table', 'usva3_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4129, 4129, 'Black USVA Rug', 'usva2_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4130, 4130, 'Red USVA table', 'usva4_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4131, 4131, 'Blue USVA Lamp', 'usva5_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4132, 4132, 'Green USVA Chair', 'usva3_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4133, 4133, 'Green USVA Table Lamp', 'usva3_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4134, 4134, 'Pink USVA Sofa', 'usva_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4135, 4135, 'White USVA Block Shelf', 'usva_shelf', 's', 1, 1, 0.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4136, 4136, 'Red USVA Lamp', 'usva4_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4137, 4137, 'Yellow USVA Table Lamp', 'usva2_lamble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4138, 4138, 'Green USVA Lamp', 'usva3_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4139, 4139, 'Red USVA Rug', 'usva4_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4140, 4140, 'Black USVA Block Shelf', 'usva2_shelf', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4141, 4141, 'Green USVA Sofa', 'usva3_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4142, 4142, 'Blue USVA Rug', 'usva5_rug', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4143, 4143, 'Blue USVA Chair', 'usva5_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4144, 4144, 'Soapbox', 'uservoice_soapbox', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4145, 4145, 'Auditorium Platform', 'school_platform', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4146, 4146, 'Blue Locker Teleport', 'school_locker_b', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4147, 4147, 'Red Locker (NOT FOR SALE)', 'school_locker_r_nosale', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4148, 4148, 'Toilet Stall', 'school_toilet_stall', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4149, 4149, 'Cafeteria Vegetables', 'school_stuff_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4150, 4150, 'Red Locker Teleport', 'school_locker_r', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4151, 4151, 'School Bus', 'school_bus', 's', 2, 4, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4152, 4152, 'Cafeteria Table', 'school_table', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4153, 4153, 'Cafeteria Bench', 'school_bench', 's', 3, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4154, 4154, 'School Desk', 'school_console', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4155, 4155, 'School Books', 'school_stuff_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4156, 4156, 'Cafeteria Nuggets', 'school_stuff_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4157, 4157, 'School Flooring', 'school_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4158, 4158, 'Blue Locker (NOT FOR SALE)', 'school_locker_b_nosale', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4159, 4159, 'Chem Set', 'school_stuff_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4160, 4160, 'Cafeteria Meatballs', 'school_stuff_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4161, 4161, 'Cafeteria Burger', 'school_stuff_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4162, 4162, 'Desk Chair', 'school_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4163, 4163, 'Hay Bucket', 'petfood26', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4164, 4164, 'Polished Floor', 'boutique_floor1a', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4165, 4165, 'Boutique Shelf', 'boutique_table1', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4166, 4166, 'Pile Of Clothes', 'boutique_clothingpile', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4167, 4167, 'Red Changing Booth', 'boutique_changing1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4168, 4168, 'Blue Changing Booth', 'boutique_changing3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4169, 4169, 'Chaise Longue', 'boutique_sofa2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4170, 4170, 'Mannequin', 'boutique_mannequin1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'mannequin', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4171, 4171, 'Pouf', 'boutique_sofa1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4172, 4172, 'Boutique Counter', 'boutique_table2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4173, 4173, 'Cash Register', 'boutique_cashreg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4174, 4174, 'Purple Changing Booth', 'boutique_changing2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4175, 4175, 'Small Shop Plant', 'boutique_plant1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4176, 4176, 'Large Shop Plant', 'boutique_plant2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4177, 4177, 'Glass Display Case', 'boutique_counter', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4178, 4178, 'Large Polished Floor', 'boutique_floor2b', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4179, 4179, 'Large Polished Floor', 'boutique_floor1b', 's', 3, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4180, 4180, 'Polished Floor', 'boutique_floor2a', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4181, 4181, 'Basic Pink Water Bowl', 'waterbowl_basic*1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4182, 4182, 'Basic Blue Water Bowl', 'waterbowl_basic*2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4183, 4183, 'Basic Green Water Bowl', 'waterbowl_basic*3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4184, 4184, 'Basic Yellow Water Bowl', 'waterbowl_basic*4', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4185, 4185, 'Basic Red Water Bowl', 'waterbowl_basic*5', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_drink', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4186, 4186, 'HC Sign', 'boutique_hcsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4187, 4187, 'boutique_vipsign name', 'boutique_vipsign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4188, 4188, 'Pura Bubble Lamp', 'bubble_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4189, 4189, 'Yellow Quarter-Round', 'pura_roundpad8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4190, 4190, 'Pura Block Lamp', 'pura_block_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4191, 4191, 'Red Quarter-Round', 'pura_roundpad9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4192, 4192, 'Pink Pura Block', 'eleblock2', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4193, 4193, 'White Pura Block', 'eleblock4', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;0.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4194, 4194, 'Blue Quarter-Round', 'pura_roundpad6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4195, 4195, 'Green Pura Block', 'eleblock7', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4196, 4196, 'Black Quarter-Round', 'pura_roundpad3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4197, 4197, 'White Quarter-Round', 'pura_roundpad4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4198, 4198, 'Beige Pura Block', 'eleblock5', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4199, 4199, 'Black Pura Block', 'eleblock3', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4200, 4200, 'Aquamarine Pura Block', 'eleblock1', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4201, 4201, 'Aqua Quarter-Round', 'pura_roundpad1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4202, 4202, 'Pink Quarter-Round', 'pura_roundpad2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4203, 4203, 'Yellow Pura Block', 'eleblock8', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4204, 4204, 'Beige Quarter-Round', 'pura_roundpad5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4205, 4205, 'Red Pura Block', 'eleblock9', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4206, 4206, 'Green Quarter-Round', 'pura_roundpad7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4207, 4207, 'Blue Pura Block', 'eleblock6', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4208, 4208, 'Eggshell White', 'horse_dye_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4209, 4209, 'Hay Floor', 'horse_hayfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4210, 4210, 'Marine Green', 'horse_dye_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4211, 4211, 'Rose', 'horse_hairdye_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4212, 4212, 'Acorn Brown', 'horse_dye_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4213, 4213, 'Paddock Gate', 'horse_stable_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4214, 4214, 'Moccasin', 'horse_hairdye_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4215, 4215, 'Pearl', 'horse_hairdye_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4216, 4216, 'Ochre', 'horse_dye_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4217, 4217, 'Chestnut', 'horse_dye_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4218, 4218, 'Autumn Brown', 'horse_dye_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4219, 4219, 'Whiskey', 'horse_hairdye_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4220, 4220, 'Applewood', 'horse_hairdye_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4221, 4221, 'Horse Saddle', 'horse_saddle1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '', '', '15 4 9 0 77', 0, 0, '');
INSERT INTO `items_base` VALUES (4222, 4222, 'White Paddock Fence', 'horse_stable_fence_w', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4223, 4223, 'White Paddock Gate', 'horse_stable_gate_w', 's', 1, 2, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4224, 4224, 'Ghostly Grey', 'horse_dye_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4225, 4225, 'Ash', 'horse_hairdye_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4226, 4226, 'Sand', 'horse_hairdye_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4227, 4227, 'Chestnut', 'horse_hairdye_02', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4228, 4228, 'Twilight Blue', 'horse_dye_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4229, 4229, 'Sawdust Floor', 'horse_sawdustfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4230, 4230, 'Brandy', 'horse_hairdye_05', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4231, 4231, 'Beaver', 'horse_hairdye_04', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4232, 4232, 'Classy colouring for your companion. Can only be used on', 'horse_hairdye_00', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4233, 4233, 'Paddock Fence', 'horse_stable_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4234, 4234, 'Demon Black', 'horse_dye_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4235, 4235, 'Pearly White', 'horse_dye_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4236, 4236, 'White Paddock Corner', 'horse_stbl_fnc_corn_w', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4237, 4237, 'Bubblegum Pink', 'horse_dye_06', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4238, 4238, 'Russet', 'horse_hairdye_03', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4239, 4239, 'Hay Bale', 'horse_hay', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4240, 4240, 'Paddock Corner', 'horse_stbl_fnc_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4241, 4241, 'Sky Blue', 'horse_dye_07', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4242, 4242, 'Pale Pink', 'horse_dye_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4243, 4243, 'Elm', 'horse_hairdye_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4244, 4244, 'Loyal Beige', 'horse_dye_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4245, 4245, 'The two most beautiful words in the english language: de', 'horse_dye_00', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4246, 4246, 'Horse Manure', 'horse_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4247, 4247, 'Horse Trough', 'horse_trough', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4248, 4248, 'Group Carpet', 'gld_carpet', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4249, 4249, 'Group Banner', 'gld_badgewall_tall', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4250, 4250, 'Group Stool', 'gld_stool2', 's', 1, 1, 1.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4251, 4251, 'Group Stool', 'gld_stool1', 's', 1, 1, 1.60, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4252, 4252, 'Group Divider', 'gld_wall_tall', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4253, 4253, 'Group Pennant', 'gld_pennant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4254, 4254, 'Group Sofa', 'gld_sofa1', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4255, 4255, 'FRANK Trophy', 'ads_frank_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4256, 4256, 'Wild', 'horse_hairstyle_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4257, 4257, 'Unicorn', 'horse_hairstyle_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4258, 4258, 'Red Chyna', 'horse_dye_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4259, 4259, 'Free', 'horse_hairstyle_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4260, 4260, 'Traditional', 'horse_hairstyle_0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4261, 4261, 'Braids', 'horse_hairstyle_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4262, 4262, 'Sunset', 'horse_dye_16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4263, 4263, 'Plaited', 'horse_hairstyle_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4264, 4264, 'Tombstone Trophy', 'prizetrophy_hween11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4265, 4265, 'Habboween Disco Floor II', 'hween11_disflo2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4266, 4266, 'Punch Bowl', 'hween11_punch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '1;17;24;58;29', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4267, 4267, 'Plate Of Brains', 'hween11_dish2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4268, 4268, 'Habboween Pumpkin', 'hween11_pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4269, 4269, 'Coffin Sofa', 'hween11_sofa', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4270, 4270, 'Head On A Plate', 'hween11_dish3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4271, 4271, 'Plate Of Fingers', 'hween11_dish4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4272, 4272, 'Habboween Disco Floor', 'hween11_disflo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4273, 4273, 'Plate Of Eyeballs', 'hween11_dish1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4274, 4274, 'Pumpkin', 'lm_pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4275, 4275, 'Unicorn Manure', 'horse_poop_luxus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4276, 4276, 'ads_mpu_160 name', 'ads_mpu_160', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'ads_bg', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4277, 4277, 'ads_liisu name', 'ads_liisu', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4278, 4278, 'Hell Hound Guardian', 'hween11_fountain', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4279, 4279, 'Black Roses', 'plant_rose_black', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1001', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4280, 4280, 'The Golden Egg', 'ads_pib', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4281, 4281, 'WIRED CONDITION: Group Member', 'wf_cnd_actor_in_group', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_actor_in_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4282, 4282, 'Cabin Sofa Table', 'xmas11_sofatable', 's', 2, 2, 0.50, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4283, 4283, 'Red Cozy Cabin Chair', 'xmas11_comfy_chair', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4284, 4284, 'Aurora Borealis', 'xmas2011_aurora1', 's', 1, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4285, 4285, 'Cabin Divider', 'xmas11_stonedivider', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4286, 4286, 'xmas11_yetifeet name', 'xmas11_yetifeet', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4287, 4287, 'Tiny Snowy Tree', 'xmas2011_tree2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4288, 4288, 'Cabin Wooden Floor', 'xmas11_woodfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4289, 4289, 'Red Cabin Footstool', 'xmas11_footstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4290, 4290, 'Flag', 'xmas11_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4291, 4291, 'Snowy Tree', 'xmas2011_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4292, 4292, 'Cabin Firewood', 'xmas11_firewood', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4293, 4293, 'Red Wooden Cabin Stool', 'xmas11_stool', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4294, 4294, 'Cabin Stove', 'xmas11_stove', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4295, 4295, 'Snowy Log', 'xmas2011_snowlog', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4296, 4296, 'Cabin Stone Floor', 'xmas11_stonefloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4297, 4297, 'Red Wooden Cabin Bench', 'xmas11_comfy_bench', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4298, 4298, 'Icy Waterfall', 'xmas2011_icefall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4299, 4299, 'Xmas Throne', 'xmas11_throne', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4300, 4300, 'Cheese', 'xmas11_petfood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4301, 4301, 'Small Aurora Borealis', 'xmas2011_aurora2', 's', 1, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4302, 4302, 'Cabin Nightstand', 'xmas11_nghtstnd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4303, 4303, 'Red Wooden Cabin Chair', 'xmas11_chair', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4304, 4304, 'Snowy Rock 1', 'xmas2011_rock1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4305, 4305, 'Snowy Rail', 'xmas2011_balrail', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4306, 4306, 'Snowy Pine', 'xmas2011_tree4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4307, 4307, 'Snowy Rock 2', 'xmas2011_rock2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4308, 4308, 'Big Snowy Tree', 'xmas2011_tree3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4309, 4309, 'Cabin Stone and Wood Tiles', 'xmas11_elewood', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.50;1.00;1.50;2.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4310, 4310, 'Reindeer Antlers', 'horse_hairstyle_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4313, 4313, 'Joyful Gift Bag', 'xmas_giftbag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4314, 4314, 'Poinsetta', 'joulutahti_notrd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1023', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4315, 4315, 'Beige Cozy Cabin Chair', 'xmas11_comfy_chair_3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4316, 4316, 'Green Wooden Cabin Stool', 'xmas11_stool_2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4317, 4317, 'Wooden Cabin Stool with Fur Cover', 'xmas11_stool_4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4318, 4318, 'Beige Wooden Cabin Stool', 'xmas11_stool_3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4319, 4319, 'Cabin Footstool with Fur Cover', 'xmas11_footstool_4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4320, 4320, 'Green Cozy Cabin Chair', 'xmas11_comfy_chair_2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4321, 4321, 'Green Wooden Cabin Chair', 'xmas11_chair_2', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4322, 4322, 'The Santa Butler', 'xmas11_btlr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '8', '', '', 1, 1, '');
INSERT INTO `items_base` VALUES (4323, 4323, 'Green Wooden Cabin Bench', 'xmas11_comfy_bench_2', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4324, 4324, 'Cozy Cabin Fur Chair', 'xmas11_comfy_chair_4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4325, 4325, 'Wooden Cabin Bench with Fur Cover', 'xmas11_comfy_bench_4', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4326, 4326, 'Wooden Cabin Chair with Fur Cover', 'xmas11_chair_4', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4327, 4327, 'Beige Wooden Cabin Bench', 'xmas11_comfy_bench_3', 's', 2, 1, 1.36, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4328, 4328, 'Beige Wooden Cabin Chair', 'xmas11_chair_3', 's', 1, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4329, 4329, 'Green Cabin Footstool', 'xmas11_footstool_2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4330, 4330, 'Beige Cabin Footstool', 'xmas11_footstool_3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4331, 4331, 'Books', 'books_1', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4332, 4332, 'homework', 'homework', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4333, 4333, 'Model Car', 'gift_mdlcar0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4334, 4334, 'Adonis Statue', 'gift_manlystatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4335, 4335, 'Joystick', 'gift_joystick', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4336, 4336, 'Weird toy', 'gift_thing', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4337, 4337, 'Scratch pad', 'pstack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4338, 4338, 'Paper Balls', 'pwad', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4339, 4339, 'Incense', 'gift_incense', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4340, 4340, 'pencils', 'pencils', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4341, 4341, 'Picture Frame', 'pframe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4342, 4342, 'toaster', 'toaster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '71', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4343, 4343, 'Piggy bank', 'gift_pbank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4344, 4344, 'Game Console', 'console', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4345, 4345, 'Vase', 'gift_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4346, 4346, 'MyPod Docking Station', 'gift_mypod', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4347, 4347, 'Organizer', 'trapkeep', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4348, 4348, 'Coal', 'gift_coal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4349, 4349, 'Handbag', 'gift_handbag0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4350, 4350, 'Necklace', 'gift_jewel0', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4351, 4351, 'Books', 'books_0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4352, 4352, 'Double Bed', 'bed_silo_two_notrd', 's', 2, 3, 1.00, 1, 0, 1, 1, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4353, 4353, 'snst_ballpile name', 'snst_ballpile', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4354, 4354, 'starting_position', 'starting_position', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4355, 4355, 'snst_tree1_d name', 'snst_tree1_d', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4356, 4356, 'snst_fence name', 'snst_fence', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4357, 4357, 'snst_tree1 name', 'Snst_tree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4358, 4358, 'snst_iceblock name', 'Snst_iceblock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4359, 4359, 'hole1x1 name', 'hole1x1', 's', 1, 1, 0.10, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4360, 4360, 'snst_block1 name', 'snst_block1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4361, 4361, 'Epic Fireplace', 'snst_fireplace', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4362, 4362, 's_snowball_machine name', 's_snowball_machine', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4363, 4363, 'ads_honeymonster', 'ads_honeymonster', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4364, 4364, 'ads_m6_floor name', 'ads_m6_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4365, 4365, 'HC Duck', 'duck_vipwhite', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4366, 4366, 'snst_fireplace_nfs name', 'snst_fireplace_nfs', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4367, 4367, 'Vote Counter', 'vote_count_add', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vote_counter', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4368, 4368, 'Double Balloon', 'xmas11_balloon2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4369, 4369, 'Polished Stone Floor', 'xmas11_luxfloor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4370, 4370, 'Single Balloon', 'xmas11_balloon1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4371, 4371, 'Fireworks Gnome', 'fireworks_09', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4372, 4372, 'Serving Table', 'xmas11_luxtable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4373, 4373, 'Fireworks Pot', 'fireworks_08', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4374, 4374, 'White Chesterfield Sofa', 'xmas11_luxsofa1', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4375, 4375, 'Parquet', 'xmas11_luxfloor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4376, 4376, 'Rare Balloon Machine', 'xmas11_balloon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '1029', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4377, 4377, 'Triple Balloons', 'xmas11_balloon3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4378, 4378, 'White Chesterfield Armchair', 'xmas11_luxchair1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4379, 4379, 'Strawberries', 'xmas11_luxdish2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4380, 4380, 'Fireworks Tube', 'fireworks_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4381, 4381, 'Red Chesterfield Sofa', 'xmas11_luxsofa2', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4382, 4382, 'Porcelain', 'xmas11_luxdish3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4383, 4383, 'Black Chesterfield Armchair', 'xmas11_luxchair3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4384, 4384, 'Fireworks Box', 'fireworks_12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4385, 4385, 'Black Chesterfield Sofa', 'xmas11_luxsofa3', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4386, 4386, 'Red Chesterfield Armchair', 'xmas11_luxchair2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4387, 4387, 'Red Rocket', 'fireworks_11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4388, 4388, 'Chocolate Fountain', 'xmas11_luxdish1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4389, 4389, 'Group Gate', 'gld_gate', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4390, 4390, 'Snowboard Patch', 'snowb_slope', 's', 2, 2, 0.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'multiheight', 7, '0', '0.2;1.3;2.4;3.5;4.6;5.7;6.8', '', 97, 97, '');
INSERT INTO `items_base` VALUES (4391, 4391, 'Snowboard Ramp', 'snowb_jump', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 97, 97, '');
INSERT INTO `items_base` VALUES (4392, 4392, 'Slope Light', 'snowb_light1', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4393, 4393, 'Slope Divider', 'snowb_divider', 's', 1, 3, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 97, 97, '');
INSERT INTO `items_base` VALUES (4394, 4394, 'Snow Puff', 'snowb_snowpuff', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4395, 4395, 'Snowboard Rail', 'snowb_rail', 's', 1, 2, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4402, 4402, 'Laser SFX', 'sfx_lazer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4403, 4403, 'Robot Voice SFX', 'sfx_onetwo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4404, 4404, 'Duck SFX', 'sfx_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4405, 4405, 'Whistle SFX', 'sfx_whistle', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4406, 4406, 'Bell SFX', 'sfx_bells', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'sound_fx', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4407, 4407, 'Glass SFX', 'sfx_glass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4408, 4408, 'Golden Niko Trophy', 'prizetrophy_niko2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4409, 4409, 'Silver Niko Trophy', 'prizetrophy_niko1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4410, 4410, 'Sky Lantern', 'china_lantern', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4411, 4411, 'The Dragon that Spews Fireworks', 'fireworks_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4412, 4412, 'rare_fountain_niko name', 'rare_fountain_niko', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4413, 4413, 'Dragon Teleport', 'teleport_dragon', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4414, 4414, 'sfx_rare_lazer name', 'sfx_rare_lazer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4415, 4415, 'sfx_rare_duck name', 'sfx_rare_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4416, 4416, 'Kissing Booth', 'val12_kbooth', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4417, 4417, 'Hanging Love Flower', 'val12_flower', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4418, 4418, 'Prom Night Carpet', 'val12_carpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4419, 4419, 'The Vines Of Love', 'val12_vines', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4420, 4420, 'Love Reanimator', 'val12_shocker', 's', 1, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4421, 4421, 'Room Hopper Tubes', 'val12_hopper1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4422, 4422, 'Column Of Light', 'val12_pillar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4423, 4423, 'Xray Booth', 'val12_xray', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4424, 4424, 'Black Marble Floor', 'val12_marble2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4425, 4425, 'Romantic vines', 'val12_elevine', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.00;0.50;1.00;1.50;2.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4426, 4426, 'White Marble Floor', 'val12_marble1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4427, 4427, 'Room Hopper Curtains', 'val12_hopper2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4428, 4428, 'Love Thermometer', 'edice_val12_therm', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dice', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4429, 4429, 'Not for sale thermometer', 'val12_therm_nfs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4430, 4430, 'Heartbeat Sofa', 'val12_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4431, 4431, 'Lantern Of Lurve', 'val12_lantern', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4432, 4432, 'Prom Night Pillar', 'val12_pillar1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4433, 4433, 'Prom Night Table', 'val12_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4434, 4434, 'ads_antena3_floor name', 'ads_antena3_floor', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4435, 4435, 'hole3', 'hole3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4436, 4436, 'waterbowl1_red name', 'water_bowl1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4437, 4437, 'water_bowl1_green name', 'water_bowl1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4438, 4438, 'water_bowl1_yellow name', 'water_bowl1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4439, 4439, 'waterbowl1_blue name', 'water_bowl1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4440, 4440, 'water_bowl1_brown name', 'water_bowl1*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4441, 4441, 'nest_with_egg name', 'nest_with_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4442, 4442, 'for testing purposes', 'present_firework', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4443, 4443, 'Room Hopper Elevator', 'val12_hopper_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4444, 4444, 'Cinema Platform', 'cine_platform', 's', 4, 1, 0.68, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.50;2.00;2.50', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4445, 4445, 'magazines name', 'magazines', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4446, 4446, 'Desk Junk', 'desk_junk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4447, 4447, 'Cup of Coffee', 'coffee_cup', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4448, 4448, 'bowl name', 'bowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4449, 4449, 'Book pile', 'bookpile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4450, 4450, 'Saddle Stand', 'horse_saddle2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4451, 4451, 'Blue Racing Flag', 'horse_fin_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4452, 4452, 'Corner Fences', 'horse_track_fence_cor', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4453, 4453, 'Horse Jump', 'obstacle_oxer', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4454, 4454, 'Horse Track Patch', 'horse_track1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4455, 4455, 'Fences', 'horse_track_fence', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4456, 4456, 'elmeri name', 'elmeri', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4457, 4457, 'Corn', 'petfood20', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4458, 4458, 'elegrass1 name', 'elegrass1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.50;1.00;1.50;2.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4459, 4459, 'elerock1 name', 'elerock1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.2;0.7;1.2;1.7;2.2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4460, 4460, 'bling_sofa_mu', 'bling_sofa_mu', 's', 2, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4461, 4461, 'Hedges', 'obstacle_bush', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4462, 4462, 'Ring Of Fire', 'obstacle_fring', 's', 2, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4463, 4463, 'Blue Finish Line', 'horse_fin_poster', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4464, 4464, 'Grass Duck', 'petfood27', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4465, 4465, 'Pegasus Wings', 'horse_hairstyle_7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '15 2,3 107,107 1,1', 0, 0, '');
INSERT INTO `items_base` VALUES (4466, 4466, 'Horse Track Gate', 'horse_track_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4467, 4467, 'Red Finish Line', 'horse_fin_poster2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4468, 4468, 'Red Racing Flag', 'horse_fin_flag2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4469, 4469, 'Stylish Finish Line', 'horse_fin_poster3', 's', 2, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4470, 4470, 'Stable Hopper', 'horse_hopper', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'hopper', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4471, 4471, 'Water Jump 3', 'obstacle_water3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4472, 4472, 'Water Jump', 'obstacle_water', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4473, 4473, 'Horse Jump 3', 'obstacle_oxer3', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4474, 4474, 'Horse Jump 2', 'obstacle_oxer2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4475, 4475, 'Stylish Racing Flag', 'horse_fin_flag3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4476, 4476, 'Water Jump 2', 'obstacle_water2', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'obstacle', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4477, 4477, 'horse_hairdye_04_horsesho', 'horse_hairdye_04_horsesho', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4478, 4478, 'ads_ag_crate name', 'ads_ag_crate', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4479, 4479, 'horse_hairstyle_4_hs name', 'horse_hairstyle_4_hs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '15 2,3 104,104 1,1', 0, 0, '');
INSERT INTO `items_base` VALUES (4480, 4480, 'Ice Apples', 'petfood7_horseshoe', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4481, 4481, 'bolly_cherry', 'bolly_cherry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4482, 4482, 'Japanese Sky Lantern', 'jp_ceiling_lamp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4483, 4483, 'Shiki Futon', 'jp_bed', 's', 2, 3, 1.60, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4484, 4484, 'exe_drinks_cabinet', 'exe_drinks_cabinet', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4485, 4485, 'Red Theatre Curtain', 'cine_curtain_red', 's', 8, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4486, 4486, 'Black Scifi Pod', 'sf_pod_dark', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4487, 4487, 'Black Leviathan', 'dark_merdragon', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4488, 4488, 'Romantique Screen Gray', 'romantique_divider*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4489, 4489, 'Black Dino Egg', 'black_dino_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4490, 4490, 'Platinum Bar', 'CF_500_platinum_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4491, 4491, 'theatre_stage name', 'theatre_stage', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4492, 4492, 'theatre_mask name', 'theatre_mask', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4493, 4493, 'theatre_carpet name', 'theatre_carpet', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4494, 4494, 'theatre_lights name', 'theatre_lights', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4495, 4495, 'theatre_rug name', 'theatre_rug', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 13, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4496, 4496, 'theatre_stool name', 'theatre_stool', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4497, 4497, 'theatre_wall name', 'theatre_wall', 's', 1, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4498, 4498, 'Curtain Switch', 'theatre_switch', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4499, 4499, 'theatre_chair name', 'theatre_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4500, 4500, 'theatre_curtain name', 'theatre_curtain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4501, 4501, 'theatre_floor name', 'theatre_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4502, 4502, 'theatre_plant name', 'theatre_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4503, 4503, 'theatre_edge name', 'theatre_edge', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4504, 4504, 'theatre_spotlight name', 'theatre_spotlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4505, 4505, 'wf_act_give_reward name', 'wf_act_give_reward', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_give_reward', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4506, 4506, 'Carrot', 'petfood28', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4507, 4507, 'Spinning Top', 'toy2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4508, 4508, 'Lush Bunny Nest', 'nest_bunny', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4509, 4509, 'DONT USE - there is color versions in nest_bunny', 'nest_bunny_green', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4510, 4510, 'DONT USE - there is color versions in nest_bunny', 'nest_bunny_blue', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4511, 4511, 'lido_bench name', 'lido_bench', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4512, 4512, 'lidowall3 name', 'lidowall3', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4513, 4513, 'lido_parasol name', 'lido_parasol', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4514, 4514, 'lidowall1 name', 'lidowall1', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4515, 4515, 'lidofence name', 'lidofence', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4516, 4516, 'lido_chair name', 'lido_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4517, 4517, 'The Small Pool Kiosk', 'lido_kiosk', 's', 1, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4518, 4518, 'lido_table name', 'lido_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4519, 4519, 'lidotree1 name', 'lidotree1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4520, 4520, 'lidodoor name', 'lidodoor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4521, 4521, 'lidotile name', 'lidotile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4522, 4522, 'lido_kiosk_block name', 'lido_kiosk_block', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4523, 4523, 'lidostairs name', 'lidostairs', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4524, 4524, 'lidostage name', 'lidostage', 's', 2, 2, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4525, 4525, 'lidowall2 name', 'lidowall2', 's', 4, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4526, 4526, 'wl_wall2 name', 'wl_wall2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4527, 4527, 'wl_table2 name', 'wl_table2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4528, 4528, 'wl_sofa name', 'wl_sofa', 's', 3, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4529, 4529, 'wl_wall1 name', 'wl_wall1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 14, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4530, 4530, 'wl_floor name', 'wl_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4531, 4531, 'wl_rdesk name', 'wl_rdesk', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4532, 4532, 'Shelf', 'wl_shelf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4533, 4533, 'wl_chair name', 'wl_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4534, 4534, 'wl_table1 name', 'wl_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4535, 4535, 'pcnc_tilegrass name', 'pcnc_tilegrass', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4536, 4536, 'pcnc_dvdrtile name', 'pcnc_dvdrtile', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4537, 4537, 'pcnc_wtable name', 'pcnc_wtable', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4538, 4538, 'pcnc_shrub name', 'pcnc_shrub', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4539, 4539, 'pcnc_fountain name', 'pcnc_fountain', 's', 4, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4540, 4540, 'pcnc_tiledirt name', 'pcnc_tiledirt', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4541, 4541, 'pcnc_gazebohack name', 'pcnc_gazebohack', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4542, 4542, 'pcnc_wall1 name', 'pcnc_wall1', 's', 3, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4543, 4543, 'pcnc_carp name', 'pcnc_carp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4544, 4544, 'pcnc_door name', 'pcnc_door', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4545, 4545, 'pcnc_wood name', 'pcnc_wood', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4546, 4546, 'pcnc_redbench name', 'pcnc_redbench', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4547, 4547, 'pcnc_wall2 name', 'pcnc_wall2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4548, 4548, 'Tale Swing', 'pcnc_swing', 's', 2, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4549, 4549, 'pcnc_bbq name', 'pcnc_bbq', 's', 2, 3, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4550, 4550, 'pcnc_tilestone name', 'pcnc_tilestone', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4551, 4551, 'pcnc_tree name', 'pcnc_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4552, 4552, 'pcnc_carrot name', 'pcnc_carrot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'patch_carrot', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4553, 4553, 'pcnc_gazebo name', 'pcnc_gazebo', 's', 5, 5, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4554, 4554, 'pcnc_wbench name', 'pcnc_wbench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4555, 4555, 'Evil Bunny Lair', 'nest_bunny_evil', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4556, 4556, 'Bored Bunny Nest', 'nest_bunny_dep', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4557, 4557, 'Manic Bunny Nest', 'nest_bunny_love', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'nest', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4558, 4558, 'ads_dfrisss name', 'ads_dfrisss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '72', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4559, 4559, 'Rainbow round dining table', 'table_plasto_round_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4560, 4560, 'Black pod chair', 'chair_plasty2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4561, 4561, 'Black Occasional Table', 'table_plasto2_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4562, 4562, 'Transparent plasto chair', 'chair_plasto3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4563, 4563, 'Transparent four-leg table', 'table_plasto3_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4564, 4564, 'Transparent pod chair', 'chair_plasty3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4565, 4565, 'Rainbow occasional table', 'table_plasto_sq_lm1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4566, 4566, 'Rainbow pod chair', 'chair_plasty_lm1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4567, 4567, 'Transparent Square Dining Table', 'table_plasto3_bigsq', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4568, 4568, 'Transparent Occasional table', 'table_plasto3_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4569, 4569, 'Rainbow square dining table', 'table_plasto_bigsq_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4570, 4570, 'Black Square Dining Table', 'table_plasto2_bigsq', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4571, 4571, 'Black four-leg table', 'table_plasto2_4leg', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4572, 4572, 'Black round dining table', 'table_plasto2_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4573, 4573, 'Rainbow four-leg table', 'table_plasto_4leg_lm1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4574, 4574, 'Black plasto chair', 'chair_plasto2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4575, 4575, 'Rainbow plasto chair', 'chair_plasto_lm1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4576, 4576, 'Transparent round dining table', 'table_plasto3_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4577, 4577, 'easel_5', 'easel_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4578, 4578, 'Plant Revival Potion', 'mnstr_revival', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '16', 0, 0, '');
INSERT INTO `items_base` VALUES (4579, 4579, 'Greenhouse Wall', 'gh_div_wall', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4580, 4580, 'Watering Can', 'watering_can', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4581, 4581, 'Greenhouse Corner', 'gh_div_cor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4582, 4582, 'Plant Seed', 'mnstr_seed', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'monsterplant_seed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4583, 4583, 'Gardening Toolbox', 'gardening_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4584, 4584, 'Stone Patio', 'stone_platform', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0;0.5;1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4585, 4585, 'Stone Stairs', 'stone_stairs', 's', 2, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4586, 4586, 'Pink Pod Chair', 'chair_plasty4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4587, 4587, 'Pink Four-leg Table', 'table_plasto4_4leg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4588, 4588, 'Pink Occasional Table', 'table_plasto4_sq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4589, 4589, 'Pink Square Dining Table', 'table_plasto4_bigsq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4590, 4590, 'Pink Plasto Chair', 'chair_plasto4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4591, 4591, 'Pink Round Dining Table', 'table_plasto4_round', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4592, 4592, 'Rebreeding Potion 1', 'mnstr_rebreed', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4593, 4593, 'Monster Plant Fertiliser', 'mnstr_fert', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '16', 0, 0, '');
INSERT INTO `items_base` VALUES (4594, 4594, 'Darkstar Dragons', 'dragonlamp_shinobi', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4595, 4595, 'Shoji Divider', 'jp_divider', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4596, 4596, 'Shoji Gate', 'jp_gate', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4597, 4597, 'Golden Man-Eating Plant Trophy', 'prizetrophy_breed*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4598, 4598, 'Silver Man-Eating Plant Trophy', 'prizetrophy_breed*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4599, 4599, 'Bronze Man-Eating Plant Trophy', 'prizetrophy_breed*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4600, 4600, 'Watering Can Of Greatness!', 'prizetrophy_nurture*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4601, 4601, 'Watering Can Of Semi-Greatness', 'prizetrophy_nurture*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4602, 4602, 'Watering Can Of Partial Greatness', 'prizetrophy_nurture*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4603, 4603, 'Monster Plant Bed', 'stone_flowerbed', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4604, 4604, 'Rare Monster Plant Seed', 'mnstr_seed_rare', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'monsterplant_seed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4605, 4605, 'ads_mad3 name', 'ads_mad3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4606, 4606, 'Throbbing Monster Fountain', 'mnstr_waterfall', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4607, 4607, 'Rebreeding Potion 2', 'mnstr_rebreed_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4608, 4608, 'Rebreeding Potion 3', 'mnstr_rebreed_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4609, 4609, 'garden_caterpillar', 'garden_caterpillar', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4610, 4610, 'ads_cp_trophy name', 'ads_cp_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4611, 4611, 'ads_ontour name', 'ads_ontour', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4612, 4612, 'Small Ruby', 'CF_75_ruby_small', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4613, 4613, 'Big Ruby', 'CF_200_ruby', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4614, 4614, 'Justice Trophy', 'prizetrophy_habboway', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4615, 4615, 'Light Cloud', 'patch_cloud', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4616, 4616, 'Exotic Butterfly', 'garden_bfly', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4617, 4617, 'Pixel Sofa', 'kuurna_red_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4618, 4618, 'Pixel Sofa Chair', 'kuurna_red_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4619, 4619, 'Pixel Dining Table', 'kuurna_red_chair1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4620, 4620, 'Pixel Dining Table', 'kuurna_red_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4621, 4621, 'Pixel Side Table', 'kuurna_red_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4622, 4622, 'Pixel Lamp', 'kuurna_red_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4623, 4623, 'Pixel Memorial', 'pixel_memorial', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4624, 4624, 'Torch Trophy', 'trophy_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4625, 4625, 'Vanilla Lounge Chair', 'js_exe_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4626, 4626, 'Vanilla Gate', 'js_exe_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4627, 4627, 'Vanilla Bar', 'js_exe_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4628, 4628, 'Vanilla Sofa', 'js_exe_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4629, 4629, 'Vanilla Bar Corner', 'js_exe_corner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4630, 4630, 'Vanilla Rug', 'js_exe_rug', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4631, 4631, 'Vanilla Boss Chair', 'js_exe_chair2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4632, 4632, 'Vanilla Glass Table', 'js_exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4633, 4633, 'Pharaoh Teleporter', 'anc_pharaoh_tele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4634, 4634, 'Quackatoa', 'anc_artifact1', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4635, 4635, 'Obsidian Obelisk', 'anc_trophy_obsidian', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4636, 4636, 'Pyramid Block', 'anc_pyramid_block', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4637, 4637, 'Marble Obelisk', 'anc_trophy_marble', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4638, 4638, 'Stone Obelisk', 'anc_trophy_sstone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4639, 4639, 'Hot Sand', 'anc_hot_sands', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4640, 4640, 'sp_statue', 'sp_statue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4641, 4641, 'Frank Trophy', 'prizetrophy_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4642, 4642, 'Rock Block', 'anc_ele_rock', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.2;0.7;1.2;1.7;2.2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4643, 4643, 'Shallow Water', 'shallow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 30, 30, '');
INSERT INTO `items_base` VALUES (4644, 4644, 'Grass Block', 'anc_ele_grass', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.00', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4645, 4645, 'Blazing Sun', 'anc_sun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4646, 4646, 'Flamingo', 'pink_flamingo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4647, 4647, 'Dem Bones', 'anc_bones', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4648, 4648, 'The Hand Of The Ancients', 'anc_artifact2', 's', 2, 2, 2.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4649, 4649, 'Jungle leaf patch', 'anc_jngl_patch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4650, 4650, 'Tall tree', 'anc_talltree', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4651, 4651, 'Jungle Waterfall', 'anc_waterfall', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4652, 4652, 'Mossy rock', 'anc_mossyrock', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4653, 4653, 'Not so tall tree', 'anc_comfy_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4654, 4654, 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4655, 4655, 'Mighty Frank Statue', 'anc_artifact3', 's', 3, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4656, 4656, 'Habbo-lympix Circle Track', 'track12_circle', 's', 3, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4657, 4657, 'Habbo-lympix Hurdle', 'track12_hurdle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4658, 4658, 'White Habbo-lympix Podium', 'track12_ele_podium2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.7;1.2;1.7', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4659, 4659, 'Royal Tea Lady', 'track12_tea_mother', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '1', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4660, 4660, 'Hammer Toss', 'track12_hammer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4661, 4661, 'Habbo-lympix Torch', 'track12_mini_torch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4662, 4662, 'Black Habbo-lympix Podium', 'track12_ele_podium1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.7;1.2;1.7', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4663, 4663, 'Union Jack Sofa', 'track12_ujack_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4664, 4664, 'Dumbbell', 'track12_weight', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4665, 4665, 'Habbo-lympix Trophy', 'prizetrophy_track12*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 111, 111, '');
INSERT INTO `items_base` VALUES (4666, 4666, 'Habbo-lympix Trophy', 'prizetrophy_track12*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 110, 110, '');
INSERT INTO `items_base` VALUES (4667, 4667, 'Habbo-lympix Trophy', 'prizetrophy_track12*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 109, 109, '');
INSERT INTO `items_base` VALUES (4668, 4668, 'Javelin Statue', 'track12_javstatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4669, 4669, 'Habbo-lympix Cauldron', 'track12_hcauldron', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4670, 4670, 'Rectangular Block', 'lon_block2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4671, 4671, 'Door Block', 'lon_base', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4672, 4672, 'Window Piece', 'lon_window', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4673, 4673, 'lon_gate name', 'lon_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4674, 4674, 'Stately Roof', 'lon_roof', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4675, 4675, 'Building Block', 'lon_block1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4676, 4676, 'hof_parameter_test name', 'hof_parameter_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4677, 4677, 'Red Walkway', 'matic_walkway_red', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4678, 4678, 'Green Holo Tree', 'matic_tree_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4679, 4679, 'Silver Walkway', 'matic_walkway_silver', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4680, 4680, 'Space Duck', 'matic_cont_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4681, 4681, 'Blue Holo Tree', 'matic_tree_blue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4682, 4682, 'Silver Holo Tree', 'matic_tree_silver', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4683, 4683, 'Frank', 'matic_cont_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4684, 4684, 'Alien Specimen', 'matic_cont_alien', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4685, 4685, 'Yellow Holo Tree', 'matic_tree_yellow', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4686, 4686, 'Deep Space Probe', 'matic_probe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4687, 4687, 'Green Walkway', 'matic_walkway_green', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4688, 4688, 'Red Holo Tree', 'matic_tree_red', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4689, 4689, 'Blue Walkway', 'matic_walkway_blue', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4690, 4690, 'Yellow Walkway', 'matic_walkway_yellow', 's', 1, 1, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4691, 4691, 'ads_spiderman_trophy name', 'ads_spiderman_trophy', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4692, 4692, 'Mystery Box', 'matic_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4693, 4693, 'metallic structure', 'matic_wirerig', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4694, 4694, 'Black Hole', 'matic_dispenser', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '3;28;29;34;58;70;71;1013;1014;1015;1029;1030;1031;1032;1033;1034;1035;1036', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4695, 4695, 'Battle Mech', 'matic_mech', 's', 1, 1, 2.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4696, 4696, 'ads_mad3_edit name', 'ads_mad3_edit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4697, 4697, 'Background Toner', 'roombg_color', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'background_toner', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4698, 4698, 'Mountains Background', 'roombg_mountains1', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4699, 4699, 'Dark Cloud Machine', 'roombg_cloud_dark', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4700, 4700, 'Cloud Machine', 'roombg_cloud', 's', 1, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4701, 4701, 'Pearl Dragon Egg', 'cloud_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4702, 4702, 'Cloud Throne', 'cloud_throne', 's', 1, 1, 2.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4703, 4703, 'Yacht Bow', 'jetset_yacht_front', 's', 3, 3, 3.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4704, 4704, 'Stealth Jet Ski', 'js_jetski', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4705, 4705, 'HC Gate', 'vip_gate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4706, 4706, 'Yacht Bridge', 'jetset_yacht_mid_1', 's', 3, 1, 4.45, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4707, 4707, 'Grassy Stack', 'jetset_landhigh', 's', 1, 1, 2.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4708, 4708, 'Rocky Stack', 'jetset_landlow', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4709, 4709, 'Yacht Stern', 'jetset_yacht_back', 's', 3, 3, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4710, 4710, 'Yacht Middle', 'jetset_yacht_mid_2', 's', 3, 1, 3.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4711, 4711, 'Paparazzi Wall', 'jetset_vipscreen', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4712, 4712, 'Yacht Pool', 'jetset_yacht_mid_3', 's', 3, 1, 3.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4713, 4713, 'Jet Ski', 'js_jetski2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4714, 4714, 'Cabana Tent', 'jetset_tent', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4715, 4715, 'Stone Jetty', 'jetset_stonejetty', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4716, 4716, 'HC Room Hopper', 'vip_hopper', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'club_hopper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4717, 4717, 'Emerald Trophy', 'prizetrophy_room_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4718, 4718, 'Bouncer', 'js_bouncer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4719, 4719, 'Vault Wall', 'jetset_vault_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4720, 4720, 'Vault Corner', 'jetset_vault_crnr', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4721, 4721, 'Cash Patch', 'jetset_moneypatch', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4722, 4722, 'Vault Door', 'jetset_vault_door', 's', 2, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4723, 4723, 'Diamond Dragon Lamp', 'diamond_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4724, 4724, 'Diamond Throne', 'diamond_throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4725, 4725, 'Monte Carlo', 'roombg_jetset', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4726, 4726, 'Paparazzi Wall Corner', 'jetset_vipscreencr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4727, 4727, 'Golden Bathtub', 'jetset_tub', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4728, 4728, 'Coin Rain', 'js_coins', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4729, 4729, 'Ghost Train Car', 'hween12_cart', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4730, 4730, 'Fairground Entrance', 'hween12_entry', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4731, 4731, 'Ghost Train Track', 'hween12_track', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4732, 4732, 'Ghost Light', 'hween12_orb', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4733, 4733, 'Scarecrow', 'hween12_scarecrow', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4734, 4734, 'Fairground Of Fear', 'roombg_hween12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4735, 4735, 'Costume Hopper', 'hween12_costume_hopper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'costume_hoppper', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4736, 4736, 'Ghost Train Left Corner', 'hween12_track_crl', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4737, 4737, 'Snake skin', 'hween12_shedskin', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4738, 4738, 'Guillotine', 'hween12_guillotine', 's', 1, 3, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4739, 4739, 'Ghost Train Right Corner', 'hween12_track_crr', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4740, 4740, 'Moon Light', 'hween12_moon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4741, 4741, 'Executioner\'s Coffin', 'hween12_coffin', 's', 1, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4742, 4742, 'Lantern', 'hween12_lantern', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4743, 4743, 'Magic Mirror', 'hween12_mirror', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4744, 4744, 'cannon', 'cannon', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4745, 4745, 'Duck Ride', 'hween12_duck', 's', 1, 1, 2.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4746, 4746, 'Gory Floor', 'hween12_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4747, 4747, 'Fairground Divider', 'hween12_wall', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4748, 4748, 'Costume Gate', 'costume_gate', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4749, 4749, 'Misfortune Teller', 'hween12_fortune', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4750, 4750, 'Cage', 'hween12_cage', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4751, 4751, 'Fairground Grabber', 'hween12_grabby', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1035,1037,1038,1039,1040,1041,1042,1043,1044,1045', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4752, 4752, 'Wolf', 'hween12_wolf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4753, 4753, 'Test Your Strength!', 'hween12_strengthtest', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable_master', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4754, 4754, 'Blue Star Stage', 'hs_stage_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4755, 4755, 'Stage Smoker', 'hs_smoke', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4756, 4756, 'Star Carpet', 'hs_carpet', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4757, 4757, 'Circular Stage', 'hs_circstage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4758, 4758, 'Black Star Stage', 'hs_stage_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4759, 4759, 'Pink Star Stage', 'hs_stage_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4760, 4760, 'Stage Up light', 'hs_prop', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4761, 4761, 'Habnam Style', 'hs_dnctile_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 140, 140, '');
INSERT INTO `items_base` VALUES (4762, 4762, 'Pink floor lights', 'hs_lightstrip_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4763, 4763, 'Long Black Stage', 'hs_stage_long_black', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4764, 4764, 'Star Carpet Black', 'hs_carpet_blk', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4765, 4765, 'Long Blue STage', 'hs_stage_long_blue', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4766, 4766, 'Pink Stairs', 'hs_stairs_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4767, 4767, 'Long Pink Stage', 'hs_stage_long_pink', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.8;1.5;2.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4768, 4768, 'Backstage Pass', 'hs_bpass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4769, 4769, 'Blue Stairs', 'hs_stairs_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4770, 4770, 'Black Stairs', 'hs_stairs_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4771, 4771, 'Blue floor lights', 'hs_lightstrip_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4772, 4772, 'Dance steps', 'hs_marswalk', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'floor_switch', 2, '0', '', '', 136, 136, '');
INSERT INTO `items_base` VALUES (4773, 4773, 'Balcony', 'hs_balcony', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4774, 4774, 'hs_box name', 'hs_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4775, 4775, 'Star Chair', 'hs_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4776, 4776, 'Xylophone SFX', 'sfx_xylo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4777, 4777, 'Dubstep 3.2: Yay For Peanuts! SFX', 'sfx_dubstep3_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4778, 4778, 'Dubstep III SFX', 'sfx_dubstep3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4779, 4779, 'Xylophone High SFX', 'sfx_xylo_high', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4780, 4780, 'Big Finish SFX', 'sfx_bigfinish_jamesbrown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4781, 4781, 'Funky Horn SFX', 'sfx_funkhorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4782, 4782, 'Dub Step I SFX', 'sfx_dubstep1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4783, 4783, 'Xylophone IISFX', 'sfx_xylo2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4784, 4784, 'Dubstep II SFX', 'sfx_dubstep2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4785, 4785, 'Highhat Intro SFX', 'sfx_highhatintro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4786, 4786, 'Hey! SFX', 'sfx_jamesbrown_hey', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4787, 4787, 'Drum Loop SFX', 'sfx_drumloop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4788, 4788, 'Pad 3 SFX', 'sfx_pad3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4789, 4789, 'Xylophone Pattern SFX', 'sfx_xylopattern', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4790, 4790, 'Pad SFX', 'sfx_pad1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4791, 4791, 'Pad 2 SFX', 'sfx_pad2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4792, 4792, 'Sound set 77', 'sound_set_77', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4793, 4793, 'Sound set 78', 'sound_set_78', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4794, 4794, 'Diamond Uplink Station', 'dia_uplink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4795, 4795, 'Diamond Podium', 'dia_podium', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4796, 4796, 'Baby Bear Breeding Box', 'pet_breeding_bear', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4797, 4797, 'Xmas Mystery Box', 'mystery_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4798, 4798, 'Strange Echoes II SFX', 'sfx_strange_echoes_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4799, 4799, 'Bass SFX', 'sfx_bass1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4800, 4800, 'Square Pad SFX', 'sfx_sqrpad_dbldotted', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4801, 4801, 'Double Bass SFX', 'sfx_bass_dbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4802, 4802, 'Strange Echoes SFX', 'sfx_strange_echoes_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4803, 4803, 'Strange Echoes III SFX', 'sfx_strange_echoes_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4804, 4804, 'Castle Floor', 'xmas12_floortile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4805, 4805, 'Castle Bar Desk', 'xmas12_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4806, 4806, 'Christmas Ham', 'xmas12_pork', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4807, 4807, 'The Nutcracker', 'xmas12_nutcracker', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4808, 4808, 'Feasting Table', 'xmas12_table', 's', 2, 2, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4809, 4809, 'Santa Throne', 'xmas12_santathrone', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4810, 4810, 'North Pole', 'xmas12_npole', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4811, 4811, 'Castle Dining Chair', 'xmas12_chair', 's', 1, 1, 1.21, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4812, 4812, 'Castle Fireplace', 'xmas12_fireplace', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4813, 4813, 'Grey Castle Arch', 'xmas12_pillar2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4814, 4814, 'Barley Barrel', 'xmas12_barrel', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '73', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4815, 4815, 'Beige Castle Arch', 'xmas12_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4816, 4816, 'Green Castle Arch', 'xmas12_pillar3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4817, 4817, 'Milk & Cookies', 'xmas12_snack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4818, 4818, 'Decorated Medieval Floor', 'xmas12_floortile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4819, 4819, 'Castle Floor', 'xmas12_cfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4820, 4820, 'Santa\'s Workbench', 'xmas12_worktable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4821, 4821, 'Castle Floor', 'xmas12_cfloorbig', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4822, 4822, 'Aurora Borealis Room Background', 'roombg_aurora', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4823, 4823, 'Pet Ball', 'pet_toy_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4824, 4824, 'Baby Waterbottle', 'pet_waterbottle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4825, 4825, 'Baby Terrier Breeding Box', 'pet_breeding_terrier', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'breeding_nest', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4826, 4826, 'Pink Pet Blanket', 'pet_blanket_pink', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4827, 4827, 'Blue Pet Basket', 'pet_basket_blue', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4828, 4828, 'Pink Pet Basket', 'pet_basket_pink', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4829, 4829, 'Blue Pet Blanket', 'pet_blanket_blue', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4830, 4830, 'RIP Monster Plant', 'mnstr_compost', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4831, 4831, 'New Year\'s Resolution 2013', 'ny2013_res', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4832, 4832, 'New Year\'s Resolution 2013', 'ny2013_extrares', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4833, 4833, 'Holo Dragon', 'holo_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4834, 4834, 'WIRED EFFECT: Execute Wired Stacks', 'wf_act_call_stacks', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_call_stacks', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4835, 4835, 'Fireworks Wolf Blue', 'fireworks_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4836, 4836, 'Mayan Chair', 'ny2013_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4837, 4837, 'Aquarium', 'reef_aquarium', 's', 4, 4, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4838, 4838, 'Mayan Calendar', 'ny2013_calendar', 's', 1, 1, 1.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4839, 4839, 'Mayan Building Block', 'ny2013_block', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4840, 4840, 'Fireworks Wolf Purple', 'fireworks_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4841, 4841, 'Flaming Comet', 'ny2013_aftermath', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4842, 4842, 'Mayan Floor', 'ny2013_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4843, 4843, 'Mayan Clock', 'ny2013_clock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4844, 4844, 'Mayan Cup', 'ny2013_cup', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4845, 4845, 'HC Chair', 'hc_roundchair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4846, 4846, 'HC Big Vase', 'hc_bigvase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4847, 4847, 'HC Knight', 'hc_knight_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4848, 4848, 'HC Round Table', 'hc_roundtable', 's', 1, 1, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4849, 4849, 'HC Cabinet', 'hc_cab', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4850, 4850, 'HC Radio', 'hc_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4851, 4851, 'HC Luggage', 'hc_luggage', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4852, 4852, 'rare_dragonlamp_pink', 'rare_dragonlamp_pink', 's', 1, 1, 2.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4853, 4853, 'Pillow - Silver', 'pillow_silver', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4854, 4854, 'Pillow - Bronze', 'pillow_bronze', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4855, 4855, 'prizetrophy_cake_g', 'prizetrophy_cake*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4856, 4856, 'prizetrophy_cake_s', 'prizetrophy_cake*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4857, 4857, 'prizetrophy_cake_b', 'prizetrophy_cake*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4858, 4858, 'Snake Statue', 'china_snake', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4859, 4859, 'Silver Icecream Machine', 'rare_icecream*10', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4860, 4860, 'Venetian Building', 'val13_build_3', 's', 1, 2, 0.40, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'wateritem', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4861, 4861, 'Gondola Post', 'val13_gond_post', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4862, 4862, 'Gondola Middle', 'val13_gond_mid1', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4863, 4863, 'Venetian Water', 'val13_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4864, 4864, 'Venetian Divider', 'val13_div_2', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4865, 4865, 'Gondola Front', 'val13_gond_front', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4866, 4866, 'Venetian Building', 'val13_build_1', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4867, 4867, 'Venetian Building Block', 'val13_build_2', 's', 1, 2, 1.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4868, 4868, 'Gondola Back', 'val13_gond_back', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4869, 4869, 'Gondola Middle Seat', 'val13_gond_mid2', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4870, 4870, 'Venetian Divider Corner', 'val13_div_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4871, 4871, 'Red Base Plant', 'pixel_plantred', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4872, 4872, 'Pink Base Plant', 'pixel_plantpink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4873, 4873, 'Red Base Light', 'pixel_light_red', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4874, 4874, 'Blue Base Plant', 'pixel_plantblue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4875, 4875, 'green Base Plant', 'pixel_plantgreen', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4876, 4876, 'green Base Light', 'pixel_light_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4877, 4877, 'Pink Base Light', 'pixel_light_pink', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4878, 4878, 'Black Base Plant', 'pixel_plantblack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4879, 4879, 'Blue Base Light', 'pixel_light_blue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4880, 4880, 'Red Carpet', 'pixel_carpet_red', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4881, 4881, 'Blue Carpet', 'pixel_carpet_blue', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4882, 4882, 'Pink Carpet', 'pixel_carpet_pink', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4883, 4883, 'Black Base Light', 'pixel_light_black', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4884, 4884, 'Black Carpet', 'pixel_carpet_black', 's', 2, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4885, 4885, 'Love Lock', 'valentines_lovelock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4886, 4886, 'Blue Base Bed', 'pixel_bed_blue', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4887, 4887, 'Blue Base Small Table', 'pixel_smalltable_blue', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4888, 4888, 'Red Base Small Table', 'pixel_smalltable_red', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4889, 4889, 'Pink Base Small Table', 'pixel_smalltable_pink', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4890, 4890, 'Black Base Small Table', 'pixel_smalltable_black', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4891, 4891, 'Green Base Small Table', 'pixel_smalltable_green', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4892, 4892, 'Love Lock', 'valentines_lovelock9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4893, 4893, 'Red Base Table', 'pixel_table_red', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4894, 4894, 'w', 'pixel_chair_blue', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4895, 4895, 'Pink Base Floor', 'pixel_floor_pink', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4896, 4896, 'Brown Base Floor', 'pixel_floor_brown', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4897, 4897, 'Yellow Base Floor', 'pixel_floor_yellow', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4898, 4898, 'Red Base Bed', 'pixel_bed_red', 's', 2, 3, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4899, 4899, 'Green Base Chair', 'pixel_chair_green', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4900, 4900, 'Black Base Table', 'pixel_table_black', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4901, 4901, 'Black Base Bed', 'pixel_bed_black', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4902, 4902, 'Blue Base Table', 'pixel_table_blue', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4903, 4903, 'Green Base Floor', 'pixel_floor_green', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4904, 4904, 'Silver Base Floor', 'pixel_floor_silver', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4905, 4905, 'Pink Base Table', 'pixel_table_pink', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4906, 4906, 'Pink Base Chair', 'pixel_chair_pink', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4907, 4907, 'Green Base Table', 'pixel_table_green', 's', 2, 2, 1.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4908, 4908, 'Pink Base Bed', 'pixel_bed_pink', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4909, 4909, 'Green Base Bed', 'pixel_bed_green', 's', 2, 3, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4910, 4910, 'Red Base Chair', 'pixel_chair_red', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4911, 4911, 'Black Base Chair', 'pixel_chair_black', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4912, 4912, 'Blue Base Floor', 'pixel_floor_blue', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4913, 4913, 'Love Lock', 'valentines_lovelock8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4914, 4914, 'Love Lock', 'valentines_lovelock7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4915, 4915, 'Love Lock', 'valentines_lovelock3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4916, 4916, 'Love Lock', 'valentines_lovelock4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4917, 4917, 'Love Lock', 'valentines_lovelock6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4918, 4918, 'Love Lock', 'valentines_lovelock5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4919, 4919, 'Love Lock', 'valentines_lovelock2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4920, 4920, 'Love Lock Corner', 'valentines_lovelock10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4921, 4921, 'Venetian Divider', 'val13_div_3', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4922, 4922, 'Masked Arch', 'val13_archway', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4923, 4923, 'Grass Patch', 'val13_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4924, 4924, 'Venetian Pillar', 'val13_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4925, 4925, 'Floor Tile', 'val13_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4926, 4926, 'Gazebo', 'val13_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4927, 4927, 'Venetian Divider Corner', 'val13_div_3_crnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4928, 4928, 'Roses', 'val13_roses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4929, 4929, 'Table', 'val13_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4930, 4930, 'Venetian Lamp', 'val13_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4931, 4931, 'Venetian Flowerpot', 'val13_flower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4932, 4932, 'Venetian Divider Corner', 'val13_div_3_crnr2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4933, 4933, 'Venetian Lights', 'val13_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4934, 4934, 'Venetian Chair', 'val13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4935, 4935, 'Venetian Shrub', 'val13_shrub_circ', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4936, 4936, 'Duck Shrub', 'val13_shrub_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4937, 4937, 'Green Carpet', 'pixel_carpet_green', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4938, 4938, 'Blue Couch', 'pixel_couch_blue', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4939, 4939, 'val13_easel_4', 'val13_easel_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4940, 4940, 'val13_easel_3', 'val13_easel_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4941, 4941, 'val13_easel_1', 'val13_easel_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4942, 4942, 'val13_easel_2', 'val13_easel_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4943, 4943, 'val13_easel_5', 'val13_easel_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4944, 4944, 'David Fountain', 'val13_statue', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4945, 4945, 'Small Sapphire', 'CF_120_sapphire_small', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4946, 4946, 'Big Sapphire', 'CF_240_sapphire', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4947, 4947, 'WIRED EFFECT: Kick User', 'wf_act_kick_user', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_kick_user', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4948, 4948, 'Steampunk Table', 'steampunk_table_1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4949, 4949, 'Steampunk Pillar', 'steampunk_pillar_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4950, 4950, 'Donnie Santini\'s Helmet', 'steampunk_rack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4951, 4951, 'Steampunk Pillar', 'steampunk_pillar_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4952, 4952, 'Steampunk Chandalier', 'steampunk_chand', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4953, 4953, 'Steampunk Floor', 'steampunk_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4954, 4954, 'Steampunk Sofa', 'steampunk_sofachair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4955, 4955, 'Steampunk Chair', 'steampunk_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4956, 4956, 'Steampunk Tele', 'steampunk_tele', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4957, 4957, 'Steampunk Table', 'steampunk_table_2', 's', 2, 2, 1.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4958, 4958, 'Large Cog', 'steampunk_gear_1', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4959, 4959, 'Steampunk Arch', 'steampunk_arch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4960, 4960, 'Steampunk Lamp', 'steampunk_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4961, 4961, 'Steampunk Computer', 'steampunk_computer', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4962, 4962, 'Steampunk Floor', 'steampunk_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4963, 4963, 'Globe', 'steampunk_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4964, 4964, 'Small Cog', 'steampunk_gear_2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4965, 4965, 'Steampunk Carpet', 'steampunk_carpet', 's', 3, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4966, 4966, 'Steampunk Gramophone', 'steampunk_gramophone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4967, 4967, 'Time Machine', 'steampunk_timemach', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4968, 4968, 'Steampunk Zeppelin', 'steampunk_zep', 's', 2, 2, 8.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4969, 4969, 'Dye', 'horse_hairdye_17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4970, 4970, 'Dye', 'horse_dye_17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4971, 4971, 'Dye', 'horse_hairdye_15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4972, 4972, 'Dye', 'horse_hairdye_14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4973, 4973, 'Dye', 'horse_hairdye_13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4974, 4974, 'Dye', 'horse_hairdye_16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4975, 4975, 'Blue Flower', 'easter13_flower_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4976, 4976, 'Red Flower', 'easter13_flower_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4977, 4977, 'Garden Arch', 'easter13_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4978, 4978, 'Glowing Garden Floor', 'easter13_floor_1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4979, 4979, 'Garden Teleport', 'easter13_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4980, 4980, 'Glowing Bulbs', 'easter13_bulbs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4981, 4981, 'High Garden Stage', 'easter13_stage_1', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4982, 4982, 'Mushrooms', 'easter13_sshrooms', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4983, 4983, 'Low Garden Stage', 'easter13_stage_2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4984, 4984, 'Yellow Flower', 'easter13_flower_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4985, 4985, 'Choco-Bunny', 'petfood29', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pet_food', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4986, 4986, 'Crackable Egg - Level 1', 'easter13_egg_0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 1000, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4987, 4987, 'Crackable Egg - Level 4', 'easter13_egg_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 20000, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4988, 4988, 'Crackable Egg - Level 2', 'easter13_egg_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 5000, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4989, 4989, 'Crackable Egg - Level 3', 'easter13_egg_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'crackable', 10000, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4990, 4990, 'Purple Area Coffee Table', 'table_silo_med*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4991, 4991, 'Purple Area Sofa', 'sofa_silo*10', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4992, 4992, 'Purple Safe Minibar', 'safe_silo*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '8', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4993, 4993, 'Purple Area Armchair', 'sofachair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4994, 4994, 'Purple Area Gate', 'divider_silo3*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4995, 4995, 'Purple Silo Dining Chair', 'chair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4996, 4996, 'Purple Bar Stool', 'barchair_silo*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4997, 4997, 'Purple Area Corner Shelf', 'divider_silo1*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4998, 4998, 'Purple Area Occasional Table', 'table_silo_small*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (4999, 4999, 'Easter Globe', 'easter13_globe', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5000, 5000, 'Easter Island Frank', 'easter13_stonefrank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5001, 5001, 'Scuba Duck', 'duck_scuba', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5002, 5002, 'Afro Duck', 'duck_afro', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5003, 5003, 'Duck Frank', 'duck_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5004, 5004, 'Penguin Frank', 'penguin_frank', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5005, 5005, 'penguin_tribal name', 'penguin_tribal', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5006, 5006, 'Easter Island Head', 'easter13_stonehead', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5007, 5007, 'Zombie Duck', 'duck_zombie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5008, 5008, 'Pixeled Penguin', 'penguin_wip', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5009, 5009, 'easter13_sub', 'easter13_sub', 's', 7, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5010, 5010, 'Skeleton Penguin', 'penguin_skele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5011, 5011, 'Easter Dino Egg', 'easter13_dinoegg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5012, 5012, 'Easter Chair', 'easter13_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5013, 5013, 'Badge Display Case', 'badge_display2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5014, 5014, 'Badge Display Case', 'badge_display', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5015, 5015, 'Badge Display Case', 'badge_display4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5016, 5016, 'Badge Display Case', 'badge_display3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5017, 5017, 'Badge Display Case', 'badge_display5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge_display', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5018, 5018, 'exe_icecream name', 'exe_icecream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '76', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5019, 5019, 'Classic trophy', 'prizetrophy_hockey*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5020, 5020, 'Classic trophy', 'prizetrophy_hockey*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5021, 5021, 'Classic trophy', 'prizetrophy_hockey*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5022, 5022, 'Classic trophy', 'prizetrophy_football*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5023, 5023, 'Classic trophy', 'prizetrophy_football*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5024, 5024, 'Classic trophy', 'prizetrophy_football*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5025, 5025, 'Classic trophy', 'prizetrophy_freeze*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5026, 5026, 'Classic trophy', 'prizetrophy_freeze*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5027, 5027, 'Classic trophy', 'prizetrophy_freeze*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5028, 5028, 'Classic trophy', 'prizetrophy_bb*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5029, 5029, 'Classic trophy', 'prizetrophy_bb*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5030, 5030, 'Classic trophy', 'prizetrophy_bb*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5031, 5031, 'Classic trophy', 'prizetrophy_snow*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5032, 5032, 'Classic trophy', 'prizetrophy_snow*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5033, 5033, 'Classic trophy', 'prizetrophy_snow*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5034, 5034, 'Classic trophy', 'prizetrophy_roller*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5035, 5035, 'Classic trophy', 'prizetrophy_roller*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5036, 5036, 'Classic trophy', 'prizetrophy_roller*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5037, 5037, 'Group Flag', 'gld_hangflag2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5038, 5038, 'Group Tile', 'gld_tile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5039, 5039, 'Group Flag', 'gld_hangflag1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5040, 5040, 'Group Tile', 'gld_tile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5041, 5041, 'Group Table', 'gld_table1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5042, 5042, 'WIRED TRIGGER: Periodically Long', 'wf_trg_period_long', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_period_long', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5043, 5043, 'WIRED Effect: Give score to a predefined team', 'wf_act_give_score_tm', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_give_score_tm', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5044, 5044, 'Highscore Classic - Alltime', 'highscore_classic*1', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5045, 5045, 'Highscore Classic - Daily', 'highscore_classic*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5046, 5046, 'Highscore Classic - Weekly', 'highscore_classic*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5047, 5047, 'Highscore Classic - Monthly', 'highscore_classic*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5048, 5048, 'WIRED Effect: Change Furni Direction', 'wf_act_move_to_dir', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_to_dir', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5049, 5049, 'WIRED Effect: Leave Team', 'wf_act_leave_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_leave_team', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5050, 5050, 'WIRED Trigger: User Stuff Collision', 'wf_trg_collision', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_collision', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5051, 5051, 'Highscore Per-team - Alltime', 'highscore_perteam*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5052, 5052, 'Highscore Per-team - Daily', 'highscore_perteam*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5053, 5053, 'Highscore Per-team - Weekly', 'highscore_perteam*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5054, 5054, 'Highscore Per-team - Monthly', 'highscore_perteam*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5055, 5055, 'WIRED Effect: Move Furni towards nearest user', 'wf_act_chase', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_chase', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5056, 5056, 'WIRED Condition: User Is on Team x', 'wf_cnd_actor_in_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_actor_in_team', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5057, 5057, 'Highscore Most Wins - Alltime', 'highscore_mostwin*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5058, 5058, 'Highscore Most Wins - Daily', 'highscore_mostwin*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5059, 5059, 'Highscore Most Wins - Weekly', 'highscore_mostwin*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5060, 5060, 'Highscore Most Wins - Monthly', 'highscore_mostwin*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_highscore', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5061, 5061, 'WIRED Effect: Move Furni away from nearest user', 'wf_act_flee', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_flee', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5062, 5062, 'WIRED Effect: Join team', 'wf_act_join_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_join_team', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5063, 5063, 'arcade_cab', 'arcade_cab', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5064, 5064, 'Rare Bear Head', 'bb_tddhead_rc1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5065, 5065, 'Rare Banzai Robo', 'bb_robo_rc1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5066, 5066, 'Rare Banzai SPhere', 'bb_apparatus_rc1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5067, 5067, 'WIRED GAME: Blob', 'wf_blob', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '1,true', 0, 0, '');
INSERT INTO `items_base` VALUES (5068, 5068, 'WIRED GAME: Super Blob', 'wf_blob2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '5,false', 0, 0, '');
INSERT INTO `items_base` VALUES (5069, 5069, 'Loyal Toad', 'loyalty_toad', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5070, 5070, 'Loyal Dragon', 'statue_dragon', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5071, 5071, 'Loyal Griffin', 'statue_griffin', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5072, 5072, 'Loyal Mouse', 'loyalty_mouse', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5073, 5073, 'Loyal Elk', 'statue_elk', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5074, 5074, 'Good Side Stool', 'mystics_gstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5075, 5075, 'Bad Side Spike', 'mystics_bspike2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5076, 5076, 'Bad Side Bench', 'mystics_bbench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5077, 5077, 'Good Side Block', 'mystics_gblock1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5078, 5078, 'Bad Side Large Floor Tile', 'mystics_bfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5079, 5079, 'Bad Side Stool', 'mystics_bstool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5080, 5080, 'Good Side Bench', 'mystics_gbench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5081, 5081, 'Good Side Arch', 'mystics_garch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5082, 5082, 'Good Side Block', 'mystics_gblock2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5083, 5083, 'Good Side Large Floor Tile', 'mystics_gfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5084, 5084, 'Bad Side Arch', 'mystics_barch', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5085, 5085, 'Good Side Floor Tile', 'mystics_gtile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5086, 5086, 'Bad Side Sculpture', 'mystics_bbed', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5087, 5087, 'Bad Side Floating Crystal', 'mystics_btile2', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5088, 5088, 'Bad Side Spike', 'mystics_bspike1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5089, 5089, 'Bad Side Floor Tile', 'mystics_btile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5090, 5090, 'Bad Side Table', 'mystics_btable', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5091, 5091, 'Good Side Table', 'mystics_gtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5092, 5092, 'Good Side Sculpture', 'mystics_gbed', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5093, 5093, 'Good Side Tree', 'mystics_gtree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5094, 5094, 'Wired Condition: Wearing Badge', 'wf_cnd_wearing_badge', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_habbo_owns_badge', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5095, 5095, 'Wired Condition: Wearing Avatar Effect', 'wf_cnd_wearing_effect', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_wearing_effect', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5096, 5096, 'Good Side Throne', 'mystics_gthrone', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5097, 5097, 'Bad Side Throne', 'mystics_bthrone', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5098, 5098, 'Crystal Loyalty Statue', 'mystics_ltstatue', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5099, 5099, 'Mystic Crystal', 'mystics_crystal_s', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5100, 5100, 'Mystic Crystal', 'mystics_crystal_m', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5101, 5101, 'Mystic Duck', 'mystics_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5102, 5102, 'Mystic Crystal', 'mystics_crystal_l', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 15000, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5103, 5103, 'Stack Magic Tile', 'tile_stackmagic', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5104, 5104, 'Mystic Fountain', 'mystics_rfountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5105, 5105, 'Mystic Pillar', 'mystics_rpillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5106, 5106, 'Holo Nelly', 'holo_nelly', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5107, 5107, 'ads_woz_mpu name', 'ads_woz_mpu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5108, 5108, 'Mint MintCorner', 'diner_bardesk_corner*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5109, 5109, 'Mint Gate', 'diner_bardesk_gate*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5110, 5110, 'Mint Sofa 1', 'diner_sofa_1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5111, 5111, 'Mint Bar', 'diner_bardesk*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5112, 5112, 'Mint Booth Table', 'diner_table_1*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5113, 5113, 'Mint Gum Machine', 'diner_gumvendor*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5114, 5114, 'Mint Sofa 2', 'diner_sofa_2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5115, 5115, 'Mint Table', 'diner_table_2*10', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5116, 5116, 'Mint Stool', 'diner_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5117, 5117, 'Mint Register', 'diner_cashreg*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5118, 5118, 'Loyal Dolphin', 'loyalty_dolphin', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5119, 5119, 'ads_clearasil_tile1 name', 'ads_clearasil_tile1', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5120, 5120, 'ads_clearasil_vend name', 'ads_clearasil_vend', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1046', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5121, 5121, 'Orange Tent', 'tent_orange', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5122, 5122, 'Portable Barbecue', 'hblooza_bbq', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5123, 5123, 'Camouflage Folding Table', 'foldabletable_camo', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5124, 5124, 'Beige Folding Table', 'foldabletable_beige', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5125, 5125, 'Ice Cream Stand', 'hblooza_icecream', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '75,76,77', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5126, 5126, 'Orange Stage', 'hblooza_stage2*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5127, 5127, 'Blue Stage', 'hblooza_stage2*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5128, 5128, 'Yellow Stage', 'hblooza_stage2*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5129, 5129, 'Black Stage', 'hblooza_stage2*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5130, 5130, 'Popcorn Stand', 'hblooza_popcorn', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '63', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5131, 5131, 'Dirt Floor', 'hblooza_dirtfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5132, 5132, 'Multicoloured Stage Fence', 'hblooza_tfnc_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5133, 5133, 'Beige Tent', 'tent_beige', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5134, 5134, 'Rental Space', 'hblooza_spacerent3x4', 's', 3, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5135, 5135, 'Orange Stage Fence Corner', 'hblooza_sfnc_crnr*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5136, 5136, 'Blue Stage Fence Corner', 'hblooza_sfnc_crnr*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5137, 5137, 'Yellow Stage Fence Corner', 'hblooza_sfnc_crnr*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5138, 5138, 'Black Stage Fence Corner', 'hblooza_sfnc_crnr*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5139, 5139, 'Orange Stage', 'hblooza_stage1*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5140, 5140, 'Blue Stage', 'hblooza_stage1*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5141, 5141, 'Yellow Stage', 'hblooza_stage1*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5142, 5142, 'Black Stage', 'hblooza_stage1*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5143, 5143, 'Camouflage Tent', 'tent_camo', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5144, 5144, 'Fence Corner', 'hblooza_fnc_crnr', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5145, 5145, 'Bubble Juice Stand', 'hblooza_bubblejuice', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5146, 5146, 'Orange Stage Fence', 'hblooza_tfnc_2*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5147, 5147, 'Blue Stage Fence', 'hblooza_tfnc_2*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5148, 5148, 'Yellow Stage Fence', 'hblooza_tfnc_2*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5149, 5149, 'Black Stage Fence', 'hblooza_tfnc_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5150, 5150, 'Pillar of Light!', 'hblooza_pillar1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5151, 5151, 'Big Beige Tent', 'bigtent_beige', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5152, 5152, 'Camouflage Folding Chair', 'foldablechair_camo', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5153, 5153, 'Cotton Candy Stand', 'hblooza_candyfloss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '79,80', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5154, 5154, 'Fence', 'hblooza_fnc', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5155, 5155, 'Large Rental Space', 'hblooza_spacerent6x6', 's', 6, 6, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5156, 5156, 'Hot Dog Vendor', 'hblooza_hotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '81', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5157, 5157, 'Big Camouflage Tent', 'bigtent_camo', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5158, 5158, 'Orange Stage Fence', 'hblooza_sfnc*1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5159, 5159, 'Blue Stage Fence Corner', 'hblooza_sfnc*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5160, 5160, 'Yellow Stage Fence', 'hblooza_sfnc*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5161, 5161, 'Black Stage Fence', 'hblooza_sfnc*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5162, 5162, 'Beige Folding Chair', 'foldablechair_beige', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5163, 5163, 'Blue Tent', 'tent_blue', 's', 2, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5164, 5164, ' Kiosk', 'hblooza_kiosk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5165, 5165, 'Orange Stage Gate', 'hblooza_tgate*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5166, 5166, 'Blue Stage Gate', 'hblooza_tgate*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5167, 5167, 'Yellow Stage Gate', 'hblooza_tgate*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5168, 5168, 'Black Stage Gate', 'hblooza_tgate*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5169, 5169, 'Chicken Stand', 'hblooza_chicken', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '70', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5170, 5170, 'Direction Sign', 'hblooza_sign', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5171, 5171, 'Large Rental Space', 'hblooza_spacerent7x7', 's', 7, 7, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5172, 5172, 'Rental Space', 'hblooza_spacerent5x5', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5173, 5173, 'Green Stackable Video TV', 'yttv3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5174, 5174, 'Red Stackable Video TV', 'yttv2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5175, 5175, 'Basic Video Set', 'yttv1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5176, 5176, 'Grey Stackable Video TV', 'yttv2b', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5177, 5177, 'Habbo Palooza 2013', 'prizetrophy_hblooza*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5178, 5178, 'Habbo Palooza 2013', 'prizetrophy_hblooza*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5179, 5179, 'Habbo Palooza 2013', 'prizetrophy_hblooza*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5180, 5180, '2x1 Stack Magic Tile', 'tile_stackmagic1', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5181, 5181, '2x2 Stack Magic Tile', 'tile_stackmagic2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'stack_helper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5182, 5182, 'hblooza_guitar3', 'hblooza_guitar3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5183, 5183, 'hblooza_guitar1', 'hblooza_guitar1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5184, 5184, 'hblooza_guitar11', 'hblooza_guitar11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5185, 5185, 'hblooza_guitar7', 'hblooza_guitar7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5186, 5186, 'hblooza_guitar9', 'hblooza_guitar9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5187, 5187, 'hblooza_guitar8', 'hblooza_guitar8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5188, 5188, 'hblooza_guitar6', 'hblooza_guitar6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5189, 5189, 'hblooza_guitar10', 'hblooza_guitar10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5190, 5190, 'hblooza_guitar5', 'hblooza_guitar5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5191, 5191, 'hblooza_guitar4', 'hblooza_guitar4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5192, 5192, 'hblooza_guitar2', 'hblooza_guitar2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5193, 5193, 'Ultra Rare Pinata', 'hblooza_pinata2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5194, 5194, 'Rainbow Pinata', 'hblooza_pinata1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5195, 5195, 'Piggy Pirate Flag', 'ads_vpiggy_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5196, 5196, 'Golden Pig', 'ads_vpiggy_pig', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5197, 5197, 'Glass Bottle 1', 'pirate_bottle_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5198, 5198, 'Ship Edging 3', 'pirate_dvdr3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5199, 5199, 'Glass Bottle 3', 'pirate_bottle_3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5200, 5200, 'Glass Bottle 2', 'pirate_bottle_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5201, 5201, 'Treasure chest', 'pirate_chest1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5202, 5202, 'Stackable barrels', 'pirate_barrel1', 's', 1, 1, 1.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5203, 5203, 'Pile o\' Balls', 'pirate_cannonballs', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5204, 5204, 'Basic Lower Sail', 'pirate_mast2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5205, 5205, 'Group Lower Sail', 'pirate_mast2grp', 's', 1, 1, 6.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5206, 5206, 'Glass Bottle 8', 'pirate_bottle_8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5207, 5207, 'Glass Bottle 7', 'pirate_bottle_7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5208, 5208, 'Ship Edging 2', 'pirate_dvdr2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5209, 5209, 'Crate', 'pirate_crate', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5210, 5210, 'Pirate Talking Parrot', 'pirate_parrot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'talking_furni', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5211, 5211, 'Group Upper Sail', 'pirate_mast3grp', 's', 1, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'guild_furni', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5212, 5212, 'Sword Rack', 'pirate_swordrack', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5213, 5213, 'Glass Bottle 10', 'pirate_bottle_10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5214, 5214, 'Gate', 'pirate_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5215, 5215, 'pirate_side1 name', 'pirate_side1', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5216, 5216, 'Pirate Room Background', 'pirate_roombg', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5217, 5217, 'Ship Side', 'pirate_stage3', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5218, 5218, 'Glass Bottle 4', 'pirate_bottle_4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5219, 5219, 'Glass Bottle 9', 'pirate_bottle_9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5220, 5220, 'Ship Corner', 'pirate_stage2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5221, 5221, 'Lower Mast', 'pirate_mast1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5222, 5222, 'Pirate Cannon', 'pirate_cannon', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5223, 5223, 'Stair Block', 'pirate_stairs', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5224, 5224, 'spacerent_room name', 'spacerent_room', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5225, 5225, 'Group Crows Nest', 'pirate_mast4grp', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5226, 5226, 'Grate', 'pirate_grate', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5227, 5227, 'Ships Wheel', 'ship_wheel', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5228, 5228, 'Glass Bottle 6', 'pirate_bottle_6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5229, 5229, 'Basic Upper Sail', 'pirate_mast3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5230, 5230, 'Stage', 'pirate_stage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '1.0;2.0;3.0;4.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5231, 5231, 'Glass Bottle 5', 'pirate_bottle_5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5232, 5232, 'Pirate Flag', 'pirate_flag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5233, 5233, 'Orange barrel', 'pirate_barrel2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5234, 5234, 'Plank', 'pirate_plank', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5235, 5235, 'Anchor', 'pirate_anchor', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5236, 5236, 'Gun Rack', 'pirate_gunrack', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5237, 5237, 'Sand Trap', 'pirate_sandtrap', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 163, 163, '');
INSERT INTO `items_base` VALUES (5238, 5238, 'Fish Barrel', 'pirate_barrel3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5239, 5239, 'Crows Nest', 'pirate_mast4', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5240, 5240, 'Ship Edging 1', 'pirate_dvdr1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5241, 5241, 'Pirate Teleport', 'pirate_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5242, 5242, 'Poseidon Statue', 'pirate_poseidon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5243, 5243, 'Kraken', 'pirate_kraken', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5244, 5244, 'Navigators Desk', 'pirate_navdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5245, 5245, 'Ghost Ship Edging 1', 'pirate_dvdr1_g', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5246, 5246, 'pirate_stage_g', 'pirate_stage_g', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5247, 5247, 'pirate_stage3_g', 'pirate_stage3_g', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5248, 5248, 'pirate_stairs_g', 'pirate_stairs_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5249, 5249, 'pirate_plank_g', 'pirate_plank_g', 's', 2, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5250, 5250, 'pirate_flag_g', 'pirate_flag_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5251, 5251, 'pirate_mast_g', 'pirate_mast_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5252, 5252, 'pirate_gate_g', 'pirate_gate_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5253, 5253, 'pirate_stage2_g', 'pirate_stage2_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5254, 5254, 'ship_wheel_g', 'ship_wheel_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5255, 5255, 'pirate_dvdr3_g', 'pirate_dvdr3_g', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5256, 5256, 'pirate_dvdr2_g', 'pirate_dvdr2_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5257, 5257, 'Rare Gilded Chair', 'school_chairgold', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5258, 5258, 'Green Coatrack', 'school_coatrack_g', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5259, 5259, 'Green School Locker', 'school_locker_g_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5260, 5260, 'Blue Coatrack', 'school_coatrack_b', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5261, 5261, 'Blue School Locker', 'school_locker_b_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5262, 5262, 'Blue School Chair', 'school_chair_b', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5263, 5263, 'Teleport School Locker', 'school_locker_g', 's', 1, 1, 0.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5264, 5264, 'Rare Gilded Desk', 'school_consolegold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5265, 5265, 'Green School Chair', 'school_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5266, 5266, 'School Water Fountain', 'school_fountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5267, 5267, 'Red School Locker', 'school_locker_r_notele', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5268, 5268, 'Green School Desk', 'school_console_g', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5269, 5269, 'Blue School Desk', 'school_console_b', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5270, 5270, 'Red Coatrack', 'school_coatrack_r', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5271, 5271, 'School Gates', 'school_gate', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5272, 5272, 'School Lunch Cart', 'school_cafe', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5273, 5273, 'Grunge Lamp', 'grungelamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5274, 5274, 'ads_clearasil_vend2 name', 'ads_clearasil_vend2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1050', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5275, 5275, 'golden_apple name', 'golden_apple', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5276, 5276, 'Trophy Display', 'trophy_display', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5277, 5277, 'Sally the Sheep', 'hween13_sheep', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5278, 5278, 'Wilting Rose', 'hween13_rose', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5279, 5279, 'Seance Book', 'hween13_book', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5280, 5280, 'Castle Turret Top', 'hween13_castleturret3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5281, 5281, 'Castle Turret block', 'hween13_castleturret1', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5282, 5282, 'Castle Turret Block with window', 'hween13_castleturret2', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5283, 5283, 'Castle Wall with window', 'hween13_castleblock2', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5284, 5284, 'Troll Bridge End', 'hween13_bridgeend', 's', 1, 1, 0.60, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5285, 5285, 'Thorny Divider Corner Piece', 'hween13_thorndiv2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5286, 5286, 'Thorny Divider', 'hween13_thorndiv1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5287, 5287, 'Guts Floor Piece', 'hween13_gutsfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5288, 5288, 'Thorny grass', 'hween13_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5289, 5289, 'Castle Wall Spike', 'hween13_castlespike', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5290, 5290, 'Castle Wall', 'hween13_castleblock1', 's', 1, 2, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5291, 5291, 'Castle floor tile', 'hween13_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5292, 5292, 'Terrifying background', 'hween13_roombg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5293, 5293, 'Troll Bridge Middle', 'hween13_bridgemid', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5294, 5294, 'Metal Fence', 'hween13_fence_1', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5295, 5295, 'Stage 1x1 Piece', 'hween13_stage_s', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5296, 5296, 'Metal Corner', 'hween13_crnr_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5297, 5297, 'House of Cards Table', 'hween13_cardtable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5298, 5298, 'Metal Gate', 'hween13_gate_1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5299, 5299, 'Poisonous Apple Tree', 'hween13_tree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5300, 5300, 'Blood Drips', 'hween13_bldtrail', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5301, 5301, 'Tea Cup Seat', 'hween13_teacup', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5302, 5302, 'Red Spades Card Tile', 'hween13_tile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5303, 5303, 'Stage 2x2 Piece', 'hween13_stage_l', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5304, 5304, '', 'hween13_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5305, 5305, 'Pocket Watch', 'hween13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5306, 5306, 'Dark Spades Card Tile', 'hween13_tile2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5307, 5307, 'Cracked Mirror', 'hween13_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5308, 5308, 'Floating candle', 'hween13_candle', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5309, 5309, 'Pig Candelabra', 'hween13_piglamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5310, 5310, 'Castle Gargoyle', 'hween13_castlegarg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5311, 5311, 'Castle Door', 'hween13_castledoor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5312, 5312, 'Tea set', 'hween13_teaset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5313, 5313, '', 'hween13_dwarfdiv', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5314, 5314, '', 'hween13_dwarfcrn', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5315, 5315, 'Information Terminal', 'info_terminal', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'information_terminal', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5316, 5316, 'button_green name', 'button_green', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5317, 5317, 'Bed made of a scroll', 'hween13_bed', 's', 1, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5318, 5318, 'Headonistic Pig', 'loyalty_pig', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5319, 5319, 'Princess and the Pea Rare', 'hween13_monsterpea', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5320, 5320, 'Demonic Sheep', 'hween13_sheepdemon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5321, 5321, 'Throne of Thorns', 'hween13_throne', 's', 1, 1, 1.85, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5322, 5322, 'The Secret TV', 'yttv2n', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5323, 5323, 'Cinema Teleport', 'cine_teleport4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5324, 5324, 'Director\'s Chair', 'cine_starchair', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5325, 5325, 'Cine Pillar Light', 'cine_pillarlight', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5326, 5326, 'Cinema Teleport', 'cine_teleport2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5327, 5327, 'Big Popcorn', 'cine_bigcorn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5328, 5328, 'Cinema Teleport', 'cine_teleport1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5329, 5329, 'Big Soda', 'cine_soda', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5330, 5330, 'Cinema Teleport', 'cine_teleport3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5331, 5331, 'Ditch the Label Flag Machine', 'ads_dtlrare', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1048', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5332, 5332, 'NFS CRYSTAL', 'mystics_crystal', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 14, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5333, 5333, 'sfx_taperec_breakbeat name', 'sfx_taperec_breakbeat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5334, 5334, 'sfx_taperec name', 'sfx_taperec', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5335, 5335, 'sfx_taperec_bassline name', 'sfx_taperec_bassline', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5336, 5336, 'Sound set 79', 'sound_set_79', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5337, 5337, 'background_color name', 'background_color', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5338, 5338, 'pixel_couch_pink name', 'pixel_couch_pink', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5339, 5339, 'pixel_couch_green name', 'pixel_couch_green', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5340, 5340, 'pixel_couch_black name', 'pixel_couch_black', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5341, 5341, 'pixel_couch_red name', 'pixel_couch_red', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5342, 5342, 'Small Wooden Block', 'xmas13_block2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5343, 5343, 'Icy Cannon', 'xmas13_snowflake10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'cannon', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5344, 5344, 'Icy thorn bush', 'xmas13_snowflake2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5345, 5345, 'Workshop Table', 'xmas13_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5346, 5346, 'Icy Tiki statue', 'xmas13_snowflake5', 's', 1, 1, 2.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5347, 5347, 'Snack', 'xmas13_snack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5348, 5348, 'Icy Cactus', 'xmas13_snowflake9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5349, 5349, 'Icy duck shrub', 'xmas13_snowflake3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5350, 5350, 'Large Wooden Block', 'xmas13_block1', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5351, 5351, 'Icy cupid', 'xmas13_snowflake6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5352, 5352, 'Icy candelabra', 'xmas13_snowflake1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5353, 5353, 'Icy sink', 'xmas13_snowflake7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5354, 5354, 'Icy lamp post', 'xmas13_snowflake4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5355, 5355, 'Icy blue plant', 'xmas13_snowflake8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5356, 5356, 'Workshop chair', 'xmas13_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5357, 5357, 'Workshop Floor', 'xmas13_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5358, 5358, 'js_bling_chair_w name', 'js_bling_chair_w', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5359, 5359, 'White Bling Bed', 'js_bling_bed', 's', 2, 3, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5360, 5360, 'Chandelier', 'js_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5361, 5361, 'White Bling Seat', 'js_bling11_seat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5362, 5362, 'White Bling Fridge', 'js_bling_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 3, '50', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5363, 5363, 'js_bling_fridge', 'js_bling11_seat2', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5364, 5364, 'White Bling Sofa', 'js_bling11_sofa', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5365, 5365, 'White Bling Divan', 'js_bling11_dvn', 's', 1, 3, 1.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5366, 5366, 'lidotower name', 'lidotower', 's', 4, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5367, 5367, 'test_tent name', 'test_tent', 's', 2, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5368, 5368, 'test_cnd_not_stuff_is name', 'test_cnd_not_stuff_is', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5369, 5369, 'test_cnd_not_furni_on name', 'test_cnd_not_furni_on', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5370, 5370, 'Forum Terminal', 'info_terminal_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5371, 5371, 'talking_fridge name', 'talking_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5372, 5372, 'telescopetest name', 'telescopetest', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5373, 5373, 'test_spacerent name', 'test_spacerent', 's', 6, 6, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'rentable_space', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5374, 5374, 'Test guild custom furni', 'guild_customized', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5375, 5375, 'test_effectswitch name', 'test_effectswitch', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5376, 5376, 'test_cnd_not_hv_avtrs name', 'test_cnd_not_hv_avtrs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5377, 5377, 'vimeo_cubie name', 'vimeo_cubie', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5378, 5378, 'vote_majority name', 'vote_majority', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5379, 5379, 'test_cnd_not_in_group name', 'test_cnd_not_in_group', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5380, 5380, 'ytprojector name', 'ytprojector', 's', 3, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5381, 5381, 'test_cnd_not_match_snap name', 'test_cnd_not_match_snap', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5382, 5382, 'testbot name', 'testbot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5383, 5383, 'ach Resolution test', 'ach_resolution_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5384, 5384, 'test_bigtent name', 'test_bigtent', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5385, 5385, 'test_cnd_not_in_team name', 'test_cnd_not_in_team', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_act_give_credits', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5386, 5386, 'icecream_stand name', 'icecream_stand', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5387, 5387, 'test_candyfloss name', 'test_candyfloss', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5388, 5388, 'test_cnd_not_wearing_b name', 'test_cnd_not_wearing_b', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5389, 5389, 'shallow_test name', 'shallow_test', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5390, 5390, 'test_cnd_not_wearing_f name', 'test_cnd_not_wearing_f', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5391, 5391, 'test_builder_placeholder name', 'test_builder_placeholder', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5392, 5392, 'test_cnd_not_trggrer_on name', 'test_cnd_not_trggrer_on', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5393, 5393, 'change_state_on_step name', 'change_state_on_step', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5394, 5394, 'test_highscore_alltime name', 'test_highscore*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5395, 5395, 'test_highscore_daily name', 'test_highscore*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5396, 5396, 'test_highscore_weekly name', 'test_highscore*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5397, 5397, 'test_highscore_monthly name', 'test_highscore*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5398, 5398, 'testtubetv2 name', 'testtubetv2', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'yt_tv', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5399, 5399, 'vimeo_test name', 'vimeo_test', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5400, 5400, 'action_link_furni_test name', 'action_link_furni_test', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5401, 5401, 'test_highscore_wins_alltime name', 'test_highscore_wins*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5402, 5402, 'test_highscore_wins_daily name', 'test_highscore_wins*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5403, 5403, 'test_highscore_wins_weekly name', 'test_highscore_wins*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5404, 5404, 'test_highscore_wins_monthly name', 'test_highscore_wins*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5405, 5405, 'Tree Trunk', 'cr_tree_basic_01', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5406, 5406, 'handitem_tester name', 'handitem_tester', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5407, 5407, 'random_tele_1 name', 'random_tele_1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5408, 5408, 'builder_exp name', 'builder_exp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5409, 5409, 'cameraproto name', 'cameraproto', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5410, 5410, 'test_shipside name', 'test_shipside', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5411, 5411, 'lovelock_test name', 'lovelock_test', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5412, 5412, 'testing_crackable name', 'testing_crackable', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5413, 5413, 'royal_sofa name', 'royal_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5414, 5414, 'test_ltd_handitem name', 'test_ltd_handitem', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5415, 5415, 'testing_yt name', 'testing_yt', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5416, 5416, 'vote_machine name', 'vote_machine', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5417, 5417, 'Badge Display Case Test', 'badge_display_case', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5418, 5418, 'testtubetv1 name', 'testtubetv1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5419, 5419, 'royal_chair name', 'royal_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5420, 5420, 'random_tele_2 name', 'random_tele_2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5421, 5421, 'statestoragetesting', 'statestoragetesting*1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5422, 5422, 'statestoragetesting', 'statestoragetesting*2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5423, 5423, 'statestoragetesting', 'statestoragetesting*3', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5424, 5424, 'statestoragetesting', 'statestoragetesting*4', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5425, 5425, 'statestoragetesting', 'statestoragetesting*5', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5426, 5426, 'statestoragetesting', 'statestoragetesting*6', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5427, 5427, 'statestoragetesting', 'statestoragetesting*7', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5428, 5428, 'statestoragetesting', 'statestoragetesting*8', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5429, 5429, 'statestoragetesting', 'statestoragetesting*9', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5430, 5430, 'test_cnd_not_user_count name', 'test_cnd_not_user_count', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5431, 5431, 'soundblock name', 'soundblock', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5432, 5432, 'testing_rentablespace name', 'testing_rentablespace', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5433, 5433, 'test_festhotdog name', 'test_festhotdog', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5434, 5434, 'random_teleport name', 'random_teleport', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'hopper', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5435, 5435, 'soundblock_breakbeat name', 'soundblock_breakbeat', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5436, 5436, 'stackable_water', 'stackable_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5437, 5437, 'water_backdrop name', 'water_backdrop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5438, 5438, 'WIRED Negative Condition: Triggerer is NOT on furni', 'wf_cnd_not_trggrer_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_trggrer_on', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5439, 5439, 'WIRED Negative Condition: NOT Team Member', 'wf_cnd_not_in_team', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_in_team', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5440, 5440, 'WIRED Negative Condition: Has NO Furni On', 'wf_cnd_not_furni_on', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_furni_on', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5441, 5441, 'WIRED Negative Condition: Furnis have NO avatars', 'wf_cnd_not_hv_avtrs', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_hv_avtrs', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5442, 5442, 'wf_trg_at_time_long name', 'wf_trg_at_time_long', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_trg_at_time_long', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5443, 5443, 'WIRED Condition: User DOESN\'T count in Room', 'wf_cnd_not_user_count', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_user_count', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5444, 5444, 'wf_cnd_not_wearing_fx name', 'wf_cnd_not_wearing_fx', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_wearing_fx', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5445, 5445, 'WIRED Condition: User count in Room', 'wf_cnd_user_count_in', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_user_count_in', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5446, 5446, 'wf_cnd_not_wearing_b name', 'wf_cnd_not_wearing_b', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_not_habbo_owns_badge', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5447, 5447, 'WIRED Condition: Furni Type Matches', 'wf_cnd_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_stuff_is', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5448, 5448, 'WIRED Negative Condition: NOT Group Member', 'wf_cnd_not_in_group', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_in_group', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5449, 5449, 'WIRED Condition: Furni Type DOESN\'T Match', 'wf_cnd_not_stuff_is', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_not_stuff_is', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5450, 5450, 'WIRED Effect: Move Triggering Furni', 'wf_act_move_furni_to', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_move_furni_to', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5451, 5451, 'wf_act_toggle_to_rnd', 'wf_act_toggle_to_rnd', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_toggle_to_rnd', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5452, 5452, 'WIRED Negative Condition: Furni states DOESN\'T match', 'wf_cnd_not_match_snap', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_not_match_snap', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5453, 5453, 'crystal_dragon name', 'crystal_dragon', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5454, 5454, 'crystal_throne name', 'crystal_throne', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5455, 5455, 'Pearl Dragon Egg', 'white_dino_egg', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5456, 5456, 'bg_cloud name', 'bg_cloud', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5457, 5457, 'hole4 name', 'hole4', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5458, 5458, 'hole1x1test', 'hole1x1test', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5459, 5459, 'teleport_random name', 'teleport_random', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5460, 5460, 'teleport_random_2 name', 'teleport_random_2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'hopper', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5461, 5461, 'CF_5000_suitcase name', 'CF_5000_suitcase', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5462, 5462, 'Small Block', 'bc_block_0*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5463, 5463, 'Small Block 10', 'bc_block_0*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5464, 5464, 'Small Block 11', 'bc_block_0*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5465, 5465, 'Small Block 12', 'bc_block_0*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5466, 5466, 'Small Block 13', 'bc_block_0*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5467, 5467, 'Small Block 14', 'bc_block_0*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5468, 5468, 'Small Block 2', 'bc_block_0*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5469, 5469, 'Small Block 3', 'bc_block_0*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5470, 5470, 'Small Block 4', 'bc_block_0*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5471, 5471, 'Small Block 5', 'bc_block_0*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5472, 5472, 'Small Block 6', 'bc_block_0*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5473, 5473, 'Small Block 7', 'bc_block_0*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5474, 5474, 'Small Block 8', 'bc_block_0*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5475, 5475, 'Small Block 9', 'bc_block_0*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5476, 5476, 'Large Block', 'bc_block_1*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5477, 5477, 'Large Block 10', 'bc_block_1*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5478, 5478, 'Large Block 11', 'bc_block_1*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5479, 5479, 'Large Block 12', 'bc_block_1*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5480, 5480, 'Large Block 13', 'bc_block_1*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5481, 5481, 'Large Block 14', 'bc_block_1*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5482, 5482, 'Large Block 2', 'bc_block_1*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5483, 5483, 'Large Block 3', 'bc_block_1*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5484, 5484, 'Large Block 4', 'bc_block_1*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5485, 5485, 'Large Block 5', 'bc_block_1*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5486, 5486, 'Large Block 6', 'bc_block_1*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5487, 5487, 'Large Block 7', 'bc_block_1*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5488, 5488, 'Large Block 8', 'bc_block_1*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5489, 5489, 'Large Block 9', 'bc_block_1*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5490, 5490, 'Carpenter\'s Carpet', 'xmas13_rug', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5491, 5491, 'Mahogany Shelves', 'xmas13_shelves', 's', 2, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5492, 5492, 'Wrapping Paper Pillar', 'xmas13_pillar', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5493, 5493, 'Wooden Horse', 'xmas13_toyhorse', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5494, 5494, 'Mallet and Chisel', 'xmas13_tools1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5495, 5495, 'Green Paint Splat', 'xmas13_paintsplat1', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5496, 5496, 'Gingerbread House', 'xmas13_gingerbread', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5497, 5497, 'Christmas Tree Light', 'xmas13_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5498, 5498, 'Candy Machine', 'xmas13_candycane1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5499, 5499, 'Purple Paint Splat', 'xmas13_paintsplat3', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5500, 5500, 'Yellow Paint Splat', 'xmas13_paintsplat4', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5501, 5501, 'Blue Paint Splat', 'xmas13_paintsplat2', 's', 1, 1, 0.02, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5502, 5502, 'Candy Pipe', 'xmas13_candycane2', '', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5503, 5503, 'Paint Bucket', 'xmas13_bucket1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5504, 5504, 'Purple Toy Block', 'xmas13_toyblock2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5505, 5505, 'Blue Toy Block', 'xmas13_toyblock4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5506, 5506, 'Green Toy Block', 'xmas13_toyblock3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5507, 5507, 'Red Toy Block', 'xmas13_toyblock1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5508, 5508, 'HC Executive Security Camera', 'hc_exe_seccam', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5509, 5509, 'HC Executive Work Desk', 'hc_exe_wrkdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5510, 5510, 'HC Executive Glass Divider', 'hc_exe_glassdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5511, 5511, 'HC Executive Sofa', 'hc_exe_sofa', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5512, 5512, 'HC Executive Small Table', 'hc_exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5513, 5513, 'HC Executive Light', 'hc_exe_light', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5514, 5514, 'HC Executive Boss Chair', 'hc_exe_chair2', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5515, 5515, 'HC Executive Boss Table', 'hc_exe_table', 's', 3, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5516, 5516, 'HC Executive Sofa Chair', 'hc_exe_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5517, 5517, 'HC Executive Elevator Teleport', 'hc_exe_elevator', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5518, 5518, 'HC Executive Cube Light', 'hc_exe_cubelight', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5519, 5519, 'mutearea_sign name', 'mutearea_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5520, 5520, 'buildarea_sign name', 'buildarea_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'ads_bg', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5521, 5521, 'Mince Pies', 'xmas13_mincepies', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5522, 5522, 'Eggnog Bowl', 'xmas13_eggnogbowl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '73', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5523, 5523, 'Eggnog Set', 'xmas13_eggnogglass', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5524, 5524, 'Magical Machine', 'xmas13_machine1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5525, 5525, 'Jack in the Box', 'xmas13_jack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5526, 5526, '2014 LTD Rare', 'xmas13_throne', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5527, 5527, 'Toolset', 'xmas13_toolbox', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5528, 5528, 'Santa\'s Workdesk', 'xmas13_workdesk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5529, 5529, 'Robot Dinosaur', 'xmas13_robotdino', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5530, 5530, 'Gnome in a Box', 'gnome_box', 's', 1, 1, 2.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5531, 5531, 'Diamond Duck', 'CF_750_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5532, 5532, 'Emerald Duck', 'CF_350_duck', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5533, 5533, 'Candy Terminal', 'xmas13_terminal', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5534, 5534, 'Icy Ice Cream Maker', 'xmas13_icecream', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 0, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5535, 5535, 'Starry Night', 'roombg_stars', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5536, 5536, 'Skyscraper City', 'roombg_city1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5537, 5537, 'Evening Cityscape', 'roombg_city2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5538, 5538, 'Ruby and Gold Horse Statue', 'rare_chinahorse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5539, 5539, 'Brick Block 1', 'bc_block_redbrick*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5540, 5540, 'Brick Block 10', 'bc_block_redbrick*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5541, 5541, 'Brick Block 11', 'bc_block_redbrick*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5542, 5542, 'Brick Block 12', 'bc_block_redbrick*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5543, 5543, 'Brick Block 13', 'bc_block_redbrick*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5544, 5544, 'Brick Block 14', 'bc_block_redbrick*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5545, 5545, 'Brick Block 2', 'bc_block_redbrick*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5546, 5546, 'Brick Block 3', 'bc_block_redbrick*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5547, 5547, 'Brick Block 4', 'bc_block_redbrick*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5548, 5548, 'Brick Block 5', 'bc_block_redbrick*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5549, 5549, 'Brick Block 6', 'bc_block_redbrick*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5550, 5550, 'Brick Block 7', 'bc_block_redbrick*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5551, 5551, 'Brick Block 8', 'bc_block_redbrick*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5552, 5552, 'Brick Block 9', 'bc_block_redbrick*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5553, 5553, 'Art Deco Block 1', 'bc_block_artdeco1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5554, 5554, 'Art Deco Block 2', 'bc_block_artdeco1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5555, 5555, 'Art Deco Block 3', 'bc_block_artdeco1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5556, 5556, 'Art Deco Block 4', 'bc_block_artdeco1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5557, 5557, 'Art Deco Block 5', 'bc_block_artdeco1*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5558, 5558, 'Industrial Block 1', 'bc_block_industrial*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5559, 5559, 'Industrial Block 2', 'bc_block_industrial*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5560, 5560, 'Industrial Block 3', 'bc_block_industrial*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5561, 5561, 'Industrial Block 4', 'bc_block_industrial*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5562, 5562, 'Industrial Block 5', 'bc_block_industrial*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5563, 5563, 'bc_lavarock_1 name', 'bc_lavarock*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5564, 5564, 'bc_lavarock_10 name', 'bc_lavarock*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5565, 5565, 'bc_lavarock_11 name', 'bc_lavarock*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5566, 5566, 'bc_lavarock_12 name', 'bc_lavarock*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5567, 5567, 'bc_lavarock_13 name', 'bc_lavarock*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5568, 5568, 'bc_lavarock_14 name', 'bc_lavarock*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5569, 5569, 'bc_lavarock_2 name', 'bc_lavarock*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5570, 5570, 'bc_lavarock_3 name', 'bc_lavarock*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5571, 5571, 'bc_lavarock_4 name', 'bc_lavarock*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5572, 5572, 'bc_lavarock_5 name', 'bc_lavarock*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5573, 5573, 'bc_lavarock_6 name', 'bc_lavarock*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5574, 5574, 'bc_lavarock_7 name', 'bc_lavarock*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5575, 5575, 'bc_lavarock_8 name', 'bc_lavarock*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5576, 5576, 'bc_lavarock_9 name', 'bc_lavarock*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5577, 5577, 'Metal Block 1', 'bc_block_metalgrip*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5578, 5578, 'Metal Block 2', 'bc_block_metalgrip*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5579, 5579, 'Metal Block 3', 'bc_block_metalgrip*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5580, 5580, 'Metal Block 4', 'bc_block_metalgrip*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5581, 5581, 'Metal Block 5', 'bc_block_metalgrip*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5582, 5582, 'Grass Block 1', 'bc_block_grass*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5583, 5583, 'Grass Block 2', 'bc_block_grass*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5584, 5584, 'Grass Block 3', 'bc_block_grass*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5585, 5585, 'Grass Block 4', 'bc_block_grass*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5586, 5586, 'Grass Block 5', 'bc_block_grass*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5587, 5587, 'Grass Block 6', 'bc_block_grass*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5588, 5588, 'Grass Block 7', 'bc_block_grass*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5589, 5589, 'Marble Block 1', 'bc_block_marble*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5590, 5590, 'Marble Block 10', 'bc_block_marble*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5591, 5591, 'Marble Block 11', 'bc_block_marble*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5592, 5592, 'Marble Block 12', 'bc_block_marble*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5593, 5593, 'Marble Block 13', 'bc_block_marble*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5594, 5594, 'Marble Block 14', 'bc_block_marble*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5595, 5595, 'Marble Block 2', 'bc_block_marble*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5596, 5596, 'Marble Block 3', 'bc_block_marble*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5597, 5597, 'Marble Block 4', 'bc_block_marble*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5598, 5598, 'Marble Block 5', 'bc_block_marble*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5599, 5599, 'Marble Block 6', 'bc_block_marble*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5600, 5600, 'Marble Block 7', 'bc_block_marble*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5601, 5601, 'Marble Block 8', 'bc_block_marble*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5602, 5602, 'Marble Block 9', 'bc_block_marble*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5603, 5603, 'Sand Block 1', 'bc_block_sand*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5604, 5604, 'Sand Block 2', 'bc_block_sand*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5605, 5605, 'Sand Block 3', 'bc_block_sand*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5606, 5606, 'Sand Block 4', 'bc_block_sand*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5607, 5607, 'Sand Block 5', 'bc_block_sand*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5608, 5608, 'Sand Block 6', 'bc_block_sand*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5609, 5609, 'Sand Block 7', 'bc_block_sand*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5610, 5610, 'Glass Block 1', 'bc_block_glass*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5611, 5611, 'Glass Block 10', 'bc_block_glass*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5612, 5612, 'Glass Block 11', 'bc_block_glass*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5613, 5613, 'Glass Block 12', 'bc_block_glass*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5614, 5614, 'Glass Block 13', 'bc_block_glass*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5615, 5615, 'Glass Block 14', 'bc_block_glass*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5616, 5616, 'Glass Block 2', 'bc_block_glass*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5617, 5617, 'Glass Block 3', 'bc_block_glass*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5618, 5618, 'Glass Block 4', 'bc_block_glass*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5619, 5619, 'Glass Block 5', 'bc_block_glass*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5620, 5620, 'Glass Block 6', 'bc_block_glass*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5621, 5621, 'Glass Block 7', 'bc_block_glass*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5622, 5622, 'Glass Block 8', 'bc_block_glass*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5623, 5623, 'Glass Block 9', 'bc_block_glass*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5624, 5624, 'Round Block', 'bc_round*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5625, 5625, 'Round Block 10', 'bc_round*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5626, 5626, 'Round Block 11', 'bc_round*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5627, 5627, 'Round Block 12', 'bc_round*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5628, 5628, 'Round Block 13', 'bc_round*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5629, 5629, 'Round Block 14', 'bc_round*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5630, 5630, 'Round Block 2', 'bc_round*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5631, 5631, 'Round Block 3', 'bc_round*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5632, 5632, 'Round Block 4', 'bc_round*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5633, 5633, 'Round Block 5', 'bc_round*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5634, 5634, 'Round Block 6', 'bc_round*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5635, 5635, 'Round Block 7', 'bc_round*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5636, 5636, 'Round Block 8', 'bc_round*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5637, 5637, 'Round Block 9', 'bc_round*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5638, 5638, 'Wool Block 1', 'bc_block_wool*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5639, 5639, 'Wool Block 10', 'bc_block_wool*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5640, 5640, 'Wool Block 11', 'bc_block_wool*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5641, 5641, 'Wool Block 12', 'bc_block_wool*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5642, 5642, 'Wool Block 13', 'bc_block_wool*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5643, 5643, 'Wool Block 14', 'bc_block_wool*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5644, 5644, 'Wool Block 2', 'bc_block_wool*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5645, 5645, 'Wool Block 3', 'bc_block_wool*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5646, 5646, 'Wool Block 4', 'bc_block_wool*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5647, 5647, 'Wool Block 5', 'bc_block_wool*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5648, 5648, 'Wool Block 6', 'bc_block_wool*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5649, 5649, 'Wool Block 7', 'bc_block_wool*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5650, 5650, 'Wool Block 8', 'bc_block_wool*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5651, 5651, 'Wool Block 9', 'bc_block_wool*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5652, 5652, 'bc_stone_1 name', 'bc_stone*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5653, 5653, 'bc_stone_10 name', 'bc_stone*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5654, 5654, 'bc_stone_11 name', 'bc_stone*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5655, 5655, 'bc_stone_12 name', 'bc_stone*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5656, 5656, 'bc_stone_13 name', 'bc_stone*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5657, 5657, 'bc_stone_14 name', 'bc_stone*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5658, 5658, 'bc_stone_2 name', 'bc_stone*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5659, 5659, 'bc_stone_3 name', 'bc_stone*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5660, 5660, 'bc_stone_4 name', 'bc_stone*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5661, 5661, 'bc_stone_5 name', 'bc_stone*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5662, 5662, 'bc_stone_6 name', 'bc_stone*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5663, 5663, 'bc_stone_7 name', 'bc_stone*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5664, 5664, 'bc_stone_8 name', 'bc_stone*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5665, 5665, 'bc_stone_9 name', 'bc_stone*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5666, 5666, 'bc_metalcrate_1 name', 'bc_metalcrate*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5667, 5667, 'bc_metalcrate_10 name', 'bc_metalcrate*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5668, 5668, 'bc_metalcrate_11 name', 'bc_metalcrate*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5669, 5669, 'bc_metalcrate_12 name', 'bc_metalcrate*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5670, 5670, 'bc_metalcrate_13 name', 'bc_metalcrate*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5671, 5671, 'bc_metalcrate_14 name', 'bc_metalcrate*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5672, 5672, 'bc_metalcrate_2 name', 'bc_metalcrate*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5673, 5673, 'bc_metalcrate_3 name', 'bc_metalcrate*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5674, 5674, 'bc_metalcrate_4 name', 'bc_metalcrate*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5675, 5675, 'bc_metalcrate_5 name', 'bc_metalcrate*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5676, 5676, 'bc_metalcrate_6 name', 'bc_metalcrate*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5677, 5677, 'bc_metalcrate_7 name', 'bc_metalcrate*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5678, 5678, 'bc_metalcrate_8 name', 'bc_metalcrate*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5679, 5679, 'bc_metalcrate_9 name', 'bc_metalcrate*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5680, 5680, 'Horse Statue', 'china_horse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5681, 5681, 'Habbo Stories Hero Trophy.', 'prizetrophy_storieshero', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5682, 5682, 'Book of Habbo Knowledge I', 'book_rare*0', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5683, 5683, 'Book of Habbo Knowledge II', 'book_rare*1', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5684, 5684, 'book_rare_2 name', 'book_rare*2', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5685, 5685, 'book_rare_3 name', 'book_rare*3', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5686, 5686, 'book_rare_4 name', 'book_rare*4', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5687, 5687, 'book_rare_5 name', 'book_rare*5', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5688, 5688, 'book_rare_6 name', 'book_rare*6', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5689, 5689, 'book_rare_7 name', 'book_rare*7', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5690, 5690, 'book_rare_8 name', 'book_rare*8', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5691, 5691, 'book_rare_9 name', 'book_rare*9', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5692, 5692, 'Pine Bench', 'val14_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5693, 5693, 'Pine Table', 'val14_table', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5694, 5694, 'Bouquet of Pages', 'val14_rosebook', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5695, 5695, 'Pine Stool', 'val14_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5696, 5696, 'Green Form Recliner', 'val14_bed_g', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5697, 5697, 'Blue Spa Roof', 'val14_b_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5698, 5698, 'Sliding Glass Doors', 'val14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5699, 5699, 'Small Blue Spa Tile', 'val14_tile2', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5700, 5700, 'Orange Form Recliner', 'val14_bed_o', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5701, 5701, 'Spa Wheelchair', 'val14_wchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5702, 5702, 'Small Orange Spa Tile', 'val14_tile3', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5703, 5703, 'Green Spa Roof', 'val14_g_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5704, 5704, 'Big Leaf Plant', 'val14_bigplant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5705, 5705, 'Calming Tree', 'val14_pot1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5706, 5706, 'Marble Foot Bath', 'val14_fbath', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5707, 5707, 'Large Ceramic Spa Tile', 'val14_largetile', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5708, 5708, 'Small Green Spa Tile', 'val14_tile1', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5709, 5709, 'Clay Spa Roof', 'val14_y_roof', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5710, 5710, 'Leafy Archway', 'val14_archway', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5711, 5711, 'Solo Glass Door', 'val14_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5712, 5712, 'Treatment Chair', 'val14_recchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5713, 5713, 'Blue Form Recliner', 'val14_bed_b', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5714, 5714, 'Narcissus Plant', 'val14_bigplant2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5715, 5715, 'Blue Exterior Wall', 'val14_b_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5716, 5716, 'Green Exterior Wall', 'val14_g_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5717, 5717, 'Yellow Exterior Wall', 'val14_y_wall', 's', 2, 1, 2.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5718, 5718, 'L0-V3 Machine', 'val14_lovelock1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5719, 5719, 'Pink L0-V3 Machine', 'val14_lovelock2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5720, 5720, 'prizetrophy_room2_g name', 'prizetrophy_room2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5721, 5721, 'prizetrophy_room2_s name', 'prizetrophy_room2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5722, 5722, 'prizetrophy_room2_b name', 'prizetrophy_room2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5723, 5723, 'Hotel Prize Trophy', 'prizetrophy_hotel1*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5724, 5724, 'prizetrophy_hotel1_s name', 'prizetrophy_hotel1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5725, 5725, 'prizetrophy_hotel1_b name', 'prizetrophy_hotel1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5726, 5726, 'rare_pbag_1 name', 'rare_pbag*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5727, 5727, 'rare_pbag_2 name', 'rare_pbag*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5728, 5728, 'rare_pbag_3 name', 'rare_pbag*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5729, 5729, 'rare_pbag_4 name', 'rare_pbag*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5730, 5730, 'rare_pbag_5 name', 'rare_pbag*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5731, 5731, 'Punching Bag VI', 'rare_pbag*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5732, 5732, 'Punching Bag VII', 'rare_pbag*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5733, 5733, 'Flaming Phoenix', 'br_phoenix', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5734, 5734, 'Elegant Lamp', 'val14_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5735, 5735, 'Wondrous Weeping Willow', 'stories_shakespeare_tree', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5736, 5736, 'Garden Rose Swing', 'stories_shakespeare_swing', 's', 2, 1, 1.70, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5737, 5737, 'Rosemantic Bench', 'stories_shakespeare_bench', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5738, 5738, 'Fairy Statue', 'stories_shakespeare_fairy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5739, 5739, 'Winter-lympix Bear', 'hlympic_bear', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5740, 5740, 'Eternity Fountain', 'val14_fountain', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5741, 5741, 'portabandeira', 'portabandeira', 's', 4, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5742, 5742, 'Gold L0-V3 Machine', 'val14_lovelock3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5743, 5743, 'Flash Camera', 'runway_camera', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5744, 5744, 'The Slime Geyser', 'ads_nick_geyeser', 's', 5, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5745, 5745, 'OMG Slime', 'ads_nick_faketile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5746, 5746, 'Iconic wall hanging', 'runway_hangingb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5747, 5747, 'Umbrella Light', 'runway_umbrellalight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5748, 5748, 'Neon Runway Fan', 'runway_fan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5749, 5749, 'Runway Dressing Room', 'runway_changing', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5750, 5750, 'Fortune-Teller Machine', 'rare_sage', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'pressureplate', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5751, 5751, 'Antique Camera', 'runway_oldecamera', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5752, 5752, 'Luxury Dressing Room', 'runway_changingrare', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5753, 5753, 'Pot O\' Gold', 'rare_stpat14', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5754, 5754, 'Leprechaun Nest', 'nest_leprechaun', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5755, 5755, 'Gnome Nest', 'nest_gnome', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5756, 5756, 'Leprechaun Box', 'leprechaun_box', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5757, 5757, 'newbie_stairs_pink name', 'newbie_stairs_pink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5758, 5758, 'newbie_stairs_black name', 'newbie_stairs_black', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.5;1.2;1.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5759, 5759, 'New Habbo Welcome Gift', 'newbie_present_2014', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5760, 5760, 'newbie_eleblock5 name', 'newbie_eleblock5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5761, 5761, 'newbie_eleblock1 name', 'newbie_eleblock1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5762, 5762, 'Book of wisdom', 'stories_sch_book', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5763, 5763, 'Sands of time hourglass', 'stories_sch_hourglass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5764, 5764, 'Homme Fashionista', 'LTD_fashionistam', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5765, 5765, 'Femme Fashionista', 'LTD_fashionistaf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5766, 5766, 'effect_faketile name', 'effect_faketile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5767, 5767, 'Water Block', 'bc_block_water*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5768, 5768, 'Water Block 2', 'bc_block_water*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5769, 5769, 'Water Block 3', 'bc_block_water*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5770, 5770, 'Water Block 4', 'bc_block_water*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5771, 5771, 'Water Block 5', 'bc_block_water*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5772, 5772, 'Water Block 6', 'bc_block_water*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5773, 5773, 'Tile Block', 'bc_tile*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5774, 5774, 'Tile Block 10', 'bc_tile*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5775, 5775, 'Tile Block 11', 'bc_tile*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5776, 5776, 'Tile Block 12', 'bc_tile*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5777, 5777, 'Tile Block 13', 'bc_tile*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5778, 5778, 'Tile Block 14', 'bc_tile*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5779, 5779, 'Tile Block 2', 'bc_tile*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5780, 5780, 'Tile Block 3', 'bc_tile*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5781, 5781, 'Tile Block 4', 'bc_tile*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5782, 5782, 'Tile Block 5', 'bc_tile*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5783, 5783, 'Tile Block 6', 'bc_tile*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5784, 5784, 'Tile Block 7', 'bc_tile*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5785, 5785, 'Tile Block 8', 'bc_tile*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5786, 5786, 'Tile Block 9', 'bc_tile*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5787, 5787, 'Terra Block', 'bc_terra*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5788, 5788, 'Terra Block 10', 'bc_terra*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5789, 5789, 'Terra Block 11', 'bc_terra*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5790, 5790, 'Terra Block 12', 'bc_terra*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5791, 5791, 'Terra Block 13', 'bc_terra*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5792, 5792, 'Terra Block 14', 'bc_terra*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5793, 5793, 'Terra Block 2', 'bc_terra*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5794, 5794, 'Terra Block 3', 'bc_terra*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5795, 5795, 'Terra Block 4', 'bc_terra*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5796, 5796, 'Terra Block 5', 'bc_terra*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5797, 5797, 'Terra Block 6', 'bc_terra*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5798, 5798, 'Terra Block 7', 'bc_terra*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5799, 5799, 'Terra Block 8', 'bc_terra*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5800, 5800, 'Terra Block 9', 'bc_terra*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5801, 5801, 'Flower Hedge', 'bc_flowerhedge*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5802, 5802, 'Flower Hedge 10', 'bc_flowerhedge*10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5803, 5803, 'Flower Hedge 11', 'bc_flowerhedge*11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5804, 5804, 'Flower Hedge 12', 'bc_flowerhedge*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5805, 5805, 'Flower Hedge 13', 'bc_flowerhedge*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5806, 5806, 'Flower Hedge 14', 'bc_flowerhedge*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5807, 5807, 'Flower Hedge 2', 'bc_flowerhedge*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5808, 5808, 'Flower Hedge 3', 'bc_flowerhedge*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5809, 5809, 'Flower Hedge 4', 'bc_flowerhedge*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5810, 5810, 'Flower Hedge 5', 'bc_flowerhedge*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5811, 5811, 'Flower Hedge 6', 'bc_flowerhedge*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5812, 5812, 'Flower Hedge 7', 'bc_flowerhedge*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5813, 5813, 'Flower Hedge 8', 'bc_flowerhedge*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5814, 5814, 'Flower Hedge 9', 'bc_flowerhedge*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5815, 5815, 'Headmaster\'s chair', 'stories_sch_chair', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5816, 5816, 'Prefect\'s bookshelf', 'stories_sch_bookshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5817, 5817, 'Cacao Chest', 'easter14_chocchestrare', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5818, 5818, 'free_placement_room name', 'free_placement_room', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5819, 5819, 'Electric Flowers', 'easter14_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5820, 5820, 'Electric Fence', 'easter14_elecdivdr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5821, 5821, 'Lupin Jar', 'easter14_jar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5822, 5822, 'Magnetic Pillar', 'easter14_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5823, 5823, 'Small bright light block', 'easter14_block3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5824, 5824, 'Large bright light block', 'easter14_block1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5825, 5825, 'Shiny alloy tile', 'easter14_metalfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5826, 5826, 'Egg Lamp', 'easter14_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5827, 5827, 'Pixel Sunset', 'easter14_roombg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5828, 5828, 'Corner', 'easter14_corner', 's', 1, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5829, 5829, 'Captain´s Perch', 'easter14_captainchr', 's', 1, 1, 1.45, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5830, 5830, 'Polaroid Flower', 'easter14_flower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5831, 5831, 'Luminescent Palm', 'easter14_palmtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5832, 5832, 'Leafy Teleport', 'easter14_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5833, 5833, 'Egg Plant', 'easter14_eggplant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5834, 5834, 'Alien Gate', 'easter14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5835, 5835, 'Divider', 'easter14_divider', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5836, 5836, 'Large Foliage Block', 'easter14_block2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5837, 5837, 'Small Foliage Clock', 'easter14_block4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5838, 5838, 'Tech Tree', 'easter14_techtreebrkn', 's', 2, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5839, 5839, 'Cryptic tile', 'easter14_sandfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5840, 5840, 'Cable chair', 'easter14_chair', 's', 1, 1, 1.05, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5841, 5841, 'Floral patch', 'easter14_grasspatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5842, 5842, 'Tech Stump', 'easter14_techstump', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5843, 5843, 'Tech table', 'easter14_table', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5844, 5844, 'Pillar of Hope', 'easter14_effectgiver', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 0, '0', '', '', 171, 171, '');
INSERT INTO `items_base` VALUES (5845, 5845, 'Electric Corner', 'easter14_eleccrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5846, 5846, 'Little Bunny Foo Foo', 'easter14_screen', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5847, 5847, 'Cottontail Effigy', 'easter14_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5848, 5848, 'Lagomorph Sphinx', 'easter14_bunnysphinx', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5849, 5849, 'Death Egg-Star', 'easter14_eggstar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5850, 5850, 'Maw-Sit-Sit Egg', 'ltd_habberge3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5851, 5851, 'Maw-Sit-Sit Egg', 'ltd_habberge2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5852, 5852, 'ltd_habberge4', 'ltd_habberge4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5853, 5853, 'Dark Sapphire & Diamond Egg', 'ltd_habberge5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5854, 5854, 'WIRED Effect: Mute user', 'wf_act_mute_triggerer', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_mute_triggerer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5855, 5855, 'Lapis Lazuli Egg', 'ltd_habberge1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5856, 5856, 'Habberge Aquamarine', 'easter14_habberge6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5857, 5857, 'On Air Sign', 'stories_oldmusic_neon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5858, 5858, 'Vintage Vinyl Records', 'stories_oldmusic_vinyl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5859, 5859, 'Rockabilly Guitar Case', 'stories_oldmusic_guitarcase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5860, 5860, 'Crooner Microphone', 'stories_oldmusic_mike', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5861, 5861, 'Viking Wired', 'wf_cnd_date_rng_active', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_cnd_date_rng_active', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5862, 5862, 'Venus de Habbo', 'rare_venusstatue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5863, 5863, 'Forum Furni', 'guild_forum', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'guild_furni', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5864, 5864, 'Steelscar Table', 'vikings_table_r', 's', 3, 1, 1.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5865, 5865, 'Battleshade Chair', 'vikings_chair_g', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5866, 5866, 'Furolles Torch', 'vikings_torch', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5867, 5867, 'Viking bed', 'vikings_bed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5868, 5868, 'Viking Cotie', 'vikings_house', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'viking_cotie', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5869, 5869, 'Spiked Skull', 'vikings_spike', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5870, 5870, 'Timber Divider', 'vikings_wooddivdr', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5871, 5871, 'Dark Wood Floor', 'vikings_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5872, 5872, 'Timber Gate', 'vikings_woodgate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5873, 5873, 'Steelscar Flag', 'vikings_flag_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5874, 5874, 'Stone Corner', 'vikings_stonecrn', 's', 1, 1, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5875, 5875, 'Steelscar Figurehead', 'vikings_animal_r', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5876, 5876, 'Vegetable Bingue', 'vikings_basket1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5877, 5877, 'Stone Divider', 'vikings_stonedivdr', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5878, 5878, 'Cooking Pit', 'vikings_outdoorstove', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5879, 5879, 'Viking Weapon Rack', 'vikings_weapon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5880, 5880, 'Battleshade Figurehead', 'vikings_animal_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5881, 5881, 'Cooking Pit', 'vikings_indoorstove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5882, 5882, 'Amber Roof', 'vikings_roof_r', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5883, 5883, 'Viking Long Ship Front', 'vikings_gondola1', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5884, 5884, 'Meat Bingue', 'vikings_basket2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5885, 5885, 'Battleshade Table', 'vikings_table_g', 's', 1, 1, 1.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5886, 5886, 'Viking Long Ship Middle', 'vikings_gondola2b', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5887, 5887, 'Timber Corner', 'vikings_woodcrn', 's', 1, 1, 1.19, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5888, 5888, 'Viking Long Ship Back', 'vikings_gondola3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5889, 5889, 'Runestone Teleport', 'vikings_teleport', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5890, 5890, 'Battleshade Flag', 'vikings_flag_g', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5891, 5891, 'Viking Long Ship Middle', 'vikings_gondola2c', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5892, 5892, 'Verdigris Roof', 'vikings_roof_g', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5893, 5893, 'Steelscar Chair', 'vikings_chair_r', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5894, 5894, 'Viking Cross', 'vikings_tombstone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5895, 5895, 'Stone Gate', 'vikings_stonegate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5896, 5896, 'Lund Stool', 'vikings_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5897, 5897, 'Viking Long Ship Middle', 'vikings_gondola2a', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5898, 5898, 'Vikings Stove', 'vikings_stove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5899, 5899, 'Viking Pillar', 'vikings_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5900, 5900, 'Simple Wood Block', 'bc_wood*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5901, 5901, 'Simple Wood block', 'bc_wood*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5902, 5902, 'Simple Wood block', 'bc_wood*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5903, 5903, 'Simple Wood block', 'bc_wood*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5904, 5904, 'Simple Wood block', 'bc_wood*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5905, 5905, 'Simple Wood block', 'bc_wood*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5906, 5906, 'Viking Relic', 'vikings_runestone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5907, 5907, 'Habbo Hotel', 'room_noob_walltl', 's', 1, 9, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5908, 5908, 'Habbo Hotel', 'room_noob_bar', 's', 1, 6, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5909, 5909, 'Habbo Hotel', 'room_noob_walltr1', 's', 7, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5910, 5910, 'Habbo Hotel', 'room_noob_table1', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5911, 5911, 'Habbo Hotel', 'room_noob_carpet1', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5912, 5912, 'Habbo Hotel', 'room_noob_fxremove', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5913, 5913, 'Habbo Hotel', 'room_noob_barchair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5914, 5914, 'Habbo Hotel', 'room_noob_fx1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5915, 5915, 'Habbo Hotel', 'room_noob_table2', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5916, 5916, 'Habbo Hotel', 'room_noob_stairside', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5917, 5917, 'Habbo Hotel', 'room_noob_walltr2', 's', 8, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5918, 5918, 'Habbo Hotel', 'room_noob_tallfloor', 's', 5, 1, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5919, 5919, 'Habbo Hotel', 'room_noob_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5920, 5920, 'Habbo Hotel', 'room_noob_stairs', 's', 5, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.5;1.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5921, 5921, 'Habbo Hotel', 'room_noob_fx2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 2, 2, '');
INSERT INTO `items_base` VALUES (5922, 5922, 'Habbo Hotel', 'room_noob_barside', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5923, 5923, 'Habbo Hotel', 'room_noob_sofa', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5924, 5924, 'Habbo Hotel', 'room_noob_glow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5925, 5925, 'Habbo Hotel', 'room_noob_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5926, 5926, 'Habbo Hotel', 'room_noob_wallcrnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5927, 5927, 'Habbo Hotel', 'room_noob_wallbl3', 's', 1, 14, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5928, 5928, 'Habbo Hotel', 'room_noob_hanglight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5929, 5929, 'Habbo Hotel', 'room_noob_wallbl1', 's', 1, 7, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5930, 5930, 'Habbo Hotel', 'room_noob_div', 's', 7, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5931, 5931, 'Habbo Hotel', 'room_noob_floor3', 's', 8, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5932, 5932, 'Habbo Hotel', 'room_noob_floor2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5933, 5933, 'Habbo Hotel', 'room_noob_chair', 's', 1, 1, 2.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5934, 5934, 'Habbo Hotel', 'room_noob_bargate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5935, 5935, 'Habbo Hotel', 'room_noob_wallbl2', 's', 1, 15, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5936, 5936, 'Habbo Hotel', 'room_noob_pool', 's', 3, 4, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5937, 5937, 'Habbo Hotel', 'room_noob_fx4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5938, 5938, 'Habbo Hotel', 'room_noob_fx3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5939, 5939, 'Blob', 'wf_blob_invis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'wf_blob', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5940, 5940, 'Blob', 'wf_blob2_vis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_blob', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5941, 5941, 'Game of Habbos', 'vikings_throne', 's', 1, 1, 1.70, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5942, 5942, 'Yggdrasil Tree', 'vikings_yggdrasil', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5943, 5943, 'Mjolnir of Thor', 'vikings_thor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5944, 5944, 'Viking Chess Piece', 'vikings_chesspiece', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5945, 5945, 'HiPad Vendor', 'tablet_vendor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1030', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5946, 5946, 'Viking Loot', 'CF_500_vikings', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5947, 5947, 'Ditch the Label Equality Machine', 'ads_dtlrare_rc', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1052', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5948, 5948, 'Habbo Hotel', 'room_noob_exit', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5949, 5949, 'Golden Boot', 'fball_goldenboot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5950, 5950, 'Group Fence Corner', 'fball_grp_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5951, 5951, 'fball_trophybrasil_silver name', 'fball_trophybrasil_silver', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5952, 5952, 'Habbo Football', 'fball_ball6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5953, 5953, 'fball_trophybrasil_bronze name', 'fball_trophybrasil_bronze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5954, 5954, 'fball_trophybrasil_gold name', 'fball_trophybrasil_gold', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5955, 5955, 'Group Fence Small', 'fball_grp_fnc1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5956, 5956, 'Group Cote', 'fball_grp_cote', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5957, 5957, 'Group Bench', 'fball_grp_bench', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5958, 5958, 'Group Fence Large', 'fball_grp_fnc3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5959, 5959, 'Audience Bench', 'fball_audbench2', 's', 4, 1, 0.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.2;1.9;2.5', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5960, 5960, 'Football Strategy Board', 'stories_football_board', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5961, 5961, 'Sports Commentator Desk', 'stories_football_table', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5962, 5962, 'Group Side Flag', 'fball_flag_grp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5963, 5963, 'Not so Golden boot', 'fball_goldenboot2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5964, 5964, 'Afroduck the Ref', 'fball_mascot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5965, 5965, 'Medical Scales', 'fball_scales', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5966, 5966, 'CF_diamond_1000', 'CF_diamond_1000', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5967, 5967, 'CF_diamond_500', 'CF_diamond_500', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5968, 5968, 'CF_diamond_250', 'CF_diamond_250', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5969, 5969, 'CF_diamond_100', 'CF_diamond_100', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5970, 5970, 'CF_diamond_2500', 'CF_diamond_2500', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5971, 5971, 'LED Soccer Display', 'stories_football_screen', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5972, 5972, 'fball_ltd14', 'fball_ltd14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5973, 5973, 'Gold Football Trophy', 'prizetrophy_fballbrazil*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5974, 5974, 'Silver Football Trophy', 'prizetrophy_fballbrazil*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5975, 5975, 'Bronze Football Trophy', 'prizetrophy_fballbrazil*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5976, 5976, 'Mystery Trophy', 'gift_mysterytrophy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5977, 5977, 'Blue Hot Air Balloon', 'hblooza14_hotair_b', 's', 1, 1, 7.00, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5978, 5978, 'Yellow Hot Air Balloon', 'hblooza14_hotair_y', 's', 1, 1, 7.00, 1, 1, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5979, 5979, 'The Small Pool Kiosk', 'hblooza14_bundkiosk', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5980, 5980, 'Pink Hot Air Balloon', 'hblooza14_hotair_p', 's', 1, 1, 7.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5981, 5981, 'Hoopla Tent', 'hblooza14_tent', 's', 5, 5, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5982, 5982, 'Drinks Stall', 'hblooza14_drinkstall', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '40,39,19,1,2', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5983, 5983, 'Target Practice Booth', 'hblooza14_shotgall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5984, 5984, 'Hook-a-Duck', 'hblooza14_duckhook', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5985, 5985, 'Coffee Stand Piñata', 'hblooza14_pinata2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5986, 5986, 'Hedge Divider', 'hblooza14_hedgediv', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5987, 5987, 'Duck Gate', 'hblooza14_duckgate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5988, 5988, 'Tent Teleport', 'hblooza14_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5989, 5989, 'hblooza14_duck_balloon_y', 'hblooza14_duck_balloon_y', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5990, 5990, 'Duck Piñata', 'hblooza14_pinata1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5991, 5991, 'Crazy Daisy', 'hblooza14_flowerlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5992, 5992, 'Festival Flag', 'hblooza14_flagpole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5993, 5993, 'Top Spin Teleport', 'hblooza14_hctele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5994, 5994, 'Palooza Coaster', 'hblooza14_rollercost', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5995, 5995, 'Duck Gate Divider', 'hblooza14_duckdvdr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5996, 5996, 'hblooza14_cafe_y', 'hblooza14_cafe_y', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5997, 5997, 'Emerald Hook-a-Duck', 'hblooza14_duckhookhc', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5998, 5998, 'Festival Flag', 'hblooza14_flagpole_p', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (5999, 5999, 'hblooza14_horsecarop', 'hblooza14_horsecarop', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6000, 6000, 'Candy Stall', 'hblooza14_candystall', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '79;89;63;48', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6001, 6001, 'Carousel Horse Piñata', 'hblooza14_pinata3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6002, 6002, 'Balloon sign', 'hblooza14_ballsign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6003, 6003, 'hblooza14_horsecaroy', 'hblooza14_horsecaroy', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6004, 6004, 'Red Plane Landing Pad', 'hblooza14_planepadr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 2, '0', '', '', 175, 175, '');
INSERT INTO `items_base` VALUES (6005, 6005, 'hblooza14_duck_balloon_p', 'hblooza14_duck_balloon_p', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6006, 6006, 'hblooza14_cafe_b', 'hblooza14_cafe_b', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6007, 6007, 'hblooza14_duck_balloon_b', 'hblooza14_duck_balloon_b', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6008, 6008, 'Pink Flag Bunting', 'hblooza14_flag_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6009, 6009, 'Yellow Flag Bunting', 'hblooza14_flag_y', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6010, 6010, 'Arrow Signage', 'hblooza14_arrowsign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6011, 6011, 'Duck Funk Revolution', 'hblooza14_dance', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 140, 140, '');
INSERT INTO `items_base` VALUES (6012, 6012, 'Ruckus Table', 'hblooza14_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6013, 6013, 'Hedge Corner', 'hblooza14_hedgecrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6014, 6014, 'Duck Gate Corner', 'hblooza14_duckcrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6015, 6015, 'Ruckus Chair', 'hblooza14_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6016, 6016, 'Blue Flag Bunting', 'hblooza14_flag_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6017, 6017, 'hblooza14_cafe_p', 'hblooza14_cafe_p', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '17', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6018, 6018, 'Muddy Floor', 'hblooza14_mud', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6019, 6019, 'Hedge Gate', 'hblooza14_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6020, 6020, 'Blue iing Pad', 'hblooza14_planepadb', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'effect_tile', 2, '0', '', '', 176, 176, '');
INSERT INTO `items_base` VALUES (6021, 6021, 'hblooza14_horsecarob', 'hblooza14_horsecarob', 's', 1, 1, 2.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6022, 6022, 'Party Cake', 'st_palooza_cake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6023, 6023, 'My Little Unicorn Balloon', 'st_palooza_unicorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6024, 6024, 'Rainbow Cupcakes', 'st_palooza_cupcakes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6025, 6025, 'Roller Coster Track', 'hblooza14_track_crl', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6026, 6026, 'Roller Coster Track', 'hblooza14_track', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6027, 6027, 'Roller Coster Track', 'hblooza14_track_crr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6028, 6028, 'Hot Air Balloon Piñata', 'hblooza14_pinata4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 100, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6029, 6029, 'Head in the Hole Board', 'st_palooza_screen', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6030, 6030, 'Rainbow Balloons', 'st_palooza_balloons', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1054;1055;1056;1057', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6031, 6031, 'Inflatable Party Pool', 'st_palooza_pool', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6032, 6032, 'Mine cart', 'wildwest_minecart', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6033, 6033, 'Outhouse Teleport', 'wildwest_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6034, 6034, 'Saloon Piano', 'wildwest_piano', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6035, 6035, 'Cracked Earth tile', 'wildwest_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6036, 6036, 'Milk Can', 'wildwest_milkcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6037, 6037, 'Frontier Bank', 'wildwest_bank', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6038, 6038, 'Loca-motive Sofa', 'wildwest_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6039, 6039, 'Saloon Bar Desk', 'wildwest_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6040, 6040, 'Hand Water Pump', 'wildwest_pump', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6041, 6041, 'Black Vulture', 'wildwest_vulture', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6042, 6042, 'Saloon corner', 'wildwest_salooncrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6043, 6043, 'Cracked Clay tile', 'wildwest_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6044, 6044, 'Saddle Seat', 'wildwest_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6045, 6045, 'Flowered Cactus', 'wildwest_cactus1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6046, 6046, 'Large Bleached Wooden Stage', 'wildwest_stagew2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6047, 6047, 'Spiky Cactus', 'wildwest_cactus2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6048, 6048, 'Covered Wagon', 'wildwest_wagon', 's', 2, 2, 2.55, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6049, 6049, 'Red Wooden Stage Roof', 'wildwest_roofr', 's', 1, 3, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6050, 6050, 'Large Red Wooden Stage', 'wildwest_stager2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6051, 6051, 'Tin Spittoon', 'wildwest_spittoon2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6052, 6052, 'Bleached Wooden Stage Roof', 'wildwest_roofw', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6053, 6053, 'Frank\'s General Store', 'wildwest_store', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6054, 6054, 'Outside Bench', 'wildwest_bench', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6055, 6055, 'Saloon Doors', 'wildwest_saloondr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6056, 6056, 'Fort Habbo Divider', 'wildwest_divdr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6057, 6057, 'Fort Habbo Gate', 'wildwest_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6058, 6058, 'Wanted Poster', 'wildwest_wanted_poster', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6059, 6059, 'Old Fashioned Till', 'wildwest_till', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6060, 6060, 'Terracotta Spittoon', 'wildwest_spittoon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6061, 6061, 'Cowboy Stocks', 'wildwest_stocks', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6062, 6062, 'Lantern pole', 'wildwest_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6063, 6063, 'Bucket\'o\'tar', 'wildwest_tarbucket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6064, 6064, 'Skeleton Tree', 'wildwest_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6065, 6065, 'Shoot\'em Up Saloon', 'wildwest_saloon', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6066, 6066, 'Saloon Drinks Cabinet', 'wildwest_cabinet', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6067, 6067, 'Small Brown Wooden Stage', 'wildwest_stageb', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6068, 6068, 'Fort Habbo Corner', 'wildwest_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6069, 6069, 'Longhorn Skull', 'wildwest_longhorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6070, 6070, 'Drying Line', 'wildwest_clothesline', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6071, 6071, 'Loca-motive Landscape', 'wildwest_bgland', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6072, 6072, 'Wooden Crate', 'wildwest_crate', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6073, 6073, 'Tumbleweed', 'wildwest_weed', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6074, 6074, 'Loca-motive Landscape 2', 'wildwest_bgland2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6075, 6075, 'Loca-motive Background', 'wildwest_bgtrain', 's', 15, 8, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6076, 6076, 'Brown Wooden Stage with roof', 'wildwest_roofb', 's', 1, 3, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6077, 6077, 'Saloon wall', 'wildwest_saloonwall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6078, 6078, 'Sheriff\'s Office', 'wildwest_sheriff', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6079, 6079, 'Rattle Snake', 'wildwest_snake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6080, 6080, 'Barrel Table', 'wildwest_table', 's', 1, 1, 1.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6081, 6081, 'Large Brown Wooden Stage', 'wildwest_stageb2', 's', 1, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6082, 6082, 'Small Red Wooden Stage', 'wildwest_stager', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6083, 6083, 'Small Bleached Wooden Stage', 'wildwest_stagew', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6084, 6084, 'Ghostly Gallows', 'wildwest_gallows', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6085, 6085, 'Buffalo Statue', 'st_wildwest_buffalo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6086, 6086, 'Playing Cards', 'st_wildwest_cards', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6087, 6087, 'Water Barrel', 'st_wildwest_barrel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6088, 6088, 'Dynamite Crate', 'st_wildwest_tnt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6089, 6089, 'Miner\'s Pickaxe', 'st_wildwest_goldpick', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6090, 6090, 'Leather Canteen', 'st_wildwest_canteen', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6091, 6091, 'Red Zone CCTV', 'matic_light_cam_red', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6092, 6092, 'Blue Zone CCTV', 'matic_light_cam_blue', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6093, 6093, 'Green Zone CCTV', 'matic_light_cam_green', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6094, 6094, 'Body Sanitizer', 'matic_sanitizer', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6095, 6095, 'Orange Zone CCTV', 'matic_light_cam_orange', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6096, 6096, 'Messy Wardrobe', 'uni_messwardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6097, 6097, 'Dragon Plushy', 'uni_plush1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6098, 6098, 'Hootie the Owl', 'uni_owl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6099, 6099, 'Comfy Ottoman', 'uni_ottoman', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6100, 6100, 'Bobba Pop Juice', 'uni_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6101, 6101, 'Brotein Powder', 'uni_brotein', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6102, 6102, 'Games', 'uni_games', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6103, 6103, 'Girly Chair', 'uni_girlchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6104, 6104, 'Gamer Shelf', 'uni_gamershelf', 's', 2, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6105, 6105, 'Dumbbells', 'uni_dumbells', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6106, 6106, 'Hanging Beads', 'uni_doorhanging', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6107, 6107, 'Dorm Wardrobe', 'uni_wardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6108, 6108, 'Jewelry Stand', 'uni_jewellery', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6109, 6109, 'Cat Plushy', 'uni_plush2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6110, 6110, 'Cafetiere French Press', 'uni_cafeterie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6111, 6111, 'Habbo TV Projector', 'uni_projector', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6112, 6112, 'Colour Cube', 'uni_rubik', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6113, 6113, 'Hipster Bed', 'uni_hipbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6114, 6114, 'HabBook Pro', 'uni_laptop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6115, 6115, 'Workout Bench', 'uni_wobench', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6116, 6116, 'Mini Fridge', 'uni_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,36,37,38,39', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6117, 6117, 'Dorm Bed', 'uni_bed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6118, 6118, 'Snack Time', 'uni_snacks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6119, 6119, 'Dorm Chair', 'uni_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6120, 6120, 'Sloppy Bed', 'uni_messbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6121, 6121, 'UFOware Desktop', 'uni_gamerdesk', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6122, 6122, 'Haba John\'s Pizza', 'uni_pizza', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6123, 6123, 'Manga Magazines', 'uni_manga', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6124, 6124, 'Dorm Nightstand', 'uni_nstand', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6125, 6125, 'Plushy Pile', 'uni_plushpile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6126, 6126, 'Dorm Bookshelf', 'uni_bookshelf', 's', 2, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6127, 6127, 'Gamer Bed', 'uni_gamerbed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6128, 6128, 'Hipster Bookcase', 'uni_hipbookcase', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6129, 6129, 'Dorm Desk', 'uni_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6130, 6130, 'Frank Kidston Bed', 'uni_girlbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6131, 6131, 'Alarm Clock', 'uni_alarm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6132, 6132, 'Professor\'s Lectern LTD', 'uni_lectern', 's', 1, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6133, 6133, 'Cat Rug', 'uni_catrug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6134, 6134, 'Trashcan', 'uni_trashcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6135, 6135, 'Onyx Bath', 'bathroom_bath3', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6136, 6136, 'Onyx Sink', 'bathroom_sinkmodule3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6137, 6137, 'Teal Bathroom Counter', 'bathroom_tablemodule4', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6138, 6138, 'Dark Grey Sink', 'bathroom_sinkmodule2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6139, 6139, 'Teal Toilet', 'bathroom_toilet4', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6140, 6140, 'Light Grey Bathroom Counter', 'bathroom_tablemodule1', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6141, 6141, 'Light Grey Toilet', 'bathroom_toilet1', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6142, 6142, 'Teal Sink', 'bathroom_sinkmodule4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6143, 6143, 'Dark Grey Bath', 'bathroom_bath2', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6144, 6144, 'Dark Grey Bathroom Tile', 'bathroom_floortile2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6145, 6145, 'Onyx Toilet', 'bathroom_toilet3', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6146, 6146, 'Teal Bathroom Tile', 'bathroom_floortile4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6147, 6147, 'Teal Bath', 'bathroom_bath4', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6148, 6148, 'Light Grey Shower', 'bathroom_shower1', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6149, 6149, 'Onyx Bathroom Tile', 'bathroom_floortile3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6150, 6150, 'Light Grey Bath', 'bathroom_bath1', 's', 1, 2, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6151, 6151, 'Dark Grey Toilet', 'bathroom_toilet2', 's', 1, 1, 1.50, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6152, 6152, 'Toilet Roll Holder', 'bathroom_toiletroll', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6153, 6153, 'Anti-Dither Shampoo', 'bathroom_shampoo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6154, 6154, 'Light Grey Bathroom Tile', 'bathroom_floortile1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6155, 6155, 'Dark Grey Shower', 'bathroom_shower2', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6156, 6156, 'Pixel Poop', 'bathroom_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6157, 6157, 'Teal Shower', 'bathroom_shower4', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6158, 6158, 'Chamber Pot', 'bathroom_chamberpot', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6159, 6159, 'Dark Grey Bathroom Counter', 'bathroom_tablemodule2', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6160, 6160, 'Onyx Shower', 'bathroom_shower3', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6161, 6161, 'Onyx Bathroom Counter', 'bathroom_tablemodule3', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6162, 6162, 'Light Grey Sink', 'bathroom_sinkmodule1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6163, 6163, 'DNA model', 'st_uni_dnamodel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6164, 6164, 'Test Tube Rack', 'st_uni_testtubes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6165, 6165, 'Lab Desk', 'st_uni_labtable', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6166, 6166, 'Icky Ooze Jar', 'st_uni_ooze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6167, 6167, 'Einstein Bust', 'uni_einstein', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6168, 6168, 'Solar System', 'st_uni_solarsystem', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6169, 6169, 'Water Cooler', 'matic_water_dispenser', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6170, 6170, 'Command Chair', 'matic_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6171, 6171, 'Brain in a Jar', 'matic_brainjar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6172, 6172, 'Duck Vendor', 'matic_slime_duck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1036', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6173, 6173, 'Storm Doors', 'matic_door', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6174, 6174, 'Black Adobe Corner', 'hween14_crn', 's', 1, 1, 2.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6175, 6175, 'Skull Granite Floor', 'hween14_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6176, 6176, 'Catrina Effigy', 'hween14_catrina', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6177, 6177, 'Deluxe Coffin Bed', 'hween14_hccoffin', 's', 1, 3, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6178, 6178, 'Skele', 'hween14_skelepieces', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6179, 6179, 'Mariachi Skeleton', 'hween14_mariachi', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6180, 6180, 'Hand Carved Mexican Table', 'hween14_table', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6181, 6181, 'Floral Bench', 'hween14_bench', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6182, 6182, 'Tattooed Skeleton', 'hween14_doll5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6183, 6183, 'Skull Rug', 'hween14_carpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6184, 6184, 'Day of the Dead Votive', 'hween14_lovelock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'love_lock', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6185, 6185, 'Melting Candles', 'hween14_candletrail', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6186, 6186, 'Catrina Doll', 'hween14_doll2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6187, 6187, 'Punk Rock', 'hween14_doll8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6188, 6188, 'Lucha Libre', 'hween14_doll6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6189, 6189, 'Mariachi Doll', 'hween14_doll1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6190, 6190, 'Black Adobe Skull Gate', 'hween14_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6191, 6191, 'Lamancha Goat', 'hween14_goat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6192, 6192, 'Habbo Girl', 'hween14_doll7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6193, 6193, 'Habboween Grub', 'hween14_grossfood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6194, 6194, 'Skele-tele', 'hween14_hctele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6195, 6195, 'Flower Garland', 'hween14_flowertrail', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6196, 6196, 'Skeleton Cat', 'hween14_doll10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6197, 6197, 'Hanging Skull Candle', 'hween14_hangskull', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6198, 6198, 'Table Candle', 'hween14_skullcandle', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6199, 6199, 'Graveyard Trap', 'hween14_rare2', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6200, 6200, 'Day of the Dead Altar Piece', 'hween14_altarpieces1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6201, 6201, 'Fiery Pits Teleport', 'hween14_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6202, 6202, 'Grim Reaper', 'hween14_doll9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6203, 6203, 'Dressed to the nines Doll', 'hween14_doll3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6204, 6204, 'Habbo Boy', 'hween14_doll4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6205, 6205, 'Hand Carved Mexican Chair', 'hween14_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6206, 6206, 'La Ofrenda', 'hween14_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6207, 6207, 'Skull Bed', 'hween14_bed', 's', 1, 3, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6208, 6208, 'Day of the Dead Altar Piece', 'hween14_altarpieces2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6209, 6209, 'Skull Mirror', 'hween14_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6210, 6210, 'Ornate Skull Flowerpot', 'hween14_flowerpot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6211, 6211, 'Day of the Dead Altar Piece', 'hween14_altarpieces3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6212, 6212, 'Black Adobe Divider', 'hween14_divdr', 's', 2, 1, 2.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6213, 6213, 'Cranial lamp', 'hween14_skulllight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6214, 6214, 'Demon Goat', 'hween14_demon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6215, 6215, 'Skull in the Box', 'st_hween14_jack', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6216, 6216, 'Colorful Candy Skull', 'st_hween14_skulls', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6217, 6217, 'hween14_carnivalbg name', 'hween14_carnivalbg', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6218, 6218, 'Fiesta Wooden Horse', 'st_hween14_horse', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6219, 6219, 'Muerto Music Box', 'st_hween14_mbox', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6220, 6220, 'Creepy Cranium Fireplace', 'st_hween14_fireplace', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6221, 6221, 'Colorful Coffin', 'st_hween14_closet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6222, 6222, 'Crystal Skull', 'CF_350_skull', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6223, 6223, 'Skull Fountain', 'hween14_rare1', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6224, 6224, 'Red Limo Front', 'limo_r_front', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6225, 6225, 'Red Limo Back', 'limo_r_back', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6226, 6226, 'Red Limo Mid 2', 'limo_r_mid2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6227, 6227, 'Red Limo Mid', 'limo_r_mid', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6228, 6228, 'Day of the Dead Altar', 'hween14_ltdalter', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6229, 6229, 'prizetrophy_mastercard name', 'prizetrophy_mastercard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6230, 6230, 'Beach Recliner', 'xmas14_recliner', 's', 1, 3, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6231, 6231, 'Festive Tiki Curved Fence', 'xmas14_corner2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6232, 6232, 'Beach Hut Stage', 'xmas14_stages1', 's', 2, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6233, 6233, 'Tiki Bar', 'xmas14_tikibar2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '32', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6234, 6234, 'Beach Hut tent', 'xmas14_beachhut', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6235, 6235, 'Festive Tiki Fence', 'xmas14_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6236, 6236, 'Festive Tiki Bar', 'xmas14_tikibar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6237, 6237, 'Beach Hut Stage', 'xmas14_stages2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6238, 6238, 'Sunny the Sad Snowman', 'xmas14_snowman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6239, 6239, 'Beach Hut teleport', 'xmas14_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6240, 6240, 'Festive Tiki Fence Corner', 'xmas14_corner1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6241, 6241, 'Surfboard Table', 'xmas14_table', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6242, 6242, 'Sun Beams', 'xmas14_sunbeams', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6243, 6243, 'White Sand with Baubles', 'xmas14_sand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6244, 6244, 'Festive Tiki Fence Gate', 'xmas14_gate1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6245, 6245, 'Surfboard Chair', 'xmas14_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6246, 6246, 'Tiki Fence Gate', 'xmas14_gate2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6247, 6247, 'String Lights', 'xmas14_lights1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6248, 6248, 'String Lights', 'xmas14_lights2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6249, 6249, 'Starfish Wall Light', 'xmas14_starfish', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6250, 6250, 'Inflata-Tree', 'xmas14_inflatabletree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6251, 6251, 'Christmas Palm', 'xmas14_palm', 's', 1, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6252, 6252, 'Mermaid Carol Singer', 'xmas14_mermaid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6253, 6253, 'Lobster Dinner', 'xmas14_lobsterdin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6254, 6254, 'Festive Beach Hut tent', 'xmas14_festivehut', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6255, 6255, 'Octo-Claus', 'xmas14_octosanta', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6256, 6256, 'Shark Santa Throne', 'xmas14_sharkthrone', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6257, 6257, '90\'s Boombox Sandman', 'xmas14_boomboxman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6258, 6258, 'Inflatable Rudolph Ring-deer', 'xmas14_rudolph_ring', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6259, 6259, 'xmas14_snowglobe', 'xmas14_snowglobe', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6260, 6260, 'Blue Man Tube Man', 'xmas14_tubeman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6261, 6261, 'Block of ice Elf', 'xmas14_elf8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6262, 6262, 'Rasta Elf', 'xmas14_elf7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6263, 6263, 'Bikini Elf', 'xmas14_elf3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6264, 6264, 'Muscle Elf', 'xmas14_elf1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6265, 6265, 'Mrs Claus Elf', 'xmas14_elf5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6266, 6266, 'Holiday Elf', 'xmas14_elf10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6267, 6267, 'Normal Elf', 'xmas14_elf2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6268, 6268, 'Miami Habbo Elf', 'xmas14_elf9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6269, 6269, 'Scuba Elf', 'xmas14_elf4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6270, 6270, 'Rudolph Elf', 'xmas14_elf6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6271, 6271, 'HC Tea Table', 'hc_arab_tetbl', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6272, 6272, 'HC Amanjena Table', 'hc_arab_bigtb', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6273, 6273, 'Holiday Santa Fortune Teller', 'xmas14_santateller', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6274, 6274, 'Habbo Mini Memorial', 'memorial_size', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6275, 6275, 'Builder\'s Club Birthday', 'bc_blocktrophy_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6276, 6276, 'Lazy Beach Hammock', 'xmas14_hammock', 's', 1, 3, 1.40, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6277, 6277, 'Is he going to get through?', 'xmas14_santastuck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6278, 6278, 'clothing_party1', 'clothing_party1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6279, 6279, 'Tribal Print Skirt', 'clothing_geometricskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6280, 6280, 'Three Piece Jacket', 'clothing_waistcoatsuit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6281, 6281, 'Meow-suit', 'clothing_meowtfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6282, 6282, 'Roaring 20\'s', 'clothing_gatsby', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6283, 6283, 'Hair Bow Clip', 'clothing_bow', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6284, 6284, 'Squid Hat', 'clothing_squid', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6285, 6285, 'Baldilocks', 'clothing_baldy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6286, 6286, 'Wavy Shoulder Length hair', 'clothing_wavy2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6287, 6287, 'Semi Muttonchop', 'clothing_mutton1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6288, 6288, 'Straw Hat', 'clothing_straw2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6289, 6289, 'Fish Hat', 'clothing_fishhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6290, 6290, 'Rolled Up Jeans', 'clothing_rolled_jeans', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6291, 6291, 'Bird Shoes', 'clothing_birdshoes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6292, 6292, 'Mermaid Outfit', 'clothing_mermaidoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6293, 6293, 'Scoop Neck Top', 'clothing_droopycollar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6294, 6294, 'Rockstar Headband', 'clothing_headband', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6295, 6295, 'Floral Crown', 'clothing_flowercrown', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6296, 6296, 'H for Habbo Headphones', 'clothing_hheadphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6297, 6297, 'Full Muttonchop', 'clothing_mutton2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6298, 6298, 'Floral Maxi Skirt', 'clothing_floralskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6299, 6299, 'Night Vision goggles', 'clothing_nightvision', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6300, 6300, 'Mocky Maus', 'clothing_mockymouse', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6301, 6301, 'Christmas Jumper', 'clothing_xmas1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6302, 6302, 'Undercut Hair', 'clothing_shavedside', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6303, 6303, 'Tribal Print Jumper', 'clothing_geometricjumper', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6304, 6304, 'King Beard', 'clothing_beard1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6305, 6305, 'Chunky Necklace', 'clothing_beads', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6306, 6306, 'Two-Tone Cardigan', 'clothing_twotonecardi', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6307, 6307, 'Animal Print Leggings', 'clothing_animalprint', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6308, 6308, 'clothing_party2', 'clothing_party2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6309, 6309, 'Upper Cuff Shirt', 'clothing_tshirt_rolled', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6310, 6310, 'Ripped Jeans', 'clothing_rippedjeans', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6311, 6311, 'Shoes w/ Socks', 'clothing_shoestights', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6312, 6312, 'Funky chicken', 'pet_puppy_toy', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6313, 6313, 'Spinning Top', 'pet_ufo_toy', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6314, 6314, 'Red Yarn Ball', 'yarn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6315, 6315, 'Patchwork Pillow', 'nest_pig', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6316, 6316, 'Luxury Bed', 'nest_bed', 's', 1, 1, 0.25, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6317, 6317, 'Cardboard Cot', 'nest_box', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6318, 6318, 'Peacock Mask', 'fxbox_fx147', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 147, 147, '');
INSERT INTO `items_base` VALUES (6319, 6319, 'Ghost', 'fxbox_fx92', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 92, 92, '');
INSERT INTO `items_base` VALUES (6320, 6320, 'Nightmare Bride Costume', 'fxbox_fx123', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 123, 123, '');
INSERT INTO `items_base` VALUES (6321, 6321, 'Flower Mask', 'fxbox_fx153', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 153, 153, '');
INSERT INTO `items_base` VALUES (6322, 6322, 'Goat Mask', 'fxbox_fx152', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 152, 152, '');
INSERT INTO `items_base` VALUES (6323, 6323, 'Fly Head', 'fxbox_fx116', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 116, 116, '');
INSERT INTO `items_base` VALUES (6324, 6324, 'Pumpkin King Costume', 'fxbox_fx125', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 125, 125, '');
INSERT INTO `items_base` VALUES (6325, 6325, 'Feather Mask', 'fxbox_fx143', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 143, 143, '');
INSERT INTO `items_base` VALUES (6326, 6326, 'Werewolf Costume', 'fxbox_fx127', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 127, 127, '');
INSERT INTO `items_base` VALUES (6327, 6327, 'Scarecrow Costume', 'fxbox_fx126', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 2, '0', '', '', 126, 126, '');
INSERT INTO `items_base` VALUES (6328, 6328, 'Small Confetti Floor', 'ny2015_floor2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6329, 6329, '2015 Archway', 'ny2015_archway', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6330, 6330, 'New Years Balloons', 'ny2015_balloons', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6331, 6331, 'Chocolate Fountain', 'ny2015_chocfountain', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6332, 6332, 'Confetti Ball', 'ny2015_conball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6333, 6333, 'Party Bar', 'ny2015_bar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '35', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6334, 6334, 'Glass table', 'ny2015_table', 's', 2, 1, 0.75, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6335, 6335, 'Cupcake tray', 'ny2015_cctray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '89', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6336, 6336, 'Large Confetti Floor', 'ny2015_floor1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6337, 6337, 'Drinks tray', 'ny2015_drktray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '31', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6338, 6338, 'HC Sweets Tray', 'hc_arab_tray3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6339, 6339, 'HC Tea Tray', 'hc_arab_tray1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6340, 6340, 'HC Berber Kilim Rug', 'hc_arab_rug', 's', 3, 5, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6341, 6341, 'HC Blossom Chair', 'hc_arab_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6342, 6342, 'HC Carved Cedar Divider', 'hc_arab_divdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6343, 6343, 'HC Tea Maker', 'hc_arab_teamk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '27', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6344, 6344, 'HC Ornamental Urn', 'hc_arab_snake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6345, 6345, 'HC Blossom Pillow', 'hc_arab_pllw', 's', 1, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6346, 6346, 'pet_breeding_dog name', 'pet_breeding_dog', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6347, 6347, 'pet_breeding_pig name', 'pet_breeding_pig', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6348, 6348, 'pet_breeding_cat name', 'pet_breeding_cat', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6349, 6349, 'Oink-Santa', 'ads_vpiggy_santapig', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6350, 6350, 'Pyramid Block', 'bc_pyramidtip*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6351, 6351, 'Pyramid Block 10', 'bc_pyramidtip*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6352, 6352, 'Pyramid Block 11', 'bc_pyramidtip*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6353, 6353, 'Pyramid Block 12', 'bc_pyramidtip*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6354, 6354, 'Pyramid Block 13', 'bc_pyramidtip*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6355, 6355, 'Pyramid Block 14', 'bc_pyramidtip*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6356, 6356, 'Pyramid Block 15', 'bc_pyramidtip*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6357, 6357, 'Pyramid Block 16', 'bc_pyramidtip*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6358, 6358, 'Pyramid Block 17', 'bc_pyramidtip*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6359, 6359, 'Pyramid Block 18', 'bc_pyramidtip*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6360, 6360, 'Pyramid Block 19', 'bc_pyramidtip*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6361, 6361, 'Pyramid Block 2', 'bc_pyramidtip*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6362, 6362, 'Pyramid Block 20', 'bc_pyramidtip*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6363, 6363, 'Pyramid Block 21', 'bc_pyramidtip*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6364, 6364, 'Pyramid Block 22', 'bc_pyramidtip*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6365, 6365, 'Pyramid Block 23', 'bc_pyramidtip*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6366, 6366, 'Pyramid Block 24', 'bc_pyramidtip*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6367, 6367, 'Pyramid Block 25', 'bc_pyramidtip*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6368, 6368, 'Pyramid Block 26', 'bc_pyramidtip*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6369, 6369, 'Pyramid Block 27', 'bc_pyramidtip*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6370, 6370, 'Pyramid Block 28', 'bc_pyramidtip*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6371, 6371, 'Pyramid Block 29', 'bc_pyramidtip*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6372, 6372, 'Pyramid Block 3', 'bc_pyramidtip*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6373, 6373, 'Pyramid Block 30', 'bc_pyramidtip*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6374, 6374, 'Pyramid Block 31', 'bc_pyramidtip*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6375, 6375, 'Pyramid Block 32', 'bc_pyramidtip*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6376, 6376, 'Pyramid Block 33', 'bc_pyramidtip*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6377, 6377, 'Pyramid Block 34', 'bc_pyramidtip*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6378, 6378, 'Pyramid Block 35', 'bc_pyramidtip*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6379, 6379, 'Pyramid Block 36', 'bc_pyramidtip*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6380, 6380, 'Pyramid Block 37', 'bc_pyramidtip*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6381, 6381, 'Pyramid Block 38', 'bc_pyramidtip*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6382, 6382, 'Pyramid Block 39', 'bc_pyramidtip*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6383, 6383, 'Pyramid Block 4', 'bc_pyramidtip*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6384, 6384, 'Pyramid Block 40', 'bc_pyramidtip*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6385, 6385, 'Pyramid Block 41', 'bc_pyramidtip*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6386, 6386, 'Pyramid Block 42', 'bc_pyramidtip*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6387, 6387, 'Pyramid Block 43', 'bc_pyramidtip*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6388, 6388, 'Pyramid Block 44', 'bc_pyramidtip*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6389, 6389, 'Pyramid Block 45', 'bc_pyramidtip*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6390, 6390, 'Pyramid Block 46', 'bc_pyramidtip*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6391, 6391, 'Pyramid Block 47', 'bc_pyramidtip*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6392, 6392, 'Pyramid Block 48', 'bc_pyramidtip*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6393, 6393, 'Pyramid Block 49', 'bc_pyramidtip*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6394, 6394, 'Pyramid Block 5', 'bc_pyramidtip*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6395, 6395, 'Pyramid Block 50', 'bc_pyramidtip*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6396, 6396, 'Pyramid Block 51', 'bc_pyramidtip*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6397, 6397, 'Pyramid Block 52', 'bc_pyramidtip*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6398, 6398, 'Pyramid Block 53', 'bc_pyramidtip*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6399, 6399, 'Pyramid Block 54', 'bc_pyramidtip*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6400, 6400, 'Pyramid Block 55', 'bc_pyramidtip*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6401, 6401, 'Pyramid Block 56', 'bc_pyramidtip*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6402, 6402, 'Pyramid Block 57', 'bc_pyramidtip*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6403, 6403, 'Pyramid Block 58', 'bc_pyramidtip*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6404, 6404, 'Pyramid Block 59', 'bc_pyramidtip*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6405, 6405, 'Pyramid Block 6', 'bc_pyramidtip*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6406, 6406, 'Pyramid Block 60', 'bc_pyramidtip*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6407, 6407, 'Pyramid Block 61', 'bc_pyramidtip*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6408, 6408, 'Pyramid Block 62', 'bc_pyramidtip*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6409, 6409, 'Pyramid Block 63', 'bc_pyramidtip*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6410, 6410, 'Pyramid Block 64', 'bc_pyramidtip*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6411, 6411, 'Pyramid Block 65', 'bc_pyramidtip*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6412, 6412, 'Pyramid Block 66', 'bc_pyramidtip*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6413, 6413, 'Pyramid Block 67', 'bc_pyramidtip*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6414, 6414, 'Pyramid Block 68', 'bc_pyramidtip*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6415, 6415, 'Pyramid Block 69', 'bc_pyramidtip*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6416, 6416, 'Pyramid Block 7', 'bc_pyramidtip*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6417, 6417, 'Pyramid Block 8', 'bc_pyramidtip*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6418, 6418, 'Pyramid Block 9', 'bc_pyramidtip*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6419, 6419, 'Cone Block', 'bc_cone*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6420, 6420, 'Cone Block 10', 'bc_cone*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6421, 6421, 'Cone Block 11', 'bc_cone*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6422, 6422, 'Cone Block 12', 'bc_cone*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6423, 6423, 'Cone Block 13', 'bc_cone*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6424, 6424, 'Cone Block 14', 'bc_cone*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6425, 6425, 'Cone Block 15', 'bc_cone*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6426, 6426, 'Cone Block 16', 'bc_cone*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6427, 6427, 'Cone Block 17', 'bc_cone*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6428, 6428, 'Cone Block 18', 'bc_cone*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6429, 6429, 'Cone Block 19', 'bc_cone*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6430, 6430, 'Cone Block 2', 'bc_cone*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6431, 6431, 'Cone Block 20', 'bc_cone*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6432, 6432, 'Cone Block 21', 'bc_cone*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6433, 6433, 'Cone Block 22', 'bc_cone*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6434, 6434, 'Cone Block 23', 'bc_cone*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6435, 6435, 'Cone Block 24', 'bc_cone*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6436, 6436, 'Cone Block 25', 'bc_cone*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6437, 6437, 'Cone Block 26', 'bc_cone*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6438, 6438, 'Cone Block 27', 'bc_cone*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6439, 6439, 'Cone Block 28', 'bc_cone*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6440, 6440, 'Cone Block 29', 'bc_cone*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6441, 6441, 'Cone Block 3', 'bc_cone*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6442, 6442, 'Cone Block 30', 'bc_cone*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6443, 6443, 'Cone Block 31', 'bc_cone*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6444, 6444, 'Cone Block 32', 'bc_cone*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6445, 6445, 'Cone Block 33', 'bc_cone*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6446, 6446, 'Cone Block 34', 'bc_cone*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6447, 6447, 'Cone Block 35', 'bc_cone*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6448, 6448, 'Cone Block 36', 'bc_cone*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6449, 6449, 'Cone Block 37', 'bc_cone*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6450, 6450, 'Cone Block 38', 'bc_cone*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6451, 6451, 'Cone Block 39', 'bc_cone*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6452, 6452, 'Cone Block 4', 'bc_cone*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6453, 6453, 'Cone Block 40', 'bc_cone*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6454, 6454, 'Cone Block 41', 'bc_cone*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6455, 6455, 'Cone Block 42', 'bc_cone*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6456, 6456, 'Cone Block 43', 'bc_cone*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6457, 6457, 'Cone Block 44', 'bc_cone*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6458, 6458, 'Cone Block 45', 'bc_cone*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6459, 6459, 'Cone Block 46', 'bc_cone*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6460, 6460, 'Cone Block 47', 'bc_cone*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6461, 6461, 'Cone Block 48', 'bc_cone*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6462, 6462, 'Cone Block 49', 'bc_cone*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6463, 6463, 'Cone Block 5', 'bc_cone*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6464, 6464, 'Cone Block 50', 'bc_cone*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6465, 6465, 'Cone Block 51', 'bc_cone*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6466, 6466, 'Cone Block 52', 'bc_cone*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6467, 6467, 'Cone Block 53', 'bc_cone*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6468, 6468, 'Cone Block 54', 'bc_cone*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6469, 6469, 'Cone Block 55', 'bc_cone*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6470, 6470, 'Cone Block 56', 'bc_cone*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6471, 6471, 'Cone Block 57', 'bc_cone*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6472, 6472, 'Cone Block 58', 'bc_cone*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6473, 6473, 'Cone Block 59', 'bc_cone*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6474, 6474, 'Cone Block 6', 'bc_cone*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6475, 6475, 'Cone Block 60', 'bc_cone*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6476, 6476, 'Cone Block 61', 'bc_cone*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6477, 6477, 'Cone Block 62', 'bc_cone*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6478, 6478, 'Cone Block 63', 'bc_cone*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6479, 6479, 'Cone Block 64', 'bc_cone*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6480, 6480, 'Cone Block 65', 'bc_cone*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6481, 6481, 'Cone Block 66', 'bc_cone*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6482, 6482, 'Cone Block 67', 'bc_cone*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6483, 6483, 'Cone Block 68', 'bc_cone*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6484, 6484, 'Cone Block 69', 'bc_cone*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6485, 6485, 'Cone Block 7', 'bc_cone*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6486, 6486, 'Cone Block 8', 'bc_cone*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6487, 6487, 'Cone Block 9', 'bc_cone*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6488, 6488, 'Standing Half Cylinder', 'bc_standinghalfcylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6489, 6489, 'Standing Half Cylinder 10', 'bc_standinghalfcylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6490, 6490, 'Standing Half Cylinder 11', 'bc_standinghalfcylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6491, 6491, 'Standing Half Cylinder 12', 'bc_standinghalfcylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6492, 6492, 'Standing Half Cylinder 13', 'bc_standinghalfcylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6493, 6493, 'Standing Half Cylinder 14', 'bc_standinghalfcylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6494, 6494, 'Standing Half Cylinder 15', 'bc_standinghalfcylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6495, 6495, 'Standing Half Cylinder 16', 'bc_standinghalfcylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6496, 6496, 'Standing Half Cylinder 17', 'bc_standinghalfcylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6497, 6497, 'Standing Half Cylinder 18', 'bc_standinghalfcylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6498, 6498, 'Standing Half Cylinder 19', 'bc_standinghalfcylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6499, 6499, 'Standing Half Cylinder 2', 'bc_standinghalfcylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6500, 6500, 'Standing Half Cylinder 20', 'bc_standinghalfcylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6501, 6501, 'Standing Half Cylinder 21', 'bc_standinghalfcylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6502, 6502, 'Standing Half Cylinder 22', 'bc_standinghalfcylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6503, 6503, 'Standing Half Cylinder 23', 'bc_standinghalfcylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6504, 6504, 'Standing Half Cylinder 24', 'bc_standinghalfcylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6505, 6505, 'Standing Half Cylinder 25', 'bc_standinghalfcylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6506, 6506, 'Standing Half Cylinder 26', 'bc_standinghalfcylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6507, 6507, 'Standing Half Cylinder 27', 'bc_standinghalfcylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6508, 6508, 'Standing Half Cylinder 28', 'bc_standinghalfcylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6509, 6509, 'Standing Half Cylinder 29', 'bc_standinghalfcylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6510, 6510, 'Standing Half Cylinder 3', 'bc_standinghalfcylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6511, 6511, 'Standing Half Cylinder 30', 'bc_standinghalfcylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6512, 6512, 'Standing Half Cylinder 31', 'bc_standinghalfcylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6513, 6513, 'Standing Half Cylinder 32', 'bc_standinghalfcylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6514, 6514, 'Standing Half Cylinder 33', 'bc_standinghalfcylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6515, 6515, 'Standing Half Cylinder 34', 'bc_standinghalfcylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6516, 6516, 'Standing Half Cylinder 35', 'bc_standinghalfcylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6517, 6517, 'Standing Half Cylinder 36', 'bc_standinghalfcylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6518, 6518, 'Standing Half Cylinder 37', 'bc_standinghalfcylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6519, 6519, 'Standing Half Cylinder 38', 'bc_standinghalfcylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6520, 6520, 'Standing Half Cylinder 39', 'bc_standinghalfcylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6521, 6521, 'Standing Half Cylinder 4', 'bc_standinghalfcylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6522, 6522, 'Standing Half Cylinder 40', 'bc_standinghalfcylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6523, 6523, 'Standing Half Cylinder 41', 'bc_standinghalfcylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6524, 6524, 'Standing Half Cylinder 42', 'bc_standinghalfcylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6525, 6525, 'Standing Half Cylinder 43', 'bc_standinghalfcylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6526, 6526, 'Standing Half Cylinder 44', 'bc_standinghalfcylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6527, 6527, 'Standing Half Cylinder 45', 'bc_standinghalfcylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6528, 6528, 'Standing Half Cylinder 46', 'bc_standinghalfcylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6529, 6529, 'Standing Half Cylinder 47', 'bc_standinghalfcylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6530, 6530, 'Standing Half Cylinder 48', 'bc_standinghalfcylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6531, 6531, 'Standing Half Cylinder 49', 'bc_standinghalfcylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6532, 6532, 'Standing Half Cylinder 5', 'bc_standinghalfcylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6533, 6533, 'Standing Half Cylinder 50', 'bc_standinghalfcylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6534, 6534, 'Standing Half Cylinder 51', 'bc_standinghalfcylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6535, 6535, 'Standing Half Cylinder 52', 'bc_standinghalfcylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6536, 6536, 'Standing Half Cylinder 53', 'bc_standinghalfcylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6537, 6537, 'Standing Half Cylinder 54', 'bc_standinghalfcylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6538, 6538, 'Standing Half Cylinder 55', 'bc_standinghalfcylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6539, 6539, 'Standing Half Cylinder 56', 'bc_standinghalfcylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6540, 6540, 'Standing Half Cylinder 57', 'bc_standinghalfcylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6541, 6541, 'Standing Half Cylinder 58', 'bc_standinghalfcylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6542, 6542, 'Standing Half Cylinder 59', 'bc_standinghalfcylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6543, 6543, 'Standing Half Cylinder 6', 'bc_standinghalfcylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6544, 6544, 'Standing Half Cylinder 60', 'bc_standinghalfcylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6545, 6545, 'Standing Half Cylinder 61', 'bc_standinghalfcylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6546, 6546, 'Standing Half Cylinder 62', 'bc_standinghalfcylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6547, 6547, 'Standing Half Cylinder 63', 'bc_standinghalfcylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6548, 6548, 'Standing Half Cylinder 64', 'bc_standinghalfcylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6549, 6549, 'Standing Half Cylinder 65', 'bc_standinghalfcylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6550, 6550, 'Standing Half Cylinder 66', 'bc_standinghalfcylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6551, 6551, 'Standing Half Cylinder 67', 'bc_standinghalfcylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6552, 6552, 'Standing Half Cylinder 68', 'bc_standinghalfcylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6553, 6553, 'Standing Half Cylinder 69', 'bc_standinghalfcylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6554, 6554, 'Standing Half Cylinder 7', 'bc_standinghalfcylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6555, 6555, 'Standing Half Cylinder 8', 'bc_standinghalfcylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6556, 6556, 'Standing Half Cylinder 9', 'bc_standinghalfcylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6557, 6557, 'Hemisphere Block', 'bc_hemisphere*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6558, 6558, 'Hemisphere Block 10', 'bc_hemisphere*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6559, 6559, 'Hemisphere Block 11', 'bc_hemisphere*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6560, 6560, 'Hemisphere Block 12', 'bc_hemisphere*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6561, 6561, 'Hemisphere Block 13', 'bc_hemisphere*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6562, 6562, 'Hemisphere Block 14', 'bc_hemisphere*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6563, 6563, 'Hemisphere Block 15', 'bc_hemisphere*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6564, 6564, 'Hemisphere Block 16', 'bc_hemisphere*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6565, 6565, 'Hemisphere Block 17', 'bc_hemisphere*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6566, 6566, 'Hemisphere Block 18', 'bc_hemisphere*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6567, 6567, 'Hemisphere Block 19', 'bc_hemisphere*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6568, 6568, 'Hemisphere Block 2', 'bc_hemisphere*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6569, 6569, 'Hemisphere Block 20', 'bc_hemisphere*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6570, 6570, 'Hemisphere Block 21', 'bc_hemisphere*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6571, 6571, 'Hemisphere Block 22', 'bc_hemisphere*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6572, 6572, 'Hemisphere Block 23', 'bc_hemisphere*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6573, 6573, 'Hemisphere Block 24', 'bc_hemisphere*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6574, 6574, 'Hemisphere Block 25', 'bc_hemisphere*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6575, 6575, 'Hemisphere Block 26', 'bc_hemisphere*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6576, 6576, 'Hemisphere Block 27', 'bc_hemisphere*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6577, 6577, 'Hemisphere Block 28', 'bc_hemisphere*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6578, 6578, 'Hemisphere Block 29', 'bc_hemisphere*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6579, 6579, 'Hemisphere Block 3', 'bc_hemisphere*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6580, 6580, 'Hemisphere Block 30', 'bc_hemisphere*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6581, 6581, 'Hemisphere Block 31', 'bc_hemisphere*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6582, 6582, 'Hemisphere Block 32', 'bc_hemisphere*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6583, 6583, 'Hemisphere Block 33', 'bc_hemisphere*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6584, 6584, 'Hemisphere Block 34', 'bc_hemisphere*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6585, 6585, 'Hemisphere Block 35', 'bc_hemisphere*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6586, 6586, 'Hemisphere Block 36', 'bc_hemisphere*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6587, 6587, 'Hemisphere Block 37', 'bc_hemisphere*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6588, 6588, 'Hemisphere Block 38', 'bc_hemisphere*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6589, 6589, 'Hemisphere Block 39', 'bc_hemisphere*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6590, 6590, 'Hemisphere Block 4', 'bc_hemisphere*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6591, 6591, 'Hemisphere Block 40', 'bc_hemisphere*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6592, 6592, 'Hemisphere Block 41', 'bc_hemisphere*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6593, 6593, 'Hemisphere Block 42', 'bc_hemisphere*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6594, 6594, 'Hemisphere Block 43', 'bc_hemisphere*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6595, 6595, 'Hemisphere Block 44', 'bc_hemisphere*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6596, 6596, 'Hemisphere Block 45', 'bc_hemisphere*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6597, 6597, 'Hemisphere Block 46', 'bc_hemisphere*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6598, 6598, 'Hemisphere Block 47', 'bc_hemisphere*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6599, 6599, 'Hemisphere Block 48', 'bc_hemisphere*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6600, 6600, 'Hemisphere Block 49', 'bc_hemisphere*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6601, 6601, 'Hemisphere Block 5', 'bc_hemisphere*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6602, 6602, 'Hemisphere Block 50', 'bc_hemisphere*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6603, 6603, 'Hemisphere Block 51', 'bc_hemisphere*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6604, 6604, 'Hemisphere Block 52', 'bc_hemisphere*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6605, 6605, 'Hemisphere Block 53', 'bc_hemisphere*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6606, 6606, 'Hemisphere Block 54', 'bc_hemisphere*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6607, 6607, 'Hemisphere Block 55', 'bc_hemisphere*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6608, 6608, 'Hemisphere Block 56', 'bc_hemisphere*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6609, 6609, 'Hemisphere Block 57', 'bc_hemisphere*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6610, 6610, 'Hemisphere Block 58', 'bc_hemisphere*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6611, 6611, 'Hemisphere Block 59', 'bc_hemisphere*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6612, 6612, 'Hemisphere Block 6', 'bc_hemisphere*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6613, 6613, 'Hemisphere Block 60', 'bc_hemisphere*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6614, 6614, 'Hemisphere Block 61', 'bc_hemisphere*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6615, 6615, 'Hemisphere Block 62', 'bc_hemisphere*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6616, 6616, 'Hemisphere Block 63', 'bc_hemisphere*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6617, 6617, 'Hemisphere Block 64', 'bc_hemisphere*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6618, 6618, 'Hemisphere Block 65', 'bc_hemisphere*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6619, 6619, 'Hemisphere Block 66', 'bc_hemisphere*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6620, 6620, 'Hemisphere Block 67', 'bc_hemisphere*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6621, 6621, 'Hemisphere Block 68', 'bc_hemisphere*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6622, 6622, 'Hemisphere Block 69', 'bc_hemisphere*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6623, 6623, 'Hemisphere Block 7', 'bc_hemisphere*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6624, 6624, 'Hemisphere Block 8', 'bc_hemisphere*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6625, 6625, 'Hemisphere Block 9', 'bc_hemisphere*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.9;0.6;0.5;0.35', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6626, 6626, 'Half Cylinder', 'bc_halfcylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6627, 6627, 'Half Cylinder 10', 'bc_halfcylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6628, 6628, 'Half Cylinder 11', 'bc_halfcylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6629, 6629, 'Half Cylinder 12', 'bc_halfcylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6630, 6630, 'Half Cylinder 13', 'bc_halfcylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6631, 6631, 'Half Cylinder 14', 'bc_halfcylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6632, 6632, 'Half Cylinder 15', 'bc_halfcylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6633, 6633, 'Half Cylinder 16', 'bc_halfcylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6634, 6634, 'Half Cylinder 17', 'bc_halfcylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6635, 6635, 'Half Cylinder 18', 'bc_halfcylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6636, 6636, 'Half Cylinder 19', 'bc_halfcylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6637, 6637, 'Half Cylinder 2', 'bc_halfcylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6638, 6638, 'Half Cylinder 20', 'bc_halfcylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6639, 6639, 'Half Cylinder 21', 'bc_halfcylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6640, 6640, 'Half Cylinder 22', 'bc_halfcylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6641, 6641, 'Half Cylinder 23', 'bc_halfcylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6642, 6642, 'Half Cylinder 24', 'bc_halfcylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6643, 6643, 'Half Cylinder 25', 'bc_halfcylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6644, 6644, 'Half Cylinder 26', 'bc_halfcylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6645, 6645, 'Half Cylinder 27', 'bc_halfcylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6646, 6646, 'Half Cylinder 28', 'bc_halfcylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6647, 6647, 'Half Cylinder 29', 'bc_halfcylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6648, 6648, 'Half Cylinder 3', 'bc_halfcylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6649, 6649, 'Half Cylinder 30', 'bc_halfcylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6650, 6650, 'Half Cylinder 31', 'bc_halfcylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6651, 6651, 'Half Cylinder 32', 'bc_halfcylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6652, 6652, 'Half Cylinder 33', 'bc_halfcylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6653, 6653, 'Half Cylinder 34', 'bc_halfcylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6654, 6654, 'Half Cylinder 35', 'bc_halfcylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6655, 6655, 'Half Cylinder 36', 'bc_halfcylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6656, 6656, 'Half Cylinder 37', 'bc_halfcylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6657, 6657, 'Half Cylinder 38', 'bc_halfcylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6658, 6658, 'Half Cylinder 39', 'bc_halfcylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6659, 6659, 'Half Cylinder 4', 'bc_halfcylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6660, 6660, 'Half Cylinder 40', 'bc_halfcylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6661, 6661, 'Half Cylinder 41', 'bc_halfcylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6662, 6662, 'Half Cylinder 42', 'bc_halfcylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6663, 6663, 'Half Cylinder 43', 'bc_halfcylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6664, 6664, 'Half Cylinder 44', 'bc_halfcylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6665, 6665, 'Half Cylinder 45', 'bc_halfcylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6666, 6666, 'Half Cylinder 46', 'bc_halfcylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6667, 6667, 'Half Cylinder 47', 'bc_halfcylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6668, 6668, 'Half Cylinder 48', 'bc_halfcylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6669, 6669, 'Half Cylinder 49', 'bc_halfcylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6670, 6670, 'Half Cylinder 5', 'bc_halfcylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6671, 6671, 'Half Cylinder 50', 'bc_halfcylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6672, 6672, 'Half Cylinder 51', 'bc_halfcylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6673, 6673, 'Half Cylinder 52', 'bc_halfcylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6674, 6674, 'Half Cylinder 53', 'bc_halfcylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6675, 6675, 'Half Cylinder 54', 'bc_halfcylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6676, 6676, 'Half Cylinder 55', 'bc_halfcylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6677, 6677, 'Half Cylinder 56', 'bc_halfcylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6678, 6678, 'Half Cylinder 57', 'bc_halfcylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6679, 6679, 'Half Cylinder 58', 'bc_halfcylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6680, 6680, 'Half Cylinder 59', 'bc_halfcylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6681, 6681, 'Half Cylinder 6', 'bc_halfcylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6682, 6682, 'Half Cylinder 60', 'bc_halfcylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6683, 6683, 'Half Cylinder 61', 'bc_halfcylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6684, 6684, 'Half Cylinder 62', 'bc_halfcylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6685, 6685, 'Half Cylinder 63', 'bc_halfcylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6686, 6686, 'Half Cylinder 64', 'bc_halfcylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6687, 6687, 'Half Cylinder 65', 'bc_halfcylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6688, 6688, 'Half Cylinder 66', 'bc_halfcylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6689, 6689, 'Half Cylinder 67', 'bc_halfcylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6690, 6690, 'Half Cylinder 68', 'bc_halfcylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6691, 6691, 'Half Cylinder 69', 'bc_halfcylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6692, 6692, 'Half Cylinder 7', 'bc_halfcylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6693, 6693, 'Half Cylinder 8', 'bc_halfcylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6694, 6694, 'Half Cylinder 9', 'bc_halfcylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6695, 6695, 'Quarter Ring Block', 'bc_quarterring*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6696, 6696, 'Quarter Ring Block 10', 'bc_quarterring*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6697, 6697, 'Quarter Ring Block 11', 'bc_quarterring*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6698, 6698, 'Quarter Ring Block 12', 'bc_quarterring*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6699, 6699, 'Quarter Ring Block 13', 'bc_quarterring*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6700, 6700, 'Quarter Ring Block 14', 'bc_quarterring*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6701, 6701, 'Quarter Ring Block 15', 'bc_quarterring*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6702, 6702, 'Quarter Ring Block 16', 'bc_quarterring*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6703, 6703, 'Quarter Ring Block 17', 'bc_quarterring*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6704, 6704, 'Quarter Ring Block 18', 'bc_quarterring*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6705, 6705, 'Quarter Ring Block 19', 'bc_quarterring*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6706, 6706, 'Quarter Ring Block 2', 'bc_quarterring*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6707, 6707, 'Quarter Ring Block 20', 'bc_quarterring*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6708, 6708, 'Quarter Ring Block 21', 'bc_quarterring*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6709, 6709, 'Quarter Ring Block 22', 'bc_quarterring*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6710, 6710, 'Quarter Ring Block 23', 'bc_quarterring*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6711, 6711, 'Quarter Ring Block 24', 'bc_quarterring*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6712, 6712, 'Quarter Ring Block 25', 'bc_quarterring*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6713, 6713, 'Quarter Ring Block 26', 'bc_quarterring*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6714, 6714, 'Quarter Ring Block 27', 'bc_quarterring*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6715, 6715, 'Quarter Ring Block 28', 'bc_quarterring*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6716, 6716, 'Quarter Ring Block 29', 'bc_quarterring*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6717, 6717, 'Quarter Ring Block 3', 'bc_quarterring*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6718, 6718, 'Quarter Ring Block 30', 'bc_quarterring*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6719, 6719, 'Quarter Ring Block 31', 'bc_quarterring*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6720, 6720, 'Quarter Ring Block 32', 'bc_quarterring*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6721, 6721, 'Quarter Ring Block 33', 'bc_quarterring*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6722, 6722, 'Quarter Ring Block 34', 'bc_quarterring*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6723, 6723, 'Quarter Ring Block 35', 'bc_quarterring*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6724, 6724, 'Quarter Ring Block 36', 'bc_quarterring*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6725, 6725, 'Quarter Ring Block 37', 'bc_quarterring*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6726, 6726, 'Quarter Ring Block 38', 'bc_quarterring*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6727, 6727, 'Quarter Ring Block 39', 'bc_quarterring*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6728, 6728, 'Quarter Ring Block 4', 'bc_quarterring*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6729, 6729, 'Quarter Ring Block 40', 'bc_quarterring*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6730, 6730, 'Quarter Ring Block 41', 'bc_quarterring*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6731, 6731, 'Quarter Ring Block 42', 'bc_quarterring*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6732, 6732, 'Quarter Ring Block 43', 'bc_quarterring*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6733, 6733, 'Quarter Ring Block 44', 'bc_quarterring*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6734, 6734, 'Quarter Ring Block 45', 'bc_quarterring*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6735, 6735, 'Quarter Ring Block 46', 'bc_quarterring*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6736, 6736, 'Quarter Ring Block 47', 'bc_quarterring*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6737, 6737, 'Quarter Ring Block 48', 'bc_quarterring*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6738, 6738, 'Quarter Ring Block 49', 'bc_quarterring*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6739, 6739, 'Quarter Ring Block 5', 'bc_quarterring*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6740, 6740, 'Quarter Ring Block 50', 'bc_quarterring*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6741, 6741, 'Quarter Ring Block 51', 'bc_quarterring*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6742, 6742, 'Quarter Ring Block 52', 'bc_quarterring*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6743, 6743, 'Quarter Ring Block 53', 'bc_quarterring*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6744, 6744, 'Quarter Ring Block 54', 'bc_quarterring*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6745, 6745, 'Quarter Ring Block 55', 'bc_quarterring*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6746, 6746, 'Quarter Ring Block 56', 'bc_quarterring*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6747, 6747, 'Quarter Ring Block 57', 'bc_quarterring*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6748, 6748, 'Quarter Ring Block 58', 'bc_quarterring*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6749, 6749, 'Quarter Ring Block 59', 'bc_quarterring*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6750, 6750, 'Quarter Ring Block 6', 'bc_quarterring*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6751, 6751, 'Quarter Ring Block 60', 'bc_quarterring*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6752, 6752, 'Quarter Ring Block 61', 'bc_quarterring*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6753, 6753, 'Quarter Ring Block 62', 'bc_quarterring*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6754, 6754, 'Quarter Ring Block 63', 'bc_quarterring*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6755, 6755, 'Quarter Ring Block 64', 'bc_quarterring*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6756, 6756, 'Quarter Ring Block 65', 'bc_quarterring*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6757, 6757, 'Quarter Ring Block 66', 'bc_quarterring*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6758, 6758, 'Quarter Ring Block 67', 'bc_quarterring*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6759, 6759, 'Quarter Ring Block 68', 'bc_quarterring*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6760, 6760, 'Quarter Ring Block 69', 'bc_quarterring*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6761, 6761, 'Quarter Ring Block 7', 'bc_quarterring*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6762, 6762, 'Quarter Ring Block 8', 'bc_quarterring*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6763, 6763, 'Quarter Ring Block 9', 'bc_quarterring*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6764, 6764, 'Glass Panel', 'bc_glasspanel*1', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6765, 6765, 'Glass Panel 10', 'bc_glasspanel*10', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6766, 6766, 'Glass Panel 11', 'bc_glasspanel*11', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6767, 6767, 'Glass Panel 12', 'bc_glasspanel*12', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6768, 6768, 'Glass Panel 13', 'bc_glasspanel*13', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6769, 6769, 'Glass Panel 14', 'bc_glasspanel*14', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6770, 6770, 'Glass Panel 15', 'bc_glasspanel*15', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6771, 6771, 'Glass Panel 16', 'bc_glasspanel*16', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6772, 6772, 'Glass Panel 17', 'bc_glasspanel*17', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6773, 6773, 'Glass Panel 18', 'bc_glasspanel*18', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6774, 6774, 'Glass Panel 19', 'bc_glasspanel*19', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6775, 6775, 'Glass Panel 2', 'bc_glasspanel*2', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6776, 6776, 'Glass Panel 20', 'bc_glasspanel*20', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6777, 6777, 'Glass Panel 21', 'bc_glasspanel*21', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6778, 6778, 'Glass Panel 22', 'bc_glasspanel*22', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6779, 6779, 'Glass Panel 23', 'bc_glasspanel*23', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6780, 6780, 'Glass Panel 24', 'bc_glasspanel*24', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6781, 6781, 'Glass Panel 25', 'bc_glasspanel*25', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6782, 6782, 'Glass Panel 26', 'bc_glasspanel*26', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6783, 6783, 'Glass Panel 27', 'bc_glasspanel*27', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6784, 6784, 'Glass Panel 28', 'bc_glasspanel*28', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6785, 6785, 'Glass Panel 29', 'bc_glasspanel*29', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6786, 6786, 'Glass Panel 3', 'bc_glasspanel*3', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6787, 6787, 'Glass Panel 30', 'bc_glasspanel*30', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6788, 6788, 'Glass Panel 31', 'bc_glasspanel*31', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6789, 6789, 'Glass Panel 32', 'bc_glasspanel*32', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6790, 6790, 'Glass Panel 33', 'bc_glasspanel*33', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6791, 6791, 'Glass Panel 34', 'bc_glasspanel*34', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6792, 6792, 'Glass Panel 35', 'bc_glasspanel*35', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6793, 6793, 'Glass Panel 36', 'bc_glasspanel*36', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6794, 6794, 'Glass Panel 37', 'bc_glasspanel*37', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6795, 6795, 'Glass Panel 38', 'bc_glasspanel*38', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6796, 6796, 'Glass Panel 39', 'bc_glasspanel*39', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6797, 6797, 'Glass Panel 4', 'bc_glasspanel*4', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6798, 6798, 'Glass Panel 40', 'bc_glasspanel*40', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6799, 6799, 'Glass Panel 41', 'bc_glasspanel*41', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6800, 6800, 'Glass Panel 42', 'bc_glasspanel*42', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6801, 6801, 'Glass Panel 43', 'bc_glasspanel*43', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6802, 6802, 'Glass Panel 44', 'bc_glasspanel*44', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6803, 6803, 'Glass Panel 45', 'bc_glasspanel*45', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6804, 6804, 'Glass Panel 46', 'bc_glasspanel*46', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6805, 6805, 'Glass Panel 47', 'bc_glasspanel*47', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6806, 6806, 'Glass Panel 48', 'bc_glasspanel*48', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6807, 6807, 'Glass Panel 49', 'bc_glasspanel*49', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6808, 6808, 'Glass Panel 5', 'bc_glasspanel*5', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6809, 6809, 'Glass Panel 50', 'bc_glasspanel*50', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6810, 6810, 'Glass Panel 51', 'bc_glasspanel*51', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6811, 6811, 'Glass Panel 52', 'bc_glasspanel*52', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6812, 6812, 'Glass Panel 53', 'bc_glasspanel*53', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6813, 6813, 'Glass Panel 54', 'bc_glasspanel*54', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6814, 6814, 'Glass Panel 55', 'bc_glasspanel*55', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6815, 6815, 'Glass Panel 56', 'bc_glasspanel*56', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6816, 6816, 'Glass Panel 57', 'bc_glasspanel*57', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6817, 6817, 'Glass Panel 58', 'bc_glasspanel*58', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6818, 6818, 'Glass Panel 59', 'bc_glasspanel*59', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6819, 6819, 'Glass Panel 6', 'bc_glasspanel*6', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6820, 6820, 'Glass Panel 60', 'bc_glasspanel*60', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6821, 6821, 'Glass Panel 61', 'bc_glasspanel*61', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6822, 6822, 'Glass Panel 62', 'bc_glasspanel*62', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6823, 6823, 'Glass Panel 63', 'bc_glasspanel*63', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6824, 6824, 'Glass Panel 64', 'bc_glasspanel*64', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6825, 6825, 'Glass Panel 65', 'bc_glasspanel*65', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6826, 6826, 'Glass Panel 66', 'bc_glasspanel*66', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6827, 6827, 'Glass Panel 67', 'bc_glasspanel*67', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6828, 6828, 'Glass Panel 68', 'bc_glasspanel*68', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6829, 6829, 'Glass Panel 69', 'bc_glasspanel*69', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6830, 6830, 'Glass Panel 7', 'bc_glasspanel*7', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6831, 6831, 'Glass Panel 8', 'bc_glasspanel*8', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6832, 6832, 'Glass Panel 9', 'bc_glasspanel*9', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6833, 6833, 'Wedge Block', 'bc_wedge*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6834, 6834, 'Wedge Block 10', 'bc_wedge*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6835, 6835, 'Wedge Block 11', 'bc_wedge*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6836, 6836, 'Wedge Block 12', 'bc_wedge*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6837, 6837, 'Wedge Block 13', 'bc_wedge*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6838, 6838, 'Wedge Block 14', 'bc_wedge*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6839, 6839, 'Wedge Block 15', 'bc_wedge*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6840, 6840, 'Wedge Block 16', 'bc_wedge*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6841, 6841, 'Wedge Block 17', 'bc_wedge*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6842, 6842, 'Wedge Block 18', 'bc_wedge*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6843, 6843, 'Wedge Block 19', 'bc_wedge*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6844, 6844, 'Wedge Block 2', 'bc_wedge*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6845, 6845, 'Wedge Block 20', 'bc_wedge*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6846, 6846, 'Wedge Block 21', 'bc_wedge*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6847, 6847, 'Wedge Block 22', 'bc_wedge*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6848, 6848, 'Wedge Block 23', 'bc_wedge*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6849, 6849, 'Wedge Block 24', 'bc_wedge*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6850, 6850, 'Wedge Block 25', 'bc_wedge*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6851, 6851, 'Wedge Block 26', 'bc_wedge*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6852, 6852, 'Wedge Block 27', 'bc_wedge*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6853, 6853, 'Wedge Block 28', 'bc_wedge*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6854, 6854, 'Wedge Block 29', 'bc_wedge*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6855, 6855, 'Wedge Block 3', 'bc_wedge*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6856, 6856, 'Wedge Block 30', 'bc_wedge*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6857, 6857, 'Wedge Block 31', 'bc_wedge*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6858, 6858, 'Wedge Block 32', 'bc_wedge*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6859, 6859, 'Wedge Block 33', 'bc_wedge*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6860, 6860, 'Wedge Block 34', 'bc_wedge*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6861, 6861, 'Wedge Block 35', 'bc_wedge*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6862, 6862, 'Wedge Block 36', 'bc_wedge*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6863, 6863, 'Wedge Block 37', 'bc_wedge*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6864, 6864, 'Wedge Block 38', 'bc_wedge*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6865, 6865, 'Wedge Block 39', 'bc_wedge*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6866, 6866, 'Wedge Block 4', 'bc_wedge*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6867, 6867, 'Wedge Block 40', 'bc_wedge*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6868, 6868, 'Wedge Block 41', 'bc_wedge*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6869, 6869, 'Wedge Block 42', 'bc_wedge*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6870, 6870, 'Wedge Block 43', 'bc_wedge*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6871, 6871, 'Wedge Block 44', 'bc_wedge*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6872, 6872, 'Wedge Block 45', 'bc_wedge*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6873, 6873, 'Wedge Block 46', 'bc_wedge*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6874, 6874, 'Wedge Block 47', 'bc_wedge*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6875, 6875, 'Wedge Block 48', 'bc_wedge*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6876, 6876, 'Wedge Block 49', 'bc_wedge*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6877, 6877, 'Wedge Block 5', 'bc_wedge*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6878, 6878, 'Wedge Block 50', 'bc_wedge*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6879, 6879, 'Wedge Block 51', 'bc_wedge*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6880, 6880, 'Wedge Block 52', 'bc_wedge*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6881, 6881, 'Wedge Block 53', 'bc_wedge*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6882, 6882, 'Wedge Block 54', 'bc_wedge*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6883, 6883, 'Wedge Block 55', 'bc_wedge*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6884, 6884, 'Wedge Block 56', 'bc_wedge*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6885, 6885, 'Wedge Block 57', 'bc_wedge*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6886, 6886, 'Wedge Block 58', 'bc_wedge*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6887, 6887, 'Wedge Block 59', 'bc_wedge*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6888, 6888, 'Wedge Block 6', 'bc_wedge*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6889, 6889, 'Wedge Block 60', 'bc_wedge*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6890, 6890, 'Wedge Block 61', 'bc_wedge*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6891, 6891, 'Wedge Block 62', 'bc_wedge*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6892, 6892, 'Wedge Block 63', 'bc_wedge*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6893, 6893, 'Wedge Block 64', 'bc_wedge*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6894, 6894, 'Wedge Block 65', 'bc_wedge*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6895, 6895, 'Wedge Block 66', 'bc_wedge*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6896, 6896, 'Wedge Block 67', 'bc_wedge*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6897, 6897, 'Wedge Block 68', 'bc_wedge*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6898, 6898, 'Wedge Block 69', 'bc_wedge*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6899, 6899, 'Wedge Block 7', 'bc_wedge*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6900, 6900, 'Wedge Block 8', 'bc_wedge*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6901, 6901, 'Wedge Block 9', 'bc_wedge*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6902, 6902, 'Small Block 15', 'bc_block_0*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6903, 6903, 'Small Block 16', 'bc_block_0*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6904, 6904, 'Small Block 17', 'bc_block_0*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6905, 6905, 'Small Block 18', 'bc_block_0*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6906, 6906, 'Small Block 19', 'bc_block_0*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6907, 6907, 'Small Block 20', 'bc_block_0*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6908, 6908, 'Small Block 21', 'bc_block_0*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6909, 6909, 'Small Block 22', 'bc_block_0*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6910, 6910, 'Small Block 23', 'bc_block_0*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6911, 6911, 'Small Block 24', 'bc_block_0*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6912, 6912, 'Small Block 25', 'bc_block_0*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6913, 6913, 'Small Block 26', 'bc_block_0*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6914, 6914, 'Small Block 27', 'bc_block_0*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6915, 6915, 'Small Block 28', 'bc_block_0*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6916, 6916, 'Small Block 29', 'bc_block_0*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6917, 6917, 'Small Block 30', 'bc_block_0*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6918, 6918, 'Small Block 31', 'bc_block_0*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6919, 6919, 'Small Block 32', 'bc_block_0*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6920, 6920, 'Small Block 33', 'bc_block_0*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6921, 6921, 'Small Block 34', 'bc_block_0*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6922, 6922, 'Small Block 35', 'bc_block_0*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6923, 6923, 'Small Block 36', 'bc_block_0*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6924, 6924, 'Small Block 37', 'bc_block_0*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6925, 6925, 'Small Block 38', 'bc_block_0*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6926, 6926, 'Small Block 39', 'bc_block_0*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6927, 6927, 'Small Block 40', 'bc_block_0*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6928, 6928, 'Small Block 41', 'bc_block_0*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6929, 6929, 'Small Block 42', 'bc_block_0*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6930, 6930, 'Small Block 43', 'bc_block_0*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6931, 6931, 'Small Block 44', 'bc_block_0*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6932, 6932, 'Small Block 45', 'bc_block_0*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6933, 6933, 'Small Block 46', 'bc_block_0*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6934, 6934, 'Small Block 47', 'bc_block_0*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6935, 6935, 'Small Block 48', 'bc_block_0*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6936, 6936, 'Small Block 49', 'bc_block_0*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6937, 6937, 'Small Block 50', 'bc_block_0*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6938, 6938, 'Small Block 51', 'bc_block_0*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6939, 6939, 'Small Block 52', 'bc_block_0*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6940, 6940, 'Small Block 53', 'bc_block_0*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6941, 6941, 'Small Block 54', 'bc_block_0*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6942, 6942, 'Small Block 55', 'bc_block_0*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6943, 6943, 'Small Block 56', 'bc_block_0*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6944, 6944, 'Small Block 57', 'bc_block_0*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6945, 6945, 'Small Block 58', 'bc_block_0*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6946, 6946, 'Small Block 59', 'bc_block_0*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6947, 6947, 'Small Block 60', 'bc_block_0*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6948, 6948, 'Small Block 61', 'bc_block_0*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6949, 6949, 'Small Block 62', 'bc_block_0*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6950, 6950, 'Small Block 63', 'bc_block_0*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6951, 6951, 'Small Block 64', 'bc_block_0*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6952, 6952, 'Small Block 65', 'bc_block_0*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6953, 6953, 'Small Block 66', 'bc_block_0*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6954, 6954, 'Small Block 67', 'bc_block_0*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6955, 6955, 'Small Block 68', 'bc_block_0*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6956, 6956, 'Small Block 69', 'bc_block_0*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6957, 6957, 'Cylinder Block', 'bc_cylinder*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6958, 6958, 'Cylinder Block 10', 'bc_cylinder*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6959, 6959, 'Cylinder Block 11', 'bc_cylinder*11', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6960, 6960, 'Cylinder Block 12', 'bc_cylinder*12', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6961, 6961, 'Cylinder Block 13', 'bc_cylinder*13', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6962, 6962, 'Cylinder Block 14', 'bc_cylinder*14', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6963, 6963, 'Cylinder Block 15', 'bc_cylinder*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6964, 6964, 'Cylinder Block 16', 'bc_cylinder*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6965, 6965, 'Cylinder Block 17', 'bc_cylinder*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6966, 6966, 'Cylinder Block 18', 'bc_cylinder*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6967, 6967, 'Cylinder Block 19', 'bc_cylinder*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6968, 6968, 'Cylinder Block 2', 'bc_cylinder*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6969, 6969, 'Cylinder Block 20', 'bc_cylinder*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6970, 6970, 'Cylinder Block 21', 'bc_cylinder*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6971, 6971, 'Cylinder Block 22', 'bc_cylinder*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6972, 6972, 'Cylinder Block 23', 'bc_cylinder*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6973, 6973, 'Cylinder Block 24', 'bc_cylinder*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6974, 6974, 'Cylinder Block 25', 'bc_cylinder*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6975, 6975, 'Cylinder Block 26', 'bc_cylinder*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6976, 6976, 'Cylinder Block 27', 'bc_cylinder*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6977, 6977, 'Cylinder Block 28', 'bc_cylinder*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6978, 6978, 'Cylinder Block 29', 'bc_cylinder*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6979, 6979, 'Cylinder Block 3', 'bc_cylinder*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6980, 6980, 'Cylinder Block 30', 'bc_cylinder*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6981, 6981, 'Cylinder Block 31', 'bc_cylinder*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6982, 6982, 'Cylinder Block 32', 'bc_cylinder*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6983, 6983, 'Cylinder Block 33', 'bc_cylinder*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6984, 6984, 'Cylinder Block 34', 'bc_cylinder*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6985, 6985, 'Cylinder Block 35', 'bc_cylinder*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6986, 6986, 'Cylinder Block 36', 'bc_cylinder*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6987, 6987, 'Cylinder Block 37', 'bc_cylinder*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6988, 6988, 'Cylinder Block 38', 'bc_cylinder*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6989, 6989, 'Cylinder Block 39', 'bc_cylinder*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6990, 6990, 'Cylinder Block 4', 'bc_cylinder*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6991, 6991, 'Cylinder Block 40', 'bc_cylinder*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6992, 6992, 'Cylinder Block 41', 'bc_cylinder*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6993, 6993, 'Cylinder Block 42', 'bc_cylinder*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6994, 6994, 'Cylinder Block 43', 'bc_cylinder*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6995, 6995, 'Cylinder Block 44', 'bc_cylinder*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6996, 6996, 'Cylinder Block 45', 'bc_cylinder*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6997, 6997, 'Cylinder Block 46', 'bc_cylinder*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6998, 6998, 'Cylinder Block 47', 'bc_cylinder*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (6999, 6999, 'Cylinder Block 48', 'bc_cylinder*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7000, 7000, 'Cylinder Block 49', 'bc_cylinder*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7001, 7001, 'Cylinder Block 5', 'bc_cylinder*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7002, 7002, 'Cylinder Block 50', 'bc_cylinder*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7003, 7003, 'Cylinder Block 51', 'bc_cylinder*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7004, 7004, 'Cylinder Block 52', 'bc_cylinder*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7005, 7005, 'Cylinder Block 53', 'bc_cylinder*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7006, 7006, 'Cylinder Block 54', 'bc_cylinder*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7007, 7007, 'Cylinder Block 55', 'bc_cylinder*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7008, 7008, 'Cylinder Block 56', 'bc_cylinder*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7009, 7009, 'Cylinder Block 57', 'bc_cylinder*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7010, 7010, 'Cylinder Block 58', 'bc_cylinder*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7011, 7011, 'Cylinder Block 59', 'bc_cylinder*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7012, 7012, 'Cylinder Block 6', 'bc_cylinder*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7013, 7013, 'Cylinder Block 60', 'bc_cylinder*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7014, 7014, 'Cylinder Block 61', 'bc_cylinder*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7015, 7015, 'Cylinder Block 62', 'bc_cylinder*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7016, 7016, 'Cylinder Block 63', 'bc_cylinder*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7017, 7017, 'Cylinder Block 64', 'bc_cylinder*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7018, 7018, 'Cylinder Block 65', 'bc_cylinder*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7019, 7019, 'Cylinder Block 66', 'bc_cylinder*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7020, 7020, 'Cylinder Block 67', 'bc_cylinder*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7021, 7021, 'Cylinder Block 68', 'bc_cylinder*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7022, 7022, 'Cylinder Block 69', 'bc_cylinder*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7023, 7023, 'Cylinder Block 7', 'bc_cylinder*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7024, 7024, 'Cylinder Block 8', 'bc_cylinder*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7025, 7025, 'Cylinder Block 9', 'bc_cylinder*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7026, 7026, 'Standing Triangular Prism', 'bc_standingtriangularprism*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7027, 7027, 'Standing Triangular Prism 10', 'bc_standingtriangularprism*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7028, 7028, 'Standing Triangular Prism 11', 'bc_standingtriangularprism*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7029, 7029, 'Standing Triangular Prism 12', 'bc_standingtriangularprism*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7030, 7030, 'Standing Triangular Prism 13', 'bc_standingtriangularprism*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7031, 7031, 'Standing Triangular Prism 14', 'bc_standingtriangularprism*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7032, 7032, 'Standing Triangular Prism 15', 'bc_standingtriangularprism*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7033, 7033, 'Standing Triangular Prism 16', 'bc_standingtriangularprism*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7034, 7034, 'Standing Triangular Prism 17', 'bc_standingtriangularprism*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7035, 7035, 'Standing Triangular Prism 18', 'bc_standingtriangularprism*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7036, 7036, 'Standing Triangular Prism 19', 'bc_standingtriangularprism*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7037, 7037, 'Standing Triangular Prism 2', 'bc_standingtriangularprism*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7038, 7038, 'Standing Triangular Prism 20', 'bc_standingtriangularprism*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7039, 7039, 'Standing Triangular Prism 21', 'bc_standingtriangularprism*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7040, 7040, 'Standing Triangular Prism 22', 'bc_standingtriangularprism*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7041, 7041, 'Standing Triangular Prism 23', 'bc_standingtriangularprism*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7042, 7042, 'Standing Triangular Prism 24', 'bc_standingtriangularprism*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7043, 7043, 'Standing Triangular Prism 25', 'bc_standingtriangularprism*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7044, 7044, 'Standing Triangular Prism 26', 'bc_standingtriangularprism*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7045, 7045, 'Standing Triangular Prism 27', 'bc_standingtriangularprism*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7046, 7046, 'Standing Triangular Prism 28', 'bc_standingtriangularprism*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7047, 7047, 'Standing Triangular Prism 29', 'bc_standingtriangularprism*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7048, 7048, 'Standing Triangular Prism 3', 'bc_standingtriangularprism*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7049, 7049, 'Standing Triangular Prism 30', 'bc_standingtriangularprism*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7050, 7050, 'Standing Triangular Prism 31', 'bc_standingtriangularprism*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7051, 7051, 'Standing Triangular Prism 32', 'bc_standingtriangularprism*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7052, 7052, 'Standing Triangular Prism 33', 'bc_standingtriangularprism*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7053, 7053, 'Standing Triangular Prism 34', 'bc_standingtriangularprism*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7054, 7054, 'Standing Triangular Prism 35', 'bc_standingtriangularprism*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7055, 7055, 'Standing Triangular Prism 36', 'bc_standingtriangularprism*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7056, 7056, 'Standing Triangular Prism 37', 'bc_standingtriangularprism*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7057, 7057, 'Standing Triangular Prism 38', 'bc_standingtriangularprism*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7058, 7058, 'Standing Triangular Prism 39', 'bc_standingtriangularprism*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7059, 7059, 'Standing Triangular Prism 4', 'bc_standingtriangularprism*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7060, 7060, 'Standing Triangular Prism 40', 'bc_standingtriangularprism*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7061, 7061, 'Standing Triangular Prism 41', 'bc_standingtriangularprism*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7062, 7062, 'Standing Triangular Prism 42', 'bc_standingtriangularprism*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7063, 7063, 'Standing Triangular Prism 43', 'bc_standingtriangularprism*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7064, 7064, 'Standing Triangular Prism 44', 'bc_standingtriangularprism*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7065, 7065, 'Standing Triangular Prism 45', 'bc_standingtriangularprism*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7066, 7066, 'Standing Triangular Prism 46', 'bc_standingtriangularprism*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7067, 7067, 'Standing Triangular Prism 47', 'bc_standingtriangularprism*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7068, 7068, 'Standing Triangular Prism 48', 'bc_standingtriangularprism*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7069, 7069, 'Standing Triangular Prism 49', 'bc_standingtriangularprism*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7070, 7070, 'Standing Triangular Prism 5', 'bc_standingtriangularprism*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7071, 7071, 'Standing Triangular Prism 50', 'bc_standingtriangularprism*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7072, 7072, 'Standing Triangular Prism 51', 'bc_standingtriangularprism*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7073, 7073, 'Standing Triangular Prism 52', 'bc_standingtriangularprism*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7074, 7074, 'Standing Triangular Prism 53', 'bc_standingtriangularprism*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7075, 7075, 'Standing Triangular Prism 54', 'bc_standingtriangularprism*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7076, 7076, 'Standing Triangular Prism 55', 'bc_standingtriangularprism*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7077, 7077, 'Standing Triangular Prism 56', 'bc_standingtriangularprism*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7078, 7078, 'Standing Triangular Prism 57', 'bc_standingtriangularprism*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7079, 7079, 'Standing Triangular Prism 58', 'bc_standingtriangularprism*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7080, 7080, 'Standing Triangular Prism 59', 'bc_standingtriangularprism*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7081, 7081, 'Standing Triangular Prism 6', 'bc_standingtriangularprism*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7082, 7082, 'Standing Triangular Prism 60', 'bc_standingtriangularprism*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7083, 7083, 'Standing Triangular Prism 61', 'bc_standingtriangularprism*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7084, 7084, 'Standing Triangular Prism 62', 'bc_standingtriangularprism*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7085, 7085, 'Standing Triangular Prism 63', 'bc_standingtriangularprism*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7086, 7086, 'Standing Triangular Prism 64', 'bc_standingtriangularprism*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7087, 7087, 'Standing Triangular Prism 65', 'bc_standingtriangularprism*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7088, 7088, 'Standing Triangular Prism 66', 'bc_standingtriangularprism*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7089, 7089, 'Standing Triangular Prism 67', 'bc_standingtriangularprism*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7090, 7090, 'Standing Triangular Prism 68', 'bc_standingtriangularprism*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7091, 7091, 'Standing Triangular Prism 69', 'bc_standingtriangularprism*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7092, 7092, 'Standing Triangular Prism 7', 'bc_standingtriangularprism*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7093, 7093, 'Standing Triangular Prism 8', 'bc_standingtriangularprism*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7094, 7094, 'Standing Triangular Prism 9', 'bc_standingtriangularprism*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7095, 7095, 'Large Block 15', 'bc_block_1*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7096, 7096, 'Large Block 16', 'bc_block_1*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7097, 7097, 'Large Block 17', 'bc_block_1*17', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7098, 7098, 'Large Block 18', 'bc_block_1*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7099, 7099, 'Large Block 19', 'bc_block_1*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7100, 7100, 'Large Block 20', 'bc_block_1*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7101, 7101, 'Large Block 21', 'bc_block_1*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7102, 7102, 'Large Block 22', 'bc_block_1*22', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7103, 7103, 'Large Block 23', 'bc_block_1*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7104, 7104, 'Large Block 24', 'bc_block_1*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7105, 7105, 'Large Block 25', 'bc_block_1*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7106, 7106, 'Large Block 26', 'bc_block_1*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7107, 7107, 'Large Block 27', 'bc_block_1*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7108, 7108, 'Large Block 28', 'bc_block_1*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7109, 7109, 'Large Block 29', 'bc_block_1*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7110, 7110, 'Large Block 30', 'bc_block_1*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7111, 7111, 'Large Block 31', 'bc_block_1*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7112, 7112, 'Large Block 32', 'bc_block_1*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7113, 7113, 'Large Block 33', 'bc_block_1*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7114, 7114, 'Large Block 34', 'bc_block_1*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7115, 7115, 'Large Block 35', 'bc_block_1*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7116, 7116, 'Large Block 36', 'bc_block_1*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7117, 7117, 'Large Block 37', 'bc_block_1*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7118, 7118, 'Large Block 38', 'bc_block_1*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7119, 7119, 'Large Block 39', 'bc_block_1*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7120, 7120, 'Large Block 40', 'bc_block_1*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7121, 7121, 'Large Block 41', 'bc_block_1*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7122, 7122, 'Large Block 42', 'bc_block_1*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7123, 7123, 'Large Block 43', 'bc_block_1*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7124, 7124, 'Large Block 44', 'bc_block_1*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7125, 7125, 'Large Block 45', 'bc_block_1*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7126, 7126, 'Large Block 46', 'bc_block_1*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7127, 7127, 'Large Block 47', 'bc_block_1*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7128, 7128, 'Large Block 48', 'bc_block_1*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7129, 7129, 'Large Block 49', 'bc_block_1*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7130, 7130, 'Large Block 50', 'bc_block_1*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7131, 7131, 'Large Block 51', 'bc_block_1*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7132, 7132, 'Large Block 52', 'bc_block_1*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7133, 7133, 'Large Block 53', 'bc_block_1*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7134, 7134, 'Large Block 54', 'bc_block_1*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7135, 7135, 'Large Block 55', 'bc_block_1*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7136, 7136, 'Large Block 56', 'bc_block_1*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7137, 7137, 'Large Block 57', 'bc_block_1*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7138, 7138, 'Large Block 58', 'bc_block_1*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7139, 7139, 'Large Block 59', 'bc_block_1*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7140, 7140, 'Large Block 60', 'bc_block_1*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7141, 7141, 'Large Block 61', 'bc_block_1*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7142, 7142, 'Large Block 62', 'bc_block_1*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7143, 7143, 'Large Block 63', 'bc_block_1*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7144, 7144, 'Large Block 64', 'bc_block_1*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7145, 7145, 'Large Block 65', 'bc_block_1*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7146, 7146, 'Large Block 66', 'bc_block_1*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7147, 7147, 'Large Block 67', 'bc_block_1*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7148, 7148, 'Large Block 68', 'bc_block_1*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7149, 7149, 'Large Block 69', 'bc_block_1*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7150, 7150, 'Triangular Prism', 'bc_triangularprism*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7151, 7151, 'Triangular Prism 10', 'bc_triangularprism*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7152, 7152, 'Triangular Prism 11', 'bc_triangularprism*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7153, 7153, 'Triangular Prism 12', 'bc_triangularprism*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7154, 7154, 'Triangular Prism 13', 'bc_triangularprism*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7155, 7155, 'Triangular Prism 14', 'bc_triangularprism*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7156, 7156, 'Triangular Prism 15', 'bc_triangularprism*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7157, 7157, 'Triangular Prism 16', 'bc_triangularprism*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7158, 7158, 'Triangular Prism 17', 'bc_triangularprism*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7159, 7159, 'Triangular Prism 18', 'bc_triangularprism*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7160, 7160, 'Triangular Prism 19', 'bc_triangularprism*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7161, 7161, 'Triangular Prism 2', 'bc_triangularprism*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7162, 7162, 'Triangular Prism 20', 'bc_triangularprism*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7163, 7163, 'Triangular Prism 21', 'bc_triangularprism*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7164, 7164, 'Triangular Prism 22', 'bc_triangularprism*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7165, 7165, 'Triangular Prism 23', 'bc_triangularprism*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7166, 7166, 'Triangular Prism 24', 'bc_triangularprism*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7167, 7167, 'Triangular Prism 25', 'bc_triangularprism*25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7168, 7168, 'Triangular Prism 26', 'bc_triangularprism*26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7169, 7169, 'Triangular Prism 27', 'bc_triangularprism*27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7170, 7170, 'Triangular Prism 28', 'bc_triangularprism*28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7171, 7171, 'Triangular Prism 29', 'bc_triangularprism*29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7172, 7172, 'Triangular Prism 3', 'bc_triangularprism*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7173, 7173, 'Triangular Prism 30', 'bc_triangularprism*30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7174, 7174, 'Triangular Prism 31', 'bc_triangularprism*31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7175, 7175, 'Triangular Prism 32', 'bc_triangularprism*32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7176, 7176, 'Triangular Prism 33', 'bc_triangularprism*33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7177, 7177, 'Triangular Prism 34', 'bc_triangularprism*34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7178, 7178, 'Triangular Prism 35', 'bc_triangularprism*35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7179, 7179, 'Triangular Prism 36', 'bc_triangularprism*36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7180, 7180, 'Triangular Prism 37', 'bc_triangularprism*37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7181, 7181, 'Triangular Prism 38', 'bc_triangularprism*38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7182, 7182, 'Triangular Prism 39', 'bc_triangularprism*39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7183, 7183, 'Triangular Prism 4', 'bc_triangularprism*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7184, 7184, 'Triangular Prism 40', 'bc_triangularprism*40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7185, 7185, 'Triangular Prism 41', 'bc_triangularprism*41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7186, 7186, 'Triangular Prism 42', 'bc_triangularprism*42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7187, 7187, 'Triangular Prism 43', 'bc_triangularprism*43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7188, 7188, 'Triangular Prism 44', 'bc_triangularprism*44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7189, 7189, 'Triangular Prism 45', 'bc_triangularprism*45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7190, 7190, 'Triangular Prism 46', 'bc_triangularprism*46', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7191, 7191, 'Triangular Prism 47', 'bc_triangularprism*47', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7192, 7192, 'Triangular Prism 48', 'bc_triangularprism*48', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7193, 7193, 'Triangular Prism 49', 'bc_triangularprism*49', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7194, 7194, 'Triangular Prism 5', 'bc_triangularprism*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7195, 7195, 'Triangular Prism 50', 'bc_triangularprism*50', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7196, 7196, 'Triangular Prism 51', 'bc_triangularprism*51', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7197, 7197, 'Triangular Prism 52', 'bc_triangularprism*52', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7198, 7198, 'Triangular Prism 53', 'bc_triangularprism*53', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7199, 7199, 'Triangular Prism 54', 'bc_triangularprism*54', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7200, 7200, 'Triangular Prism 55', 'bc_triangularprism*55', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7201, 7201, 'Triangular Prism 56', 'bc_triangularprism*56', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7202, 7202, 'Triangular Prism 57', 'bc_triangularprism*57', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7203, 7203, 'Triangular Prism 58', 'bc_triangularprism*58', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7204, 7204, 'Triangular Prism 59', 'bc_triangularprism*59', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7205, 7205, 'Triangular Prism 6', 'bc_triangularprism*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7206, 7206, 'Triangular Prism 60', 'bc_triangularprism*60', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7207, 7207, 'Triangular Prism 61', 'bc_triangularprism*61', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7208, 7208, 'Triangular Prism 62', 'bc_triangularprism*62', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7209, 7209, 'Triangular Prism 63', 'bc_triangularprism*63', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7210, 7210, 'Triangular Prism 64', 'bc_triangularprism*64', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7211, 7211, 'Triangular Prism 65', 'bc_triangularprism*65', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7212, 7212, 'Triangular Prism 66', 'bc_triangularprism*66', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7213, 7213, 'Triangular Prism 67', 'bc_triangularprism*67', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7214, 7214, 'Triangular Prism 68', 'bc_triangularprism*68', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7215, 7215, 'Triangular Prism 69', 'bc_triangularprism*69', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7216, 7216, 'Triangular Prism 7', 'bc_triangularprism*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7217, 7217, 'Triangular Prism 8', 'bc_triangularprism*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7218, 7218, 'Triangular Prism 9', 'bc_triangularprism*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7219, 7219, 'Sphere Block', 'bc_sphere*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7220, 7220, 'Sphere Block 10', 'bc_sphere*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7221, 7221, 'Sphere Block 11', 'bc_sphere*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7222, 7222, 'Sphere Block 12', 'bc_sphere*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7223, 7223, 'Sphere Block 13', 'bc_sphere*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7224, 7224, 'Sphere Block 14', 'bc_sphere*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7225, 7225, 'Sphere Block 15', 'bc_sphere*15', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7226, 7226, 'Sphere Block 16', 'bc_sphere*16', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7227, 7227, 'Sphere Block 17', 'bc_sphere*17', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7228, 7228, 'Sphere Block 18', 'bc_sphere*18', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7229, 7229, 'Sphere Block 19', 'bc_sphere*19', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7230, 7230, 'Sphere Block 2', 'bc_sphere*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7231, 7231, 'Sphere Block 20', 'bc_sphere*20', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7232, 7232, 'Sphere Block 21', 'bc_sphere*21', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7233, 7233, 'Sphere Block 22', 'bc_sphere*22', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7234, 7234, 'Sphere Block 23', 'bc_sphere*23', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7235, 7235, 'Sphere Block 24', 'bc_sphere*24', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7236, 7236, 'Sphere Block 25', 'bc_sphere*25', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7237, 7237, 'Sphere Block 26', 'bc_sphere*26', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7238, 7238, 'Sphere Block 27', 'bc_sphere*27', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7239, 7239, 'Sphere Block 28', 'bc_sphere*28', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7240, 7240, 'Sphere Block 29', 'bc_sphere*29', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7241, 7241, 'Sphere Block 3', 'bc_sphere*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7242, 7242, 'Sphere Block 30', 'bc_sphere*30', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7243, 7243, 'Sphere Block 31', 'bc_sphere*31', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7244, 7244, 'Sphere Block 32', 'bc_sphere*32', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7245, 7245, 'Sphere Block 33', 'bc_sphere*33', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7246, 7246, 'Sphere Block 34', 'bc_sphere*34', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7247, 7247, 'Sphere Block 35', 'bc_sphere*35', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7248, 7248, 'Sphere Block 36', 'bc_sphere*36', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7249, 7249, 'Sphere Block 37', 'bc_sphere*37', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7250, 7250, 'Sphere Block 38', 'bc_sphere*38', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7251, 7251, 'Sphere Block 39', 'bc_sphere*39', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7252, 7252, 'Sphere Block 4', 'bc_sphere*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7253, 7253, 'Sphere Block 40', 'bc_sphere*40', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7254, 7254, 'Sphere Block 41', 'bc_sphere*41', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7255, 7255, 'Sphere Block 42', 'bc_sphere*42', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7256, 7256, 'Sphere Block 43', 'bc_sphere*43', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7257, 7257, 'Sphere Block 44', 'bc_sphere*44', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7258, 7258, 'Sphere Block 45', 'bc_sphere*45', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7259, 7259, 'Sphere Block 46', 'bc_sphere*46', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7260, 7260, 'Sphere Block 47', 'bc_sphere*47', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7261, 7261, 'Sphere Block 48', 'bc_sphere*48', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7262, 7262, 'Sphere Block 49', 'bc_sphere*49', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7263, 7263, 'Sphere Block 5', 'bc_sphere*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7264, 7264, 'Sphere Block 50', 'bc_sphere*50', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7265, 7265, 'Sphere Block 51', 'bc_sphere*51', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7266, 7266, 'Sphere Block 52', 'bc_sphere*52', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7267, 7267, 'Sphere Block 53', 'bc_sphere*53', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7268, 7268, 'Sphere Block 54', 'bc_sphere*54', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7269, 7269, 'Sphere Block 55', 'bc_sphere*55', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7270, 7270, 'Sphere Block 56', 'bc_sphere*56', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7271, 7271, 'Sphere Block 57', 'bc_sphere*57', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7272, 7272, 'Sphere Block 58', 'bc_sphere*58', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7273, 7273, 'Sphere Block 59', 'bc_sphere*59', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7274, 7274, 'Sphere Block 6', 'bc_sphere*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7275, 7275, 'Sphere Block 60', 'bc_sphere*60', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7276, 7276, 'Sphere Block 61', 'bc_sphere*61', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7277, 7277, 'Sphere Block 62', 'bc_sphere*62', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7278, 7278, 'Sphere Block 63', 'bc_sphere*63', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7279, 7279, 'Sphere Block 64', 'bc_sphere*64', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7280, 7280, 'Sphere Block 65', 'bc_sphere*65', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7281, 7281, 'Sphere Block 66', 'bc_sphere*66', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7282, 7282, 'Sphere Block 67', 'bc_sphere*67', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7283, 7283, 'Sphere Block 68', 'bc_sphere*68', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7284, 7284, 'Sphere Block 69', 'bc_sphere*69', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7285, 7285, 'Sphere Block 7', 'bc_sphere*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7286, 7286, 'Sphere Block 8', 'bc_sphere*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7287, 7287, 'Sphere Block 9', 'bc_sphere*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7288, 7288, 'Round Block 15', 'bc_round*15', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7289, 7289, 'Round Block 16', 'bc_round*16', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7290, 7290, 'Round Block 17', 'bc_round*17', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7291, 7291, 'Round Block 18', 'bc_round*18', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7292, 7292, 'Round Block 19', 'bc_round*19', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7293, 7293, 'Round Block 20', 'bc_round*20', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7294, 7294, 'Round Block 21', 'bc_round*21', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7295, 7295, 'Round Block 22', 'bc_round*22', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7296, 7296, 'Round Block 23', 'bc_round*23', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7297, 7297, 'Round Block 24', 'bc_round*24', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7298, 7298, 'Round Block 25', 'bc_round*25', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7299, 7299, 'Round Block 26', 'bc_round*26', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7300, 7300, 'Round Block 27', 'bc_round*27', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7301, 7301, 'Round Block 28', 'bc_round*28', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7302, 7302, 'Round Block 29', 'bc_round*29', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7303, 7303, 'Round Block 30', 'bc_round*30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7304, 7304, 'Round Block 31', 'bc_round*31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7305, 7305, 'Round Block 32', 'bc_round*32', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7306, 7306, 'Round Block 33', 'bc_round*33', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7307, 7307, 'Round Block 34', 'bc_round*34', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7308, 7308, 'Round Block 35', 'bc_round*35', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7309, 7309, 'Round Block 36', 'bc_round*36', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7310, 7310, 'Round Block 37', 'bc_round*37', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7311, 7311, 'Round Block 38', 'bc_round*38', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7312, 7312, 'Round Block 39', 'bc_round*39', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7313, 7313, 'Round Block 40', 'bc_round*40', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7314, 7314, 'Round Block 41', 'bc_round*41', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7315, 7315, 'Round Block 42', 'bc_round*42', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7316, 7316, 'Round Block 43', 'bc_round*43', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7317, 7317, 'Round Block 44', 'bc_round*44', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7318, 7318, 'Round Block 45', 'bc_round*45', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7319, 7319, 'Round Block 46', 'bc_round*46', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7320, 7320, 'Round Block 47', 'bc_round*47', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7321, 7321, 'Round Block 48', 'bc_round*48', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7322, 7322, 'Round Block 49', 'bc_round*49', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7323, 7323, 'Round Block 50', 'bc_round*50', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7324, 7324, 'Round Block 51', 'bc_round*51', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7325, 7325, 'Round Block 52', 'bc_round*52', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7326, 7326, 'Round Block 53', 'bc_round*53', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7327, 7327, 'Round Block 54', 'bc_round*54', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7328, 7328, 'Round Block 55', 'bc_round*55', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7329, 7329, 'Round Block 56', 'bc_round*56', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7330, 7330, 'Round Block 57', 'bc_round*57', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7331, 7331, 'Round Block 58', 'bc_round*58', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7332, 7332, 'Round Block 59', 'bc_round*59', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7333, 7333, 'Round Block 60', 'bc_round*60', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7334, 7334, 'Round Block 61', 'bc_round*61', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7335, 7335, 'Round Block 62', 'bc_round*62', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7336, 7336, 'Round Block 63', 'bc_round*63', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7337, 7337, 'Round Block 64', 'bc_round*64', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7338, 7338, 'Round Block 65', 'bc_round*65', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7339, 7339, 'Round Block 66', 'bc_round*66', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7340, 7340, 'Round Block 67', 'bc_round*67', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7341, 7341, 'Round Block 68', 'bc_round*68', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7342, 7342, 'Round Block 69', 'bc_round*69', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1.0;0.75;0.5;0.25;0.1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7343, 7343, 'Coin Suitcase', 'CF_1500_suitcase', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7344, 7344, 'W Block', 'bc_alpha1_w*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7345, 7345, 'W Block', 'bc_alpha1_w*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7346, 7346, 'W Block', 'bc_alpha1_w*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7347, 7347, 'W Block', 'bc_alpha1_w*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7348, 7348, 'W Block', 'bc_alpha1_w*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7349, 7349, 'W Block', 'bc_alpha1_w*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7350, 7350, 'W Block', 'bc_alpha1_w*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7351, 7351, 'W Block', 'bc_alpha1_w*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7352, 7352, 'W Block', 'bc_alpha1_w*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7353, 7353, 'W Block', 'bc_alpha1_w*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7354, 7354, 'W Block', 'bc_alpha1_w*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7355, 7355, 'W Block', 'bc_alpha1_w*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7356, 7356, 'W Block', 'bc_alpha1_w*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7357, 7357, 'W Block', 'bc_alpha1_w*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7358, 7358, 'G Block', 'bc_alpha1_g*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7359, 7359, 'G Block', 'bc_alpha1_g*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7360, 7360, 'G Block', 'bc_alpha1_g*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7361, 7361, 'G Block', 'bc_alpha1_g*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7362, 7362, 'G Block', 'bc_alpha1_g*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7363, 7363, 'G Block', 'bc_alpha1_g*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7364, 7364, 'G Block', 'bc_alpha1_g*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7365, 7365, 'G Block', 'bc_alpha1_g*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7366, 7366, 'G Block', 'bc_alpha1_g*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7367, 7367, 'G Block', 'bc_alpha1_g*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7368, 7368, 'G Block', 'bc_alpha1_g*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7369, 7369, 'G Block', 'bc_alpha1_g*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7370, 7370, 'G Block', 'bc_alpha1_g*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7371, 7371, 'G Block', 'bc_alpha1_g*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7372, 7372, 'R Block', 'bc_alpha1_r*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7373, 7373, 'R Block', 'bc_alpha1_r*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7374, 7374, 'R Block', 'bc_alpha1_r*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7375, 7375, 'R Block', 'bc_alpha1_r*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7376, 7376, 'R Block', 'bc_alpha1_r*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7377, 7377, 'R Block', 'bc_alpha1_r*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7378, 7378, 'R Block', 'bc_alpha1_r*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7379, 7379, 'R Block', 'bc_alpha1_r*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7380, 7380, 'R Block', 'bc_alpha1_r*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7381, 7381, 'R Block', 'bc_alpha1_r*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7382, 7382, 'R Block', 'bc_alpha1_r*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7383, 7383, 'R Block', 'bc_alpha1_r*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7384, 7384, 'R Block', 'bc_alpha1_r*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7385, 7385, 'R Block', 'bc_alpha1_r*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7386, 7386, 'S Block', 'bc_alpha1_s*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7387, 7387, 'S Block', 'bc_alpha1_s*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7388, 7388, 'S Block', 'bc_alpha1_s*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7389, 7389, 'S Block', 'bc_alpha1_s*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7390, 7390, 'S Block', 'bc_alpha1_s*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7391, 7391, 'S Block', 'bc_alpha1_s*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7392, 7392, 'S Block', 'bc_alpha1_s*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7393, 7393, 'S Block', 'bc_alpha1_s*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7394, 7394, 'S Block', 'bc_alpha1_s*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7395, 7395, 'S Block', 'bc_alpha1_s*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7396, 7396, 'S Block', 'bc_alpha1_s*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7397, 7397, 'S Block', 'bc_alpha1_s*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7398, 7398, 'S Block', 'bc_alpha1_s*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7399, 7399, 'S Block', 'bc_alpha1_s*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7400, 7400, 'H Block', 'bc_alpha1_h*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7401, 7401, 'H Block', 'bc_alpha1_h*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7402, 7402, 'H Block', 'bc_alpha1_h*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7403, 7403, 'H Block', 'bc_alpha1_h*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7404, 7404, 'H Block', 'bc_alpha1_h*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7405, 7405, 'H Block', 'bc_alpha1_h*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7406, 7406, 'H Block', 'bc_alpha1_h*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7407, 7407, 'H Block', 'bc_alpha1_h*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7408, 7408, 'H Block', 'bc_alpha1_h*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7409, 7409, 'H Block', 'bc_alpha1_h*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7410, 7410, 'H Block', 'bc_alpha1_h*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7411, 7411, 'H Block', 'bc_alpha1_h*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7412, 7412, 'H Block', 'bc_alpha1_h*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7413, 7413, 'H Block', 'bc_alpha1_h*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7414, 7414, 'T Block', 'bc_alpha1_t*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7415, 7415, 'T Block', 'bc_alpha1_t*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7416, 7416, 'T Block', 'bc_alpha1_t*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7417, 7417, 'T Block', 'bc_alpha1_t*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7418, 7418, 'T Block', 'bc_alpha1_t*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7419, 7419, 'T Block', 'bc_alpha1_t*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7420, 7420, 'T Block', 'bc_alpha1_t*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7421, 7421, 'T Block', 'bc_alpha1_t*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7422, 7422, 'T Block', 'bc_alpha1_t*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7423, 7423, 'T Block', 'bc_alpha1_t*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7424, 7424, 'T Block', 'bc_alpha1_t*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7425, 7425, 'T Block', 'bc_alpha1_t*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7426, 7426, 'T Block', 'bc_alpha1_t*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7427, 7427, 'T Block', 'bc_alpha1_t*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7428, 7428, 'O Block', 'bc_alpha1_o*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7429, 7429, 'O Block', 'bc_alpha1_o*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7430, 7430, 'O Block', 'bc_alpha1_o*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7431, 7431, 'O Block', 'bc_alpha1_o*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7432, 7432, 'O Block', 'bc_alpha1_o*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7433, 7433, 'O Block', 'bc_alpha1_o*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7434, 7434, 'O Block', 'bc_alpha1_o*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7435, 7435, 'O Block', 'bc_alpha1_o*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7436, 7436, 'O Block', 'bc_alpha1_o*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7437, 7437, 'O Block', 'bc_alpha1_o*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7438, 7438, 'O Block', 'bc_alpha1_o*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7439, 7439, 'O Block', 'bc_alpha1_o*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7440, 7440, 'O Block', 'bc_alpha1_o*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7441, 7441, 'O Block', 'bc_alpha1_o*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7442, 7442, 'V Block', 'bc_alpha1_v*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7443, 7443, 'V Block', 'bc_alpha1_v*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7444, 7444, 'V Block', 'bc_alpha1_v*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7445, 7445, 'V Block', 'bc_alpha1_v*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7446, 7446, 'V Block', 'bc_alpha1_v*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7447, 7447, 'V Block', 'bc_alpha1_v*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7448, 7448, 'V Block', 'bc_alpha1_v*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7449, 7449, 'V Block', 'bc_alpha1_v*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7450, 7450, 'V Block', 'bc_alpha1_v*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7451, 7451, 'V Block', 'bc_alpha1_v*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7452, 7452, 'V Block', 'bc_alpha1_v*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7453, 7453, 'V Block', 'bc_alpha1_v*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7454, 7454, 'V Block', 'bc_alpha1_v*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7455, 7455, 'V Block', 'bc_alpha1_v*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7456, 7456, 'C Block', 'bc_alpha1_c*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7457, 7457, 'C Block', 'bc_alpha1_c*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7458, 7458, 'C Block', 'bc_alpha1_c*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7459, 7459, 'C Block', 'bc_alpha1_c*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7460, 7460, 'C Block', 'bc_alpha1_c*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7461, 7461, 'C Block', 'bc_alpha1_c*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7462, 7462, 'C Block', 'bc_alpha1_c*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7463, 7463, 'C Block', 'bc_alpha1_c*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7464, 7464, 'C Block', 'bc_alpha1_c*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7465, 7465, 'C Block', 'bc_alpha1_c*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7466, 7466, 'C Block', 'bc_alpha1_c*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7467, 7467, 'C Block', 'bc_alpha1_c*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7468, 7468, 'C Block', 'bc_alpha1_c*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7469, 7469, 'C Block', 'bc_alpha1_c*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7470, 7470, 'B BLock', 'bc_alpha1_b*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7471, 7471, 'B BLock', 'bc_alpha1_b*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7472, 7472, 'B BLock', 'bc_alpha1_b*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7473, 7473, 'B BLock', 'bc_alpha1_b*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7474, 7474, 'B BLock', 'bc_alpha1_b*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7475, 7475, 'B BLock', 'bc_alpha1_b*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7476, 7476, 'B BLock', 'bc_alpha1_b*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7477, 7477, 'B BLock', 'bc_alpha1_b*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7478, 7478, 'B BLock', 'bc_alpha1_b*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7479, 7479, 'B BLock', 'bc_alpha1_b*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7480, 7480, 'B BLock', 'bc_alpha1_b*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7481, 7481, 'B BLock', 'bc_alpha1_b*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7482, 7482, 'B BLock', 'bc_alpha1_b*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7483, 7483, 'B BLock', 'bc_alpha1_b*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7484, 7484, 'M Block', 'bc_alpha1_m*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7485, 7485, 'M Block', 'bc_alpha1_m*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7486, 7486, 'M Block', 'bc_alpha1_m*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7487, 7487, 'M Block', 'bc_alpha1_m*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7488, 7488, 'M Block', 'bc_alpha1_m*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7489, 7489, 'M Block', 'bc_alpha1_m*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7490, 7490, 'M Block', 'bc_alpha1_m*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7491, 7491, 'M Block', 'bc_alpha1_m*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7492, 7492, 'M Block', 'bc_alpha1_m*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7493, 7493, 'M Block', 'bc_alpha1_m*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7494, 7494, 'M Block', 'bc_alpha1_m*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7495, 7495, 'M Block', 'bc_alpha1_m*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7496, 7496, 'M Block', 'bc_alpha1_m*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7497, 7497, 'M Block', 'bc_alpha1_m*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7498, 7498, 'I Block', 'bc_alpha1_i*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7499, 7499, 'I Block', 'bc_alpha1_i*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7500, 7500, 'I Block', 'bc_alpha1_i*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7501, 7501, 'I Block', 'bc_alpha1_i*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7502, 7502, 'I Block', 'bc_alpha1_i*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7503, 7503, 'I Block', 'bc_alpha1_i*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7504, 7504, 'I Block', 'bc_alpha1_i*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7505, 7505, 'I Block', 'bc_alpha1_i*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7506, 7506, 'I Block', 'bc_alpha1_i*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7507, 7507, 'I Block', 'bc_alpha1_i*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7508, 7508, 'I Block', 'bc_alpha1_i*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7509, 7509, 'I Block', 'bc_alpha1_i*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7510, 7510, 'I Block', 'bc_alpha1_i*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7511, 7511, 'I Block', 'bc_alpha1_i*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7512, 7512, 'X Block', 'bc_alpha1_x*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7513, 7513, 'X Block', 'bc_alpha1_x*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7514, 7514, 'X Block', 'bc_alpha1_x*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7515, 7515, 'X Block', 'bc_alpha1_x*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7516, 7516, 'X Block', 'bc_alpha1_x*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7517, 7517, 'X Block', 'bc_alpha1_x*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7518, 7518, 'X Block', 'bc_alpha1_x*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7519, 7519, 'X Block', 'bc_alpha1_x*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7520, 7520, 'X Block', 'bc_alpha1_x*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7521, 7521, 'X Block', 'bc_alpha1_x*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7522, 7522, 'X Block', 'bc_alpha1_x*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7523, 7523, 'X Block', 'bc_alpha1_x*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7524, 7524, 'X Block', 'bc_alpha1_x*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7525, 7525, 'X Block', 'bc_alpha1_x*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7526, 7526, 'L Block', 'bc_alpha1_l*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7527, 7527, 'L Block', 'bc_alpha1_l*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7528, 7528, 'L Block', 'bc_alpha1_l*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7529, 7529, 'L Block', 'bc_alpha1_l*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7530, 7530, 'L Block', 'bc_alpha1_l*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7531, 7531, 'L Block', 'bc_alpha1_l*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7532, 7532, 'L Block', 'bc_alpha1_l*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7533, 7533, 'L Block', 'bc_alpha1_l*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7534, 7534, 'L Block', 'bc_alpha1_l*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7535, 7535, 'L Block', 'bc_alpha1_l*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7536, 7536, 'L Block', 'bc_alpha1_l*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7537, 7537, 'L Block', 'bc_alpha1_l*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7538, 7538, 'L Block', 'bc_alpha1_l*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7539, 7539, 'L Block', 'bc_alpha1_l*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7540, 7540, 'J Block', 'bc_alpha1_j*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7541, 7541, 'J Block', 'bc_alpha1_j*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7542, 7542, 'J Block', 'bc_alpha1_j*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7543, 7543, 'J Block', 'bc_alpha1_j*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7544, 7544, 'J Block', 'bc_alpha1_j*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7545, 7545, 'J Block', 'bc_alpha1_j*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7546, 7546, 'J Block', 'bc_alpha1_j*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7547, 7547, 'J Block', 'bc_alpha1_j*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7548, 7548, 'J Block', 'bc_alpha1_j*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7549, 7549, 'J Block', 'bc_alpha1_j*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7550, 7550, 'J Block', 'bc_alpha1_j*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7551, 7551, 'J Block', 'bc_alpha1_j*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7552, 7552, 'J Block', 'bc_alpha1_j*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7553, 7553, 'J Block', 'bc_alpha1_j*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7554, 7554, 'F BLock', 'bc_alpha1_f*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7555, 7555, 'F BLock', 'bc_alpha1_f*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7556, 7556, 'F BLock', 'bc_alpha1_f*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7557, 7557, 'F BLock', 'bc_alpha1_f*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7558, 7558, 'F BLock', 'bc_alpha1_f*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7559, 7559, 'F BLock', 'bc_alpha1_f*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7560, 7560, 'F BLock', 'bc_alpha1_f*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7561, 7561, 'F BLock', 'bc_alpha1_f*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7562, 7562, 'F BLock', 'bc_alpha1_f*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7563, 7563, 'F BLock', 'bc_alpha1_f*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7564, 7564, 'F BLock', 'bc_alpha1_f*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7565, 7565, 'F BLock', 'bc_alpha1_f*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7566, 7566, 'F BLock', 'bc_alpha1_f*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7567, 7567, 'F BLock', 'bc_alpha1_f*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7568, 7568, 'E Block', 'bc_alpha1_e*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7569, 7569, 'E Block', 'bc_alpha1_e*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7570, 7570, 'E Block', 'bc_alpha1_e*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7571, 7571, 'E Block', 'bc_alpha1_e*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7572, 7572, 'E Block', 'bc_alpha1_e*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7573, 7573, 'E Block', 'bc_alpha1_e*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7574, 7574, 'E Block', 'bc_alpha1_e*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7575, 7575, 'E Block', 'bc_alpha1_e*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7576, 7576, 'E Block', 'bc_alpha1_e*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7577, 7577, 'E Block', 'bc_alpha1_e*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7578, 7578, 'E Block', 'bc_alpha1_e*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7579, 7579, 'E Block', 'bc_alpha1_e*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7580, 7580, 'E Block', 'bc_alpha1_e*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7581, 7581, 'E Block', 'bc_alpha1_e*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7582, 7582, 'Q Block', 'bc_alpha1_q*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7583, 7583, 'Q Block', 'bc_alpha1_q*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7584, 7584, 'Q Block', 'bc_alpha1_q*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7585, 7585, 'Q Block', 'bc_alpha1_q*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7586, 7586, 'Q Block', 'bc_alpha1_q*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7587, 7587, 'Q Block', 'bc_alpha1_q*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7588, 7588, 'Q Block', 'bc_alpha1_q*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7589, 7589, 'Q Block', 'bc_alpha1_q*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7590, 7590, 'Q Block', 'bc_alpha1_q*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7591, 7591, 'Q Block', 'bc_alpha1_q*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7592, 7592, 'Q Block', 'bc_alpha1_q*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7593, 7593, 'Q Block', 'bc_alpha1_q*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7594, 7594, 'Q Block', 'bc_alpha1_q*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7595, 7595, 'Q Block', 'bc_alpha1_q*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7596, 7596, 'Y Block', 'bc_alpha1_y*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7597, 7597, 'Y Block', 'bc_alpha1_y*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7598, 7598, 'Y Block', 'bc_alpha1_y*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7599, 7599, 'Y Block', 'bc_alpha1_y*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7600, 7600, 'Y Block', 'bc_alpha1_y*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7601, 7601, 'Y Block', 'bc_alpha1_y*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7602, 7602, 'Y Block', 'bc_alpha1_y*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7603, 7603, 'Y Block', 'bc_alpha1_y*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7604, 7604, 'Y Block', 'bc_alpha1_y*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7605, 7605, 'Y Block', 'bc_alpha1_y*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7606, 7606, 'Y Block', 'bc_alpha1_y*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7607, 7607, 'Y Block', 'bc_alpha1_y*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7608, 7608, 'Y Block', 'bc_alpha1_y*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7609, 7609, 'Y Block', 'bc_alpha1_y*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7610, 7610, 'D Block', 'bc_alpha1_d*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7611, 7611, 'D Block', 'bc_alpha1_d*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7612, 7612, 'D Block', 'bc_alpha1_d*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7613, 7613, 'D Block', 'bc_alpha1_d*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7614, 7614, 'D Block', 'bc_alpha1_d*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7615, 7615, 'D Block', 'bc_alpha1_d*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7616, 7616, 'D Block', 'bc_alpha1_d*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7617, 7617, 'D Block', 'bc_alpha1_d*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7618, 7618, 'D Block', 'bc_alpha1_d*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7619, 7619, 'D Block', 'bc_alpha1_d*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7620, 7620, 'D Block', 'bc_alpha1_d*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7621, 7621, 'D Block', 'bc_alpha1_d*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7622, 7622, 'D Block', 'bc_alpha1_d*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7623, 7623, 'D Block', 'bc_alpha1_d*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7624, 7624, 'N Block', 'bc_alpha1_n*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7625, 7625, 'N Block', 'bc_alpha1_n*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7626, 7626, 'N Block', 'bc_alpha1_n*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7627, 7627, 'N Block', 'bc_alpha1_n*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7628, 7628, 'N Block', 'bc_alpha1_n*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7629, 7629, 'N Block', 'bc_alpha1_n*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7630, 7630, 'N Block', 'bc_alpha1_n*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7631, 7631, 'N Block', 'bc_alpha1_n*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7632, 7632, 'N Block', 'bc_alpha1_n*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7633, 7633, 'N Block', 'bc_alpha1_n*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7634, 7634, 'N Block', 'bc_alpha1_n*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7635, 7635, 'N Block', 'bc_alpha1_n*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7636, 7636, 'N Block', 'bc_alpha1_n*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7637, 7637, 'N Block', 'bc_alpha1_n*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7638, 7638, 'K Block', 'bc_alpha1_k*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7639, 7639, 'K Block', 'bc_alpha1_k*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7640, 7640, 'K Block', 'bc_alpha1_k*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7641, 7641, 'K Block', 'bc_alpha1_k*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7642, 7642, 'K Block', 'bc_alpha1_k*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7643, 7643, 'K Block', 'bc_alpha1_k*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7644, 7644, 'K Block', 'bc_alpha1_k*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7645, 7645, 'K Block', 'bc_alpha1_k*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7646, 7646, 'K Block', 'bc_alpha1_k*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7647, 7647, 'K Block', 'bc_alpha1_k*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7648, 7648, 'K Block', 'bc_alpha1_k*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7649, 7649, 'K Block', 'bc_alpha1_k*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7650, 7650, 'K Block', 'bc_alpha1_k*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7651, 7651, 'K Block', 'bc_alpha1_k*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7652, 7652, 'Numeric Block', 'bc_alpha1_num*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7653, 7653, 'Numeric Block', 'bc_alpha1_num*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7654, 7654, 'Numeric Block', 'bc_alpha1_num*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7655, 7655, 'Numeric Block', 'bc_alpha1_num*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7656, 7656, 'Numeric Block', 'bc_alpha1_num*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7657, 7657, 'Numeric Block', 'bc_alpha1_num*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7658, 7658, 'Numeric Block', 'bc_alpha1_num*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7659, 7659, 'Numeric Block', 'bc_alpha1_num*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7660, 7660, 'Numeric Block', 'bc_alpha1_num*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7661, 7661, 'Numeric Block', 'bc_alpha1_num*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7662, 7662, 'Numeric Block', 'bc_alpha1_num*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7663, 7663, 'Numeric Block', 'bc_alpha1_num*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7664, 7664, 'Numeric Block', 'bc_alpha1_num*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7665, 7665, 'Numeric Block', 'bc_alpha1_num*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7666, 7666, 'U Block', 'bc_alpha1_u*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7667, 7667, 'U Block', 'bc_alpha1_u*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7668, 7668, 'U Block', 'bc_alpha1_u*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7669, 7669, 'U Block', 'bc_alpha1_u*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7670, 7670, 'U Block', 'bc_alpha1_u*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7671, 7671, 'U Block', 'bc_alpha1_u*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7672, 7672, 'U Block', 'bc_alpha1_u*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7673, 7673, 'U Block', 'bc_alpha1_u*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7674, 7674, 'U Block', 'bc_alpha1_u*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7675, 7675, 'U Block', 'bc_alpha1_u*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7676, 7676, 'U Block', 'bc_alpha1_u*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7677, 7677, 'U Block', 'bc_alpha1_u*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7678, 7678, 'U Block', 'bc_alpha1_u*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7679, 7679, 'U Block', 'bc_alpha1_u*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7680, 7680, 'Z Block', 'bc_alpha1_z*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7681, 7681, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7682, 7682, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7683, 7683, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7684, 7684, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7685, 7685, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7686, 7686, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7687, 7687, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7688, 7688, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7689, 7689, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7690, 7690, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7691, 7691, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7692, 7692, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7693, 7693, '$furni_bc_alpha1_z*1_name $', 'bc_alpha1_z*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7694, 7694, 'A Block', 'bc_alpha1_a*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7695, 7695, 'A Block', 'bc_alpha1_a*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7696, 7696, 'A Block', 'bc_alpha1_a*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7697, 7697, 'A Block', 'bc_alpha1_a*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7698, 7698, 'A Block', 'bc_alpha1_a*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7699, 7699, 'A Block', 'bc_alpha1_a*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7700, 7700, 'A Block', 'bc_alpha1_a*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7701, 7701, 'A Block', 'bc_alpha1_a*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7702, 7702, 'A Block', 'bc_alpha1_a*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7703, 7703, 'A Block', 'bc_alpha1_a*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7704, 7704, 'A Block', 'bc_alpha1_a*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7705, 7705, 'A Block', 'bc_alpha1_a*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7706, 7706, 'A Block', 'bc_alpha1_a*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7707, 7707, 'A Block', 'bc_alpha1_a*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7708, 7708, 'P Block', 'bc_alpha1_p*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7709, 7709, 'P Block', 'bc_alpha1_p*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7710, 7710, 'P Block', 'bc_alpha1_p*11', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7711, 7711, 'P Block', 'bc_alpha1_p*12', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7712, 7712, 'P Block', 'bc_alpha1_p*13', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7713, 7713, 'P Block', 'bc_alpha1_p*14', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7714, 7714, 'P Block', 'bc_alpha1_p*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7715, 7715, 'P Block', 'bc_alpha1_p*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7716, 7716, 'P Block', 'bc_alpha1_p*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7717, 7717, 'P Block', 'bc_alpha1_p*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7718, 7718, 'P Block', 'bc_alpha1_p*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7719, 7719, 'P Block', 'bc_alpha1_p*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7720, 7720, 'P Block', 'bc_alpha1_p*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7721, 7721, 'P Block', 'bc_alpha1_p*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7722, 7722, 'Broken Vanity', 'attic15_cabinet', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7723, 7723, 'Purple Gift Bag', 'val15_gift2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7724, 7724, 'Zen Pebble Garden', 'val15_zen', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7725, 7725, 'Habbo Falls Teleport', 'val15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7726, 7726, 'Sakura tree', 'val15_sakura', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7727, 7727, 'Floating water Lilies', 'val15_lilys', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7728, 7728, 'Mossy Rock', 'val15_rock1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7729, 7729, 'Shamisen Guitar', 'val15_shamisen', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7730, 7730, 'Japanese Tea set', 'val15_tea', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7731, 7731, 'Red Gift Bag', 'val15_gift1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7732, 7732, 'Wooden Ofuro Tub', 'val15_hottub', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7733, 7733, 'Sakura Petals', 'val15_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7734, 7734, 'Japanese Wooden Corner', 'val15_stage2', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7735, 7735, 'Japanese Bonbori Lantern', 'val15_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7736, 7736, 'Blue Gift Bag', 'val15_gift3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7737, 7737, 'Japanese Fort Corner', 'val15_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7738, 7738, 'Dodge and Duck', 'val15_dogstat', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7739, 7739, 'Tatami Table', 'val15_table', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7740, 7740, 'Tatami Chair', 'val15_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7741, 7741, 'Big Mossy Rock', 'val15_rock2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7742, 7742, 'Foot Bridge middle', 'val15_bridge2', 's', 1, 1, 0.75, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7743, 7743, 'Japanese Fort Divider', 'val15_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7744, 7744, 'Water Lily Pond Tile', 'val15_water', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 75, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7745, 7745, 'Samurai Suit of Armour', 'val15_armour', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7746, 7746, 'Koi Fish Pond', 'val15_koipond', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7747, 7747, 'Red-Crowned Crane', 'val15_crane', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7748, 7748, 'Japanese Bench', 'val15_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7749, 7749, 'Japanese Gazebo', 'val15_gazebo', 's', 2, 2, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7750, 7750, 'Giant Bonsai Tree', 'val15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7751, 7751, 'Shinto Shrine', 'val15_shinto_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7752, 7752, 'Japanese Fort Gate', 'val15_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7753, 7753, 'Foot Bridge End', 'val15_bridge1', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7754, 7754, 'Japanese Wooden Deck', 'val15_stage1', 's', 2, 1, 0.45, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7755, 7755, 'Dusty Old Sofa', 'attic15_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7756, 7756, 'Attic Corner', 'attic15_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7757, 7757, 'Cardboard Box', 'attic15_box', 's', 1, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7758, 7758, 'Forgotten Toy Chest', 'attic15_chest', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7759, 7759, 'Oil Lamp', 'attic15_oillamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7760, 7760, 'Attic Shelf', 'attic15_bigshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7761, 7761, 'Dusty Chair', 'attic15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7762, 7762, 'Covered Long Table', 'attic15_bigtable', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7763, 7763, 'Broken Lamp', 'attic15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7764, 7764, 'Covered Side Table', 'attic15_table', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7765, 7765, 'Pile of Paintings', 'attic15_paintingfloor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7766, 7766, 'Attic Window', 'attic15_window', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7767, 7767, 'Wooden Cradle', 'attic15_cradle', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7768, 7768, 'Cosmos Telescope', 'attic15_telescope', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7769, 7769, 'Attic Gate', 'attic15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7770, 7770, 'Grandfather Clock', 'attic15_clock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7771, 7771, 'Mouse Trap', 'attic15_mousetrap', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7772, 7772, 'Antique Carpet', 'attic15_carpet', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '1', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7773, 7773, 'Attic Door Tele', 'attic15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7774, 7774, 'Dingy Shelf', 'attic15_shelf', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7775, 7775, 'Attic Divider', 'attic15_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7776, 7776, 'Floral Karikomi', 'val15_shrub', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7777, 7777, 'Floral Kimono Outfit', 'clothing_kimono1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7778, 7778, 'Blue Kimono Outfit', 'clothing_kimono2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7779, 7779, 'Red Hippo', 'rare_prize15*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7780, 7780, 'Game Hub Hippo', 'rare_prize15*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7781, 7781, 'Brown Hippo', 'rare_prize15*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7782, 7782, 'Turquoise Hippo', 'rare_prize15*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7783, 7783, 'Bluesky Hippo', 'rare_prize15*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7784, 7784, 'Emerald Hippo', 'rare_prize15*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7785, 7785, 'Grey Hippo', 'rare_prize15*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7786, 7786, 'Green Hippo', 'rare_prize15*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7787, 7787, 'Beige Hippo', 'rare_prize15*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7788, 7788, 'Blue Hippo', 'rare_prize15*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7789, 7789, 'Orange Hippo', 'rare_prize15*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7790, 7790, 'Violet Hippo', 'rare_prize15*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7791, 7791, 'Brazilian Hot Air Balloon', 'carnival15_hotair_brazil', 's', 1, 1, 7.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7792, 7792, 'Light Blue Hippo', 'rare_prize15*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7793, 7793, 'Ocher Hippo', 'rare_prize15*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7794, 7794, 'Ultra Light Blue Hippo', 'rare_prize15*15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7795, 7795, 'Dark Hippo', 'rare_prize15*16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7796, 7796, 'Pistachio Hippo', 'rare_prize15*17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7797, 7797, 'Purple Hippo', 'rare_prize15*18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7798, 7798, 'Earth Hippo', 'rare_prize15*19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7799, 7799, 'Gold Dipped Hippo', 'rare_prize15*20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7800, 7800, 'Salmon Coloured Hippo', 'rare_prize15*21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7801, 7801, 'Chlorophyll Hippo', 'rare_prize15*22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7802, 7802, 'Light Grey Hippo', 'rare_prize15*23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7803, 7803, 'Coral Hippo', 'rare_prize15*24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7804, 7804, 'Hover Arrow Sign', 'cpunk_c15_neoarrowup', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7805, 7805, 'Hover X Sign', 'cpunk_c15_neonx', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7806, 7806, 'RoboFrank', 'cpunk15_robofrank', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7807, 7807, 'Cyber Teleport', 'cpunk_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7808, 7808, 'Cyber Robo', 'cpunk15_robo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7809, 7809, 'Digi-Duck', 'cpunk15_gift', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7810, 7810, 'Acid Rain', 'cpunk_c15_rain', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7811, 7811, 'Cyber Table', 'cpunk_c15_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7812, 7812, 'Flash Shoes', 'clothing_cyboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7813, 7813, 'Search Light', 'cpunk_c15_searchlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7814, 7814, 'Zip Jacket', 'clothing_cyzipped', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7815, 7815, 'Cyber Suit', 'clothing_cystraphood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7816, 7816, 'Cyber Punk Goggles', 'clothing_goggles', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7817, 7817, 'Robo Junk', 'cpunk_c15_robojunk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7818, 7818, 'Overseer Blimp', 'cpunk15_blimp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7819, 7819, 'Skater Skirt', 'clothing_cyskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7820, 7820, 'Digital Quiff', 'clothing_cyquif', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7821, 7821, 'Cyber Building 2', 'cpunk_c15_building2', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7822, 7822, 'LED Hood', 'clothing_cyhood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7823, 7823, 'Extractor Pipes', 'cpunk_c15_tubes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7824, 7824, 'Techno Hair', 'clothing_cyhair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7825, 7825, 'Hover skull Sign', 'cpunk_c15_neonsk', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7826, 7826, 'Hover Turn Sign', 'cpunk_c15_neoarrow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7827, 7827, 'Strap Trousers', 'clothing_cystrappants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7828, 7828, 'Cyber Road', 'cpunk_c15_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7829, 7829, 'BlackHabbo Gun Vender', 'cpunk15_gunvender', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 192, 192, '');
INSERT INTO `items_base` VALUES (7830, 7830, 'Hover Duck sign', 'cpunk_c15_neond', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7831, 7831, 'Strap Boots', 'clothing_cystrapboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7832, 7832, 'Vent Mask', 'clothing_cymask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7833, 7833, 'Cyber Stool', 'cpunk_c15_stool', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7834, 7834, 'Hover Traffic Lights', 'cpunk_c15_traffic', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7835, 7835, 'Cyber Eye', 'clothing_cyglass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7836, 7836, 'Cyber Door', 'cpunk_c15_door', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7837, 7837, 'Cyber Girl', 'clothing_cygirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7838, 7838, 'RoboRat', 'cpunk15_roborat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7839, 7839, 'Electro- Sheep', 'cpunk15_robosheep', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7840, 7840, 'Cyber Bar', 'cpunk_c15_bar', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7841, 7841, 'Circuit Head', 'clothing_cycircuit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7842, 7842, 'Leather Jacker', 'clothing_cyleather', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7843, 7843, 'Techno Headphones', 'clothing_cyphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7844, 7844, 'Cyberpunk Building 1', 'cpunk_c15_building1', 's', 1, 2, 6.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7845, 7845, 'Sheep Balloon', 'cny_sheepballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7846, 7846, 'Goat Statue', 'china_goat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7847, 7847, 'Cyber Stage', 'cpunk_c15_stage1', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.00;1.50;2.70', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7848, 7848, 'WIRED Effect: Bot changes clothes', 'wf_act_bot_clothes', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_clothes', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7849, 7849, 'WIRED Effect: Teleport Bot to Furni', 'wf_act_bot_teleport', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7850, 7850, 'WIRED Trigger: Bot reaches Furni', 'wf_trg_bot_reached_stf', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_trg_bot_reached_stf', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7851, 7851, 'WIRED Effect: Bot follows user', 'wf_act_bot_follow_avatar', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_follow_avatar', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7852, 7852, 'WIRED Effect: Bot gives Handitem', 'wf_act_bot_give_handitem', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_give_handitem', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7853, 7853, 'WIRED Effect: Bot moves to Furni', 'wf_act_bot_move', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_move', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7854, 7854, 'WIRED Condition: User has handitem', 'wf_cnd_has_handitem', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_cnd_has_handitem', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7855, 7855, 'WIRED Effect: Bot talks or whispers to user', 'wf_act_bot_talk_to_avatar', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_talk_to_avatar', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7856, 7856, 'WIRED Trigger: Bot reaches user', 'wf_trg_bot_reached_avtr', 's', 1, 1, 0.65, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'wf_trg_bot_reached_avtr', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7857, 7857, 'WIRED Effect: Bot talks or shouts to all users', 'wf_act_bot_talk', 's', 1, 1, 0.65, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'wf_act_bot_talk', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7858, 7858, 'Habbo Hotel', 'room_cof15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7859, 7859, 'Habbo Hotel', 'room_cof15_counter2', 's', 3, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7860, 7860, 'Habbo Hotel', 'room_cof15_table3', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7861, 7861, 'Habbo Hotel', 'room_cof15_lamp1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7862, 7862, 'Habbo Hotel', 'room_cof15_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7863, 7863, 'Habbo Hotel', 'room_cof15_counter1', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '97,96', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7864, 7864, 'Habbo Hotel', 'room_cof15_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7865, 7865, 'Habbo Hotel', 'room_cof15_table2', 's', 3, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7866, 7866, 'Habbo Hotel', 'room_cof15_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7867, 7867, 'Habbo Hotel', 'room_cof15_cup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7868, 7868, 'Habbo Hotel', 'room_cof15_planter', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7869, 7869, 'Habbo Hotel', 'room_cof15_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7870, 7870, 'Habbo Hotel', 'room_cof15_counter3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7871, 7871, 'Habbo Hotel', 'room_cof15_espresso', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '8', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7872, 7872, 'Habbo Hotel', 'room_cof15_lamp2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7873, 7873, 'Habbo Hotel', 'room_cof15_shelf2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7874, 7874, 'Habbo Hotel', 'room_cof15_shelf', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7875, 7875, 'Habbo Hotel', 'room_cof15_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7876, 7876, 'Habbo Hotel', 'room_cof15_cup2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '85', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7877, 7877, 'Habbo Hotel', 'room_cof15_sofa2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7878, 7878, 'Habbo Hotel', 'room_cof15_press', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7879, 7879, 'Habbo Hotel', 'room_gh15_cab2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7880, 7880, 'Habbo Hotel', 'room_gh15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7881, 7881, 'Habbo Hotel', 'room_gh15_cab3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7882, 7882, 'Habbo Hotel', 'room_gh15_cab1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'information_terminal', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7883, 7883, 'Habbo Hotel', 'room_gh15_desk', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7884, 7884, 'Habbo Hotel', 'room_gh15_cab4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7885, 7885, 'Habbo Hotel', 'room_gh15_cab6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7886, 7886, 'Habbo Hotel', 'room_gh15_ball', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7887, 7887, 'Habbo Hotel', 'room_gh15_rtele', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleporttile', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7888, 7888, 'Habbo Hotel', 'room_gh15_cab5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7889, 7889, 'room_hcl15_tree2', 'room_hcl15_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7890, 7890, 'Habbo Hotel', 'room_hcl15_gate', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'club_gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7891, 7891, 'Habbo Hotel', 'room_hcl15_dj', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7892, 7892, 'Habbo Hotel', 'room_hcl15_table1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7893, 7893, 'Habbo Hotel', 'room_hcl15_table2', 's', 1, 2, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7894, 7894, 'Habbo Hotel', 'room_hcl15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7895, 7895, 'Habbo Hotel', 'room_hcl15_amp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7896, 7896, 'Habbo Hotel', 'room_hcl15_div', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7897, 7897, 'Habbo Hotel', 'room_hcl15_tube', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7898, 7898, 'Habbo Hotel', 'room_hcl15_bar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 15, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7899, 7899, 'Habbo Hotel', 'room_hcl15_barchair', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7900, 7900, 'Habbo Hotel', 'room_hcl15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7901, 7901, 'Habbo Hotel', 'room_hcl15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7902, 7902, 'Habbo Hotel', 'room_hcl15_djtable', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7903, 7903, 'Habbo Hotel', 'room_wl15_mag1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7904, 7904, 'Habbo Hotel', 'room_wl15_table1', 's', 1, 2, 0.35, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7905, 7905, 'Habbo Hotel', 'room_wl15_ele', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7906, 7906, 'Habbo Hotel', 'room_wl15_sink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7907, 7907, 'Habbo Hotel', 'room_wlof15_bed', 's', 1, 3, 1.80, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7908, 7908, 'Habbo Hotel', 'room_wl15_teleblock', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleporttile', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7909, 7909, 'Habbo Hotel', 'room_wl15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7910, 7910, 'Habbo Hotel', 'room_wl15_infolink', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7911, 7911, 'Habbo Hotel', 'room_wl15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7912, 7912, 'Habbo Hotel', 'room_wl15_trashbin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7913, 7913, 'Habbo Hotel', 'room_wl15_table3', 's', 1, 1, 0.95, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7914, 7914, 'Habbo Hotel', 'room_wl15_bthdoor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7915, 7915, 'Habbo Hotel', 'room_wl15_toiletbroke', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.2;2.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7916, 7916, 'Habbo Hotel', 'room_wl15_deskgate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7917, 7917, 'Habbo Hotel', 'room_wl15_deskfront', 's', 1, 4, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7918, 7918, 'Habbo Hotel', 'room_wl15_table2', 's', 2, 2, 0.35, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7919, 7919, 'Habbo Hotel', 'room_wlof15_chair', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7920, 7920, 'Habbo Hotel', 'room_wl15_mirror', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7921, 7921, 'Habbo Hotel', 'room_wlof15_wardrobe', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7922, 7922, 'Habbo Hotel', 'room_wlof15_bookcase', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7923, 7923, 'Habbo Hotel', 'room_wl15_toilet', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7924, 7924, 'Habbo Hotel', 'room_wl15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7925, 7925, 'Habbo Hotel', 'room_hall15_wfall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7926, 7926, 'Habbo Hotel', 'room_hall15_dish1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7927, 7927, 'Habbo Hotel', 'room_hall15_ele', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7928, 7928, 'Habbo Hotel', 'room_hall15_light1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7929, 7929, 'Habbo Hotel', 'room_hall15_dish2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7930, 7930, 'Habbo Hotel', 'room_hall15_arch', 's', 2, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7931, 7931, 'Habbo Hotel', 'room_hall15_plant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7932, 7932, 'Orange Soda Candy Table', 'cland_c15_table', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7933, 7933, 'Popsicle Tree', 'cland_c15_icreamtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7934, 7934, 'Swirly Hair', 'clothing_frontswirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7935, 7935, 'Chocolate Jersey', 'clothing_cjersey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7936, 7936, 'Candy Girl Outfit', 'clothing_candygirl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7937, 7937, 'Vanilla Wafer Gate', 'cland_c15_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7938, 7938, 'White Chocolate Bunny', 'cland15_LTD5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7939, 7939, 'Yellow Gum Drop Seat', 'cland_c15_jellyseat2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7940, 7940, 'Jello Tent', 'cland15_tent', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7941, 7941, 'Candycane Pillar', 'cland_c15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7942, 7942, 'Wafer Block', 'cland_c15_waferblock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7943, 7943, 'Collared Jumper', 'clothing_cjumper', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7944, 7944, 'Strawberry Wafer Gate', 'cland_c15_gatepink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7945, 7945, 'Dark Chocolate Bunny', 'cland15_ltd4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7946, 7946, 'Hard Candy Pavement', 'cland_c15_pavement', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7947, 7947, 'Chocolate Stick Roof', 'cland_c15_roof', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7948, 7948, 'Double Cherries', 'clothing_cherries', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7949, 7949, 'Laffy Taffy Tree', 'cland_c15_swirltree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7950, 7950, 'Cake Block', 'cland_c15_cakeblock', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7951, 7951, 'Puffy Shorts', 'clothing_cshorts', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7952, 7952, 'Obbah Wobbah Hair', 'clothing_habloompa', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7953, 7953, 'Candy Throne', 'cland15_candythrone', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7954, 7954, 'Cherry Bomb', 'clothing_cherrybomb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7955, 7955, 'Wafer Wall', 'cland_c15_wafer', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7956, 7956, 'cland15_ltd3', 'cland15_ltd3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7957, 7957, 'Unicorn Praline', 'cland15_unipoo', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7958, 7958, 'Candy Headphones', 'clothing_candyphones', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7959, 7959, 'Cherry Light', 'cland_c15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7960, 7960, 'Magical Candy Unicorn', 'cland15_unicorn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7961, 7961, 'Side Hat', 'clothing_sidehat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7962, 7962, 'Bubblegum Fountain', 'cland15_fountain', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7963, 7963, 'Swirly Skirt', 'clothing_swirlskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7964, 7964, 'Green Frosting Grass', 'cland_c15_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7965, 7965, 'cland15_ltd1', 'cland15_ltd1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7966, 7966, 'Cotton Candy Tree', 'cland15_flosstree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7967, 7967, 'Chocolate Drop Hat', 'clothing_chocodrop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7968, 7968, 'Hard Candy Bunny', 'cland15_ltd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7969, 7969, 'Bubblegum Floor', 'cland_c15_goofloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7970, 7970, 'Lollipop Tree', 'cland_c15_lollytree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7971, 7971, 'Blue Gum Drop Seat', 'cland_c15_jellyseat3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7972, 7972, 'Pink Gum Drop Seat', 'cland_c15_jellyseat1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7973, 7973, 'Swirly Top', 'clothing_swirltop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7974, 7974, 'Pocky Stick Forest', 'cland_c15_chocostick', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7975, 7975, 'Chocolate Rocks', 'cland_c15_chocorock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7976, 7976, 'Candy Boy Outfit', 'clothing_candyboy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7977, 7977, 'Epic Pet', 'petbox_epic', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7978, 7978, 'Alien Hat', 'clothing_knitalien', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7979, 7979, 'Gold HiPad Vendor', 'tablet_vendorg', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '1071', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7980, 7980, 'Green Alien', 'prize_alienplush', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7981, 7981, 'Habbo Hotel', 'room_info15_shrub1', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7982, 7982, 'Habbo Hotel', 'room_info15_shrub3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7983, 7983, 'Habbo Hotel', 'room_info15_shrub2', 's', 2, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7984, 7984, 'Habbo Hotel', 'room_info15_statue1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7985, 7985, 'Habbo Hotel', 'room_info15_counter3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7986, 7986, 'Habbo Hotel', 'room_info15_sofa2', 's', 3, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7987, 7987, 'Habbo Hotel', 'room_info15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7988, 7988, 'room_info15_bus1 name', 'room_info15_bus*1', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7989, 7989, 'room_info15_bus10 name', 'room_info15_bus*10', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7990, 7990, 'room_info15_bus11 name', 'room_info15_bus*11', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7991, 7991, 'room_info15_bus12 name', 'room_info15_bus*12', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7992, 7992, 'room_info15_bus13 name', 'room_info15_bus*13', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7993, 7993, 'room_info15_bus14 name', 'room_info15_bus*14', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7994, 7994, 'room_info15_bus15 name', 'room_info15_bus*15', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7995, 7995, 'room_info15_bus16 name', 'room_info15_bus*16', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7996, 7996, 'room_info15_bus17 name', 'room_info15_bus*17', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7997, 7997, 'room_info15_bus18 name', 'room_info15_bus*18', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7998, 7998, 'room_info15_bus19 name', 'room_info15_bus*19', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (7999, 7999, 'room_info15_bus2 name', 'room_info15_bus*2', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8000, 8000, 'room_info15_bus20 name', 'room_info15_bus*20', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8001, 8001, 'room_info15_bus3 name', 'room_info15_bus*3', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8002, 8002, 'room_info15_bus4 name', 'room_info15_bus*4', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8003, 8003, 'room_info15_bus5 name', 'room_info15_bus*5', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8004, 8004, 'room_info15_bus6 name', 'room_info15_bus*6', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8005, 8005, 'room_info15_bus7 name', 'room_info15_bus*7', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8006, 8006, 'room_info15_bus8 name', 'room_info15_bus*8', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8007, 8007, 'room_info15_bus9 name', 'room_info15_bus*9', 's', 9, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8008, 8008, 'Habbo Hotel', 'room_info15_bridge1', 's', 1, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8009, 8009, 'Habbo Hotel', 'room_info15_bridge2', 's', 2, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8010, 8010, 'Habbo Hotel', 'room_info15_clouds', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8011, 8011, 'Habbo Hotel', 'room_info15_lamp1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8012, 8012, 'Habbo Hotel', 'room_info15_bench', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8013, 8013, 'Habbo Hotel', 'room_info15_sofa1', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8014, 8014, 'Habbo Hotel', 'room_info15_reed', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8015, 8015, 'Habbo Hotel', 'room_info15_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8016, 8016, 'Habbo Hotel', 'room_info15_counter4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8017, 8017, 'Habbo Hotel', 'room_info15_counter2', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8018, 8018, 'Habbo Hotel', 'room_info15_counter1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8019, 8019, 'Habbo Hotel', 'room_info15_statue2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8020, 8020, 'Habbo Hotel', 'room_info15_bg', 's', 1, 1, 0.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'background_toner', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8021, 8021, 'Atlas BC', 'diamond_painting8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8022, 8022, 'HabboCopter', 'army15_copter', 's', 2, 3, 9.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8023, 8023, 'Conference Table Corner', 'army_c15_contable2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8024, 8024, 'Army Ranks 4', 'clothing_rank4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8025, 8025, 'army15_ltdhumvee', 'army15_ltdhumvee', 's', 2, 3, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8026, 8026, 'Army Teleport', 'army_c15_telemine', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8027, 8027, 'Medic Tent', 'army_c15_medictent', 's', 4, 3, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8028, 8028, 'Notice Board', 'army_c15_notice', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8029, 8029, 'Wooden Crate', 'army_c15_crate', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8030, 8030, 'Military Parade Uniform', 'clothing_parade', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8031, 8031, 'Compass', 'army_c15_compass', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8032, 8032, 'Glass Room Divider Corner', 'army_c15_glasscrn', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8033, 8033, 'Body Scanner', 'army_c15_doorscan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8034, 8034, 'Kevlar Outfit', 'clothing_kevlaroutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8035, 8035, 'Barrier Arm Gate', 'army_c15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8036, 8036, 'Executive Swivel Chair', 'army_c15_leatherchr', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8037, 8037, 'Guard Stand', 'army_c15_guardcub', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8038, 8038, 'Security Fence Corner', 'army_c15_wirecrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8039, 8039, 'Sandbag', 'army_c15_sandbag', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8040, 8040, 'Overhead Light', 'army_c15_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8041, 8041, 'Military Parade Jacket', 'clothing_militaryjacket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8042, 8042, 'Recruit Uniform', 'clothing_camooutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8043, 8043, 'Side Cap', 'clothing_napkin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8044, 8044, 'Kevlar Vest', 'clothing_kevlar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8045, 8045, 'Army Boots', 'clothing_camoboots', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8046, 8046, 'Flat Screen TV', 'army_c15_screen', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8047, 8047, 'Army Ranks 5', 'clothing_rank5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8048, 8048, 'X-Ray Scanner', 'army15_scanner', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8049, 8049, 'Security Fence', 'army_c15_wiredividr', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8050, 8050, 'Jerry Can', 'army_c15_jerrycan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8051, 8051, 'Kevlar Helmet', 'clothing_kevlarhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8052, 8052, 'Watchtower', 'army_c15_watchtwr', 's', 1, 1, 3.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8053, 8053, 'Conference Table', 'army_c15_contable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8054, 8054, 'Mighty 1or of Habbo Bust', 'army15_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8055, 8055, 'Foot Locker', 'army_c15_locker', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8056, 8056, 'Military Medal 1', 'clothing_medal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8057, 8057, 'Army Ranks 3', 'clothing_rank3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8058, 8058, 'Office Cubicle', 'army_c15_officetent', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8059, 8059, 'Military Medal 3', 'clothing_medal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8060, 8060, 'Conference Door', 'army_c15_teledoor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8061, 8061, 'Mahogany Conference Desk', 'army15_ltddesk', 's', 3, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8062, 8062, 'Swivel Chair', 'army_c15_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8063, 8063, 'Drill Sergeant Hat', 'clothing_drillserg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8064, 8064, 'Potted Peace-Lily Plant', 'army_c15_plant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8065, 8065, 'Army Ranks 2', 'clothing_rank2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8066, 8066, 'Folding Table', 'army_c15_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8067, 8067, 'Camp Cot', 'army_c15_bed', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8068, 8068, 'Filing Cabinet', 'army_c15_cabinet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8069, 8069, 'Metal Shelf', 'army_c15_bookshelf', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8070, 8070, 'Military Gun Rack', 'army_c15_gunrack', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8071, 8071, 'Shipping Crate', 'army_c15_shipcon', 's', 3, 2, 2.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8072, 8072, 'Army Ranks 1', 'clothing_rank1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8073, 8073, 'Glass Room Divider', 'army_c15_glassdivdr', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8074, 8074, 'Military Dress Skirt', 'clothing_armyskirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8075, 8075, 'Military Parade Trousers', 'clothing_militarypants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8076, 8076, 'Army Slop', 'army_c15_food', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8077, 8077, 'Short Blue Carpet', 'army_c15_carpet', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8078, 8078, 'Walkie Talkie', 'clothing_walkie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8079, 8079, 'Hector the German Shepherd', 'army15_dog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8080, 8080, 'Rugged Laptop', 'army_c15_deskcomp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8081, 8081, 'Desktop Clutter', 'army_c15_deskitem', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8082, 8082, 'Group Flag', 'army_c15_groupflag', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8083, 8083, 'Military Medal 2', 'clothing_medal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8084, 8084, 'Camo Tank', 'clothing_camotank', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8085, 8085, 'Military Parade Hat', 'clothing_militaryhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8086, 8086, 'Camo Cap', 'clothing_camocap', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8087, 8087, 'Camouflage Combat Trousers', 'clothing_camotuck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8088, 8088, 'Habbo Hotel', 'room_info15_div', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8089, 8089, 'Habbo Hotel', 'room_info15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8090, 8090, 'botnest name', 'botnest', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8091, 8091, 'Three-toed Dino Footprint', 'dino_c15_footprint', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8092, 8092, 'Pamela the Parasaurolophus', 'dino15_dinoprize6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8093, 8093, 'Plesiosaurus Fossil', 'dino15_fossil2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8094, 8094, 'Archaeopteryx Fossil', 'dino15_fossil5', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8095, 8095, 'Venus Fly Trap', 'dino_c15_venusfly', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8096, 8096, 'Baby Dino Nest', 'dino_c15_nest', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8097, 8097, 'Dinosaur Hat', 'clothing_dinohat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8098, 8098, 'T-Rex Bone throne', 'dino15_throne', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8099, 8099, 'Dusty Grass Floor', 'dino_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8100, 8100, 'Brown Earth Blocks', 'dino_c15_blocks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0.5;1.0;1.5;2.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8101, 8101, 'Tiny Rocks', 'dino_c15_rocksmall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8102, 8102, 'Rock Table', 'dino_c15_table', 's', 2, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8103, 8103, 'Dilophosaurus', 'dino_c15_dilosaur', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8104, 8104, 'Monkey Puzzle Tree', 'dino_c15_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8105, 8105, 'Electric Fence Corner', 'dino_c15_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8106, 8106, 'Lava Geyser', 'dino_c15_volcano', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.6;2.2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8107, 8107, 'Amber Dung Beetle', 'dino15_amberbug', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8108, 8108, 'Jurassic Meganeura LTD', 'dino15_dragonfly', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8109, 8109, 'Electric Fence Gate', 'dino_c15_gate', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8110, 8110, 'Hot Spring Teleport', 'dino_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8111, 8111, 'Cave Dweller Shirt', 'clothing_caveshirt', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8112, 8112, 'Rib Bone Archway', 'dino_c15_ribcage', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8113, 8113, 'Ginkgos Tree', 'dino_c15_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8114, 8114, 'Sleepin\' Suzie', 'dino15_dinoprize1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8115, 8115, 'Cave Dweller Hair', 'clothing_cavehair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8116, 8116, 'Raptor Fossil', 'dino15_fossil3', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8117, 8117, 'Jumbo Rocks', 'dino_c15_rocklarge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8118, 8118, 'Amber Saber-Toothed Duck', 'dino15_amberduck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8119, 8119, 'Dock Leaf Bush', 'dino_c15_plant2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8120, 8120, 'Leafy Crawler', 'dino_c15_plant1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8121, 8121, 'Dino onesie', 'clothing_dino', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8122, 8122, 'Electric Fence', 'dino_c15_divdr', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8123, 8123, 'Becca the Brontosaurus', 'dino15_dinoprize3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8124, 8124, 'Ammonoidea Fossill', 'dino15_fossil1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8125, 8125, 'Cave Dweller Outfit', 'clothing_caveman', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8126, 8126, 'Mossy Log', 'dino_c15_log', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8127, 8127, 'Donald the Dodo', 'dino15_dinoprize4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8128, 8128, 'Triceratops Fossil', 'dino15_fossil4', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dino_fossil', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8129, 8129, 'Tracy the Triceratops', 'dino15_dinoprize5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8130, 8130, 'Skull Hat', 'clothing_hat_skulldino', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8131, 8131, 'Clifford the T-Rex', 'dino15_dinoprize2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8132, 8132, 'Cycad Plant', 'dino_c15_tree3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8133, 8133, 'Fossil Hammer', 'fxbox_fx183', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8134, 8134, 'Gold Bullion', 'CF_300_bricks', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8135, 8135, 'Habbo Hotel', 'room_thr15_spot', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8136, 8136, 'Habbo Hotel', 'room_thr15_chair2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8137, 8137, 'Habbo Hotel', 'room_thr15_div2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8138, 8138, 'Habbo Hotel', 'room_thr15_curtain1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8139, 8139, 'Habbo Hotel', 'room_thr15_bubjuice', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '43', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8140, 8140, 'Habbo Hotel', 'room_thr15_popcorn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '63', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8141, 8141, 'Habbo Hotel', 'room_thr15_stair', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.0;1.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8142, 8142, 'Habbo Hotel', 'room_thr15_icecream', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8143, 8143, 'Habbo Hotel', 'room_thr15_chair1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8144, 8144, 'Habbo Hotel', 'room_thr15_div3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8145, 8145, 'Habbo Hotel', 'room_thr15_stage', 's', 1, 1, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8146, 8146, 'Habbo Hotel', 'room_thr15_ramp', 's', 2, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '0.00;0.60;1.20;1.80;2.40;3.00;3.60;4.20', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8147, 8147, 'Habbo Hotel', 'room_thr15_block', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8148, 8148, 'Habbo Hotel', 'room_thr15_div1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8149, 8149, 'Habbo Hotel', 'room_thr15_frontcur', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8150, 8150, 'Habbo Hotel', 'room_thr15_cover', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8151, 8151, 'Habbo Hotel', 'room_thr15_candy', 's', 1, 4, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8152, 8152, 'Habbo Hotel', 'room_thr15_hotdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '81', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8153, 8153, 'Habbo Hotel', 'room_thr15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8154, 8154, 'Habbo Hotel', 'room_info15_roller', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'roller', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8155, 8155, 'Raptor Nest', 'nest_raptor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8156, 8156, 'Velociraptor Egg', 'velociraptor_egg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8157, 8157, 'Pterodactyl Egg', 'pterosaur_egg', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8158, 8158, 'Kale', 'petfood31', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8159, 8159, 'Meat Bone', 'petfood30', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8160, 8160, 'Attic Room', 'paris_c15_roof', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8161, 8161, 'Chateau Pillar', 'paris_c15_crn', 's', 1, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8162, 8162, 'Street Artist Display', 'paris15_paintings', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8163, 8163, 'Sailor Sweater', 'clothing_breton', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8164, 8164, 'Spotless Restaurant Table', 'paris_c15_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8165, 8165, 'Blue Bicycle', 'paris15_bicycle', 's', 1, 2, 1.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8166, 8166, 'Cafe de Flore', 'paris_c15_building2', 's', 3, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8167, 8167, 'Coffee Sipping Chair', 'paris_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8168, 8168, 'Parisien Pigeons', 'paris15_pigeon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8169, 8169, 'Frog\'s legs', 'paris_c15_food3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8170, 8170, 'Cafe de Flore', 'paris_c15_menu', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8171, 8171, 'Smelly Cheese', 'paris_c15_food1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8172, 8172, 'Cute Poodle', 'paris15_poodle', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8173, 8173, 'Plate of Snails', 'paris15_giftsnails', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8174, 8174, 'Pot of Roses', 'paris_c15_flowerpot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8175, 8175, 'Tomato Stall', 'paris_c15_vegstall3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8176, 8176, 'Frank\'s Fruity Cake', 'paris15_cake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8177, 8177, 'Parisien Apartment', 'paris_c15_building1', 's', 3, 1, 8.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8178, 8178, 'Love Arch', 'paris_c15_arch', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8179, 8179, 'Parisien Necktie', 'clothing_necktie', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8180, 8180, 'Shadow Patch', 'paris_c15_shadow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8181, 8181, 'Aubergine Stall', 'paris_c15_vegstall2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8182, 8182, 'paris15_ltdfountain', 'paris15_ltdfountain', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8183, 8183, 'Cobblestone Floor', 'paris_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8184, 8184, 'French Pancake', 'paris_c15_food2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8185, 8185, 'French Flower Cart', 'paris_c15_flowerstl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '1000;1001;1002;1006;1007;1008;1009;1019;1021;1022;1023', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8186, 8186, 'Tricolore Awning', 'paris_c15_awning', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8187, 8187, 'Parisien Sidewalk', 'paris_c15_pavement', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8188, 8188, 'Fresh Bread Cart', 'paris_c15_breadstall', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '97', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8189, 8189, 'Cabbage Stall', 'paris_c15_vegstall1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '100', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8190, 8190, 'Parisien Parasol', 'paris_c15_parasol', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8191, 8191, 'Pterodactyl Nest', 'nest_pterosaur', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8192, 8192, 'yttv_retro name', 'yttv_retro', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'youtube', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8193, 8193, 'Habbo 15 Rare Prize Balloon', 'habbo15_rare_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8194, 8194, 'habbo15_comp_photo name', 'habbo15_comp_photo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8195, 8195, 'Outfit Competition Finalists', 'habbo15_comp_clothing', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8196, 8196, 'Room Competition Finalists', 'habbo15_comp_room', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8197, 8197, 'Habbo 15', 'habbo15_comp_video', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8198, 8198, 'Competition Winner', 'habbo15_placeholder', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8199, 8199, 'Rare Competition Finalists', 'habbo15_comp_furni', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8200, 8200, 'Block Competition Finalists', 'habbo15_comp_blocks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8201, 8201, 'Habbo 15 Prize Balloon', 'habbo15_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8202, 8202, 'Habbo Hotel', 'room_hall_trophy2', 's', 2, 2, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8203, 8203, 'room_hall15_window name', 'room_hall15_window', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8204, 8204, 'Habbo Hotel', 'room_hall15_pillar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8205, 8205, 'Habbo Hotel', 'room_hall15_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8206, 8206, 'Habbo Hotel', 'room_hall_trophy1', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8207, 8207, 'Habbo Hotel', 'room_hall15_barch', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8208, 8208, 'pillar*10', 'pillar*10', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8209, 8209, 'Maroon Parasol', 'rare_parasol*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8210, 8210, 'Maroon Spaceship Door', 'scifidoor*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8211, 8211, 'Maroon Sleeping Bag', 'sleepingbag*11', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8212, 8212, 'Maroon Fountain', 'rare_fountain*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8213, 8213, 'Maroon Dragon Lamp', 'rare_dragonlamp*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8214, 8214, 'Maroon Powered Fan', 'rare_fan*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8215, 8215, 'Maroon Ice Cream Maker', 'rare_icecream*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8216, 8216, 'Maroon Oriental Door', 'wooden_screen*10', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8217, 8217, 'Maroon Amber Lamp', 'rare_beehive_bulb*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8218, 8218, 'Maroon Pillow', 'pillow*10', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8219, 8219, 'Maroon Laser Portal', 'scifiport*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8220, 8220, 'Maroon Elephant', 'rare_elephant_statue*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8221, 8221, 'Maroon Marquee', 'marquee*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8222, 8222, 'Maroon Smoke Machine', 'scifirocket*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8223, 8223, 'African Meerkat', 'africa15_meerkat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8224, 8224, 'Lodge Floor', 'lodge_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8225, 8225, 'Dungeon Bed', 'drago_c15_bed', 's', 1, 1, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8226, 8226, 'Dungeon Sofa', 'drago_c15_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8227, 8227, 'Gothic Toilet', 'gothic_c15_toilet', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8228, 8228, 'Gothic Tower', 'gothic_c15_tower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8229, 8229, 'Gothic Divider', 'gothic_c15_dvdr', 's', 2, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8230, 8230, 'Gothic Chandelier', 'gothic_c15_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8231, 8231, 'Gothic Corner', 'gothic_c15_crn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8232, 8232, 'Quackatoa Duck', 'anc15_pharaohduck', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8233, 8233, 'Ancient Table', 'anc_c15_table', 's', 1, 2, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8234, 8234, 'Ancient Chair', 'anc_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8235, 8235, 'gothic15_toilet', 'gothic15_toilet', 's', 1, 1, 1.00, 0, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8236, 8236, 'Lost Tribe Tree', 'lt_c15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8237, 8237, 'Lost Tribe Teleport', 'lt15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8238, 8238, 'Lost Tribe Leafy Bush', 'lt_c15_bush', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8239, 8239, 'African Table', 'africa_c15_table', 's', 2, 1, 0.55, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8240, 8240, 'African Chair', 'africa_c15_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8241, 8241, 'Bongos', 'africa_c15_bongos', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8242, 8242, 'Priorities', 'habbo15_win_2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8243, 8243, 'habbo15_win_3 name', 'habbo15_win_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8244, 8244, 'habbo15_win_1 name', 'habbo15_win_1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8245, 8245, 'Tiki Lei', 'tiki_c15_leigiver', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8246, 8246, 'Tiki Teleport', 'tiki_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8247, 8247, 'Greek Tile', 'greek_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8248, 8248, 'Greek Bench', 'greek_c15_bench', 's', 2, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8249, 8249, 'Greek Torch', 'greek_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8250, 8250, 'greek_c15_tile name', 'greek_c15_tile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8251, 8251, 'Tool Shed', 'garden_c15_toolshed', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8252, 8252, 'Mushroom Stool', 'garden_c15_shroomchr', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8253, 8253, 'Lawnmower', 'garden15_lawnmower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8254, 8254, 'habbo15_win_5 name', 'habbo15_win_5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8255, 8255, 'habbo15_win_4 name', 'habbo15_win_4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8256, 8256, 'habbo15_win_10 name', 'habbo15_win_10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8257, 8257, 'habbo15_win_7 name', 'habbo15_win_7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8258, 8258, 'habbo15_win_6 name', 'habbo15_win_6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8259, 8259, 'habbo15_win_8 name', 'habbo15_win_8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8260, 8260, 'Desk Phone', 'exe_c15_telephone', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8261, 8261, 'Executive Printer', 'exe_c15_printer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8262, 8262, 'Desk Tidy', 'exe_c15_desktidy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8263, 8263, 'Steampunk Plane', 'steampunk15_plane', 's', 1, 1, 3.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8264, 8264, 'Steampunk Door', 'steampunk_c15_door', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8265, 8265, 'Steampunk Bed', 'steampunk_c15_bed', 's', 2, 3, 2.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8266, 8266, '', 'steampunk_c15_stage', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8267, 8267, 'habbo15_win_13 name', 'habbo15_win_13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8268, 8268, 'Habbo15 Outfit Competition Winner', 'habbo15_win_12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8269, 8269, 'Habbo 15th Birthday Cake', 'habbo15_birthdaycake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8270, 8270, 'habbo15_win_14 name', 'habbo15_win_14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8271, 8271, 'habbo15_win_11 name', 'habbo15_win_11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8272, 8272, 'habbo15_win_9 name', 'habbo15_win_9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8273, 8273, 'Pink Coffee Table', 'romantique_c15_table*1', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8274, 8274, 'Green Coffee Table', 'romantique_c15_table*2', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8275, 8275, 'Turquoise Coffee Table', 'romantique_c15_table*3', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8276, 8276, 'Lemon Coffee Table', 'romantique_c15_table*4', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8277, 8277, 'Black Coffee Table', 'romantique_c15_table*5', 's', 2, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8278, 8278, 'Romantique Dresser', 'romantique_c15_dresser', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8279, 8279, 'Uni Lamp', 'uni_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8280, 8280, 'Shelf Corner', 'uni_c15_shelvescrn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8281, 8281, 'Uni Bench', 'uni_c15_chair', 's', 1, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8282, 8282, 'Bling Chandelier', 'bling_c15_chandalier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8283, 8283, 'Bling Billiards Table', 'bling15_pooltable', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8284, 8284, 'Daruma Doll', 'jp_c15_daruma', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8285, 8285, 'Ornate Shelf', 'jp_c15_dresser', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8286, 8286, 'Tetsubin Teapot', 'jp_c15_teapot', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8287, 8287, 'Maneki-neko', 'jp15_luckycat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8288, 8288, 'habbo15_win_19 name', 'habbo15_win_19', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8289, 8289, 'habbo15_win_16 name', 'habbo15_win_16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8290, 8290, 'habbo15_win_17 name', 'habbo15_win_17', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8291, 8291, 'habbo15_win_20 name', 'habbo15_win_20', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8292, 8292, 'habbo15_win_15 name', 'habbo15_win_15', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8293, 8293, 'habbo15_win_22 name', 'habbo15_win_22', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8294, 8294, 'habbo15_win_18 name', 'habbo15_win_18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8295, 8295, 'habbo15_win_24 name', 'habbo15_win_24', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8296, 8296, 'habbo15_win_28 name', 'habbo15_win_28', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8297, 8297, 'Habbo 15 Room Competition Winner', 'habbo15_win_21', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8298, 8298, 'habbo15_win_25 name', 'habbo15_win_25', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8299, 8299, 'habbo15_win_23 name', 'habbo15_win_23', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8300, 8300, 'habbo15_win_29 name', 'habbo15_win_29', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8301, 8301, 'habbo15_win_26 name', 'habbo15_win_26', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8302, 8302, 'Habbo Hotel', 'room_pcnc15_dvd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8303, 8303, 'Habbo Hotel', 'room_pcnc15_dvd1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8304, 8304, 'Habbo Hotel', 'room_pcnc15_hotdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '81', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8305, 8305, 'Habbo Hotel', 'room_pcnc15_awn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8306, 8306, 'Habbo Hotel', 'room_pcnc15_carrot', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8307, 8307, 'Habbo Hotel', 'room_pcnc15_table1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8308, 8308, 'Habbo Hotel', 'room_pcnc15_gzb', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8309, 8309, 'Habbo Hotel', 'room_pcnc15_wbench', 's', 1, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8310, 8310, 'Habbo Hotel', 'room_pcnc15_soda', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '43', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8311, 8311, 'Habbo Hotel', 'room_pcnc15_table3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8312, 8312, 'Habbo Hotel', 'room_pcnc15_table2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8313, 8313, 'Habbo Hotel', 'room_pcnc15_blanket', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8314, 8314, 'Habbo Hotel', 'room_pcnc15_chair1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8315, 8315, 'Habbo Hotel', 'room_pcnc15_wood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8316, 8316, 'Habbo Hotel', 'room_pcnc15_bbq', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8317, 8317, 'Habbo 15 Video Competition winner', 'habbo15_win_32', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8318, 8318, 'habbo15_win_34 name', 'habbo15_win_34', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8319, 8319, 'habbo15_win_30 name', 'habbo15_win_30', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8320, 8320, 'habbo15_win_31 name', 'habbo15_win_31', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8321, 8321, 'habbo15_win_35 name', 'habbo15_win_35', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8322, 8322, 'habbo15_win_33 name', 'habbo15_win_33', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8323, 8323, 'habbo15_win_27 name', 'habbo15_win_27', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8324, 8324, 'habbo15_win_36 name', 'habbo15_win_36', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8325, 8325, 'habbo15_win_38 name', 'habbo15_win_38', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8326, 8326, 'habbo15_win_39 name', 'habbo15_win_39', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8327, 8327, 'habbo15_win_41 name', 'habbo15_win_41', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8328, 8328, 'habbo15_win_37 name', 'habbo15_win_37', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8329, 8329, 'habbo15_win_43 name', 'habbo15_win_43', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8330, 8330, 'habbo15_win_40 name', 'habbo15_win_40', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8331, 8331, 'habbo15_win_42 name', 'habbo15_win_42', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8332, 8332, 'Habbo 15 Rare Furni Competition Winner', 'habbo15_win_44', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8333, 8333, 'habbo15_win_45 name', 'habbo15_win_45', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8334, 8334, 'Chest plate of the redeemed', 'clothing_knighttop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8335, 8335, 'Robes of the Lost Souls', 'clothing_demonoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8336, 8336, 'Helmet of Water', 'clothing_waterhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8337, 8337, 'Famine horseman mask', 'clothing_fammask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8338, 8338, 'Cloak of the damned', 'clothing_demoncloak', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8339, 8339, 'Mask of War', 'clothing_warmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8340, 8340, 'Helmet of Air', 'clothing_airhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8341, 8341, 'Light Guardian Battle Gear', 'clothing_knightoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8342, 8342, 'Helmet of Fire', 'clothing_firehelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8343, 8343, 'Demonhood', 'clothing_demonhood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8344, 8344, 'Hallowed leg plates', 'clothing_knighttrousers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8345, 8345, 'Cursed skull pendant', 'clothing_skullnecklace', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8346, 8346, 'Helmet of Earth', 'clothing_earthhelm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8347, 8347, 'Death horseman mask', 'clothing_deathmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8348, 8348, 'Pestilence horseman mask', 'clothing_pestmask', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8349, 8349, 'Harbinger of the Habbocalypse', 'hween_c15_angel', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8350, 8350, 'Brass Water Lily Pot', 'bonusrare16_2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8351, 8351, 'Quartz Water Lily Pot', 'bonusrare16_2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8352, 8352, 'Nickel Water Lily Pot', 'bonusrare16_2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8353, 8353, 'Copper Water Lily Pot', 'bonusrare16_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8354, 8354, 'Mint Vase', 'bonusrare16_1*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8355, 8355, 'Cerulean Vase', 'bonusrare16_1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8356, 8356, 'Charcoal Vase', 'bonusrare16_1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8357, 8357, 'Mauve Vase', 'bonusrare16_1*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8358, 8358, 'Ochre Bird of Paradise', 'bonusrare16_3*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8359, 8359, 'Teal Bird of Paradise', 'bonusrare16_3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8360, 8360, 'Mauve Bird of Paradise', 'bonusrare16_3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8361, 8361, 'Purple Bird of Paradise', 'bonusrare16_3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8362, 8362, 'hween_c15_evilcrystal2', 'hween_c15_evilcrystal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8363, 8363, 'hween_c15_purecrystal2', 'hween_c15_purecrystal2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8364, 8364, 'Gloomy basement', 'hween_c15_stage', 's', 2, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8365, 8365, 'hween_c15_evilcrystal3', 'hween_c15_evilcrystal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8366, 8366, 'Fog of the Habbocalypse', 'hween_c15_fog', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8367, 8367, 'Basement corner', 'hween_c15_stagecorner', 's', 1, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8368, 8368, 'Habbocalypse Building', 'hween_c15_building', 's', 2, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8369, 8369, 'Lost Souls Portal', 'hween_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8370, 8370, 'Small Lost Souls crystal', 'hween_c15_evilcrystal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8371, 8371, 'Smelly Dumpster', 'hween_c15_dump', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8372, 8372, 'hween15_horseman3', 'hween15_horseman3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8373, 8373, 'hween_c15_purecrystal3', 'hween_c15_purecrystal3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8374, 8374, 'Skeletal Oak', 'hween_c15_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8375, 8375, 'Horseman of Death', 'hween15_ltdhorseman4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8376, 8376, 'Emblem of the Habbocalypse', 'hween_c15_shinycarpet', 's', 3, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8377, 8377, 'Crumbling Pillar', 'hween_c15_corner', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8378, 8378, 'Burnt Car Wreckage', 'hween_c15_car', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8379, 8379, 'Saintini', 'hween15_saintini', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8380, 8380, 'Demonic Frank', 'hween15_evilfrank', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8381, 8381, 'Haunted bus stop', 'hween_c15_busstop', 's', 2, 1, 1.35, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8382, 8382, 'Habbocalypse Pylons', 'hween_c15_telewire', 's', 1, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8383, 8383, 'Haunted Phone Booth', 'hween_c15_phone', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8384, 8384, 'Evil Raider', 'hween15_evilraider', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8385, 8385, 'Creeky Stairs', 'hween_c15_stairs', 's', 2, 1, 0.70, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8386, 8386, 'Fermenting Rubbish', 'hween_c15_rubbish', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8387, 8387, 'Windswept Road', 'hween_c15_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8388, 8388, 'Habbocalypse Crafting Altar', 'hween_c15_altar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8389, 8389, 'Clouds of the Habbocalypse', 'hween_c15_evilcloud', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8390, 8390, 'Corrupted Kitty', 'hween_c15_demoncat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8391, 8391, 'Horseman of Famine', 'hween15_ltdhorseman2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8392, 8392, 'hween15_horseman2', 'hween15_horseman2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8393, 8393, 'Floor fire', 'hween_c15_fire', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8394, 8394, 'Smashed Sidewalk', 'hween_c15_pavement', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8395, 8395, 'Horseman of Pestilence', 'hween15_ltdhorseman3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8396, 8396, 'hween15_horseman1', 'hween15_horseman1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8397, 8397, 'Dark Road Cracks', 'hween_c15_sdcrack', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8398, 8398, 'Swamp of Lost Souls', 'hween_c15_sdwater', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 2, '0', '', '', 185, 185, '');
INSERT INTO `items_base` VALUES (8399, 8399, 'Horseman of War', 'hween15_ltdhorseman1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8400, 8400, 'Damaged Lamp post', 'hween_c15_lamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8401, 8401, 'Sam-Ta Cherub', 'hween15_saintta', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8402, 8402, 'hween15_horseman4', 'hween15_horseman4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8403, 8403, 'hween15_horseman5', 'hween15_horseman5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8404, 8404, 'Small Pure crystal', 'hween_c15_purecrystal1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8405, 8405, 'Purple Skull Credit Furni', 'CF_750_evilskull', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8406, 8406, 'Sacrificial altar bed', 'hween_c15_altarbed', 's', 1, 3, 2.20, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8407, 8407, 'horse_dye_18 name', 'horse_dye_18', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8408, 8408, 'Future is Back Hoverboard', 'fxbox_fx14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8409, 8409, 'hween_c15_pumpkin2', 'hween_c15_pumpkin2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8410, 8410, 'hween_c15_pumpkin1', 'hween_c15_pumpkin1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8411, 8411, 'Blue Cushioned Chair', 'ktchn_c15_chair_b', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8412, 8412, 'Varnished Worktop', 'ktchn_c15_divdr', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8413, 8413, 'Green Kitchen Table', 'ktchn_c15_table_g', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8414, 8414, 'Red Brick Floor', 'ktchn_c15_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8415, 8415, 'Bread Bin', 'ktchn_c15_bread', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8416, 8416, 'Blue Kitchen Table', 'ktchn_c15_table_b', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8417, 8417, 'Chopping Board', 'ktchn_c15_chopboard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8418, 8418, 'Green Cushioned Chair', 'ktchn_c15_chair_g', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8419, 8419, 'Pink Kitchen Lamp', 'ktchn_c15_lamp_p', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8420, 8420, 'Coffee Machine', 'ktchn15_coffeemaker', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '14', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8421, 8421, 'Cereal Selection', 'ktchn_c15_cereal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8422, 8422, 'Blue Kitchen Lamp', 'ktchn_c15_lamp_b', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8423, 8423, 'Stainless Steel Sink', 'ktchn_c15_sink', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8424, 8424, 'Pink Cushioned Chair', 'ktchn_c15_chair_p', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8425, 8425, 'Green Kitchen Lamp', 'ktchn_c15_lamp_g', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8426, 8426, 'Varnished Worktop Corner', 'ktchn_c15_crn', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8427, 8427, 'Antique Crockery Cupboard', 'ktchn15_cabinet', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8428, 8428, 'White Restaurant Door', 'ktchn_c15_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8429, 8429, 'Deluxe Dishwasher', 'ktchn_c15_dishwasher', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8430, 8430, 'Pink Kitchen Table', 'ktchn_c15_table_p', 's', 2, 2, 1.25, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8431, 8431, 'Stainless Steel Oven', 'ktchn_c15_stove', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8432, 8432, 'Bobba Juice Rack', 'ktchn15_bubblejuicerack', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8433, 8433, 'Varnished Kitchen Gate', 'ktchn_c15_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8434, 8434, 'Deluxe Refrigerator', 'ktchn15_fridge', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '3,5,6,2,4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8435, 8435, 'Breakfast Buffet', 'ktchn_c15_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8436, 8436, 'Deluxe Microwave', 'ktchn_c15_microwave', 's', 1, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8437, 8437, 'Chilled Drinks', 'ktchn_c15_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8438, 8438, 'MINI Pumpkin Pack', 'habbo15_pumpkin1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8439, 8439, 'MEGA Pumpkin Pack', 'habbo15_pumpkin2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8440, 8440, 'xmas_c15_bushy1 name', 'xmas_c15_bushy1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8441, 8441, 'Solid Gold Corner', 'gold_c15_arc_div2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8442, 8442, 'Solid Gold Seat', 'gold_c15_arc_seat', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8443, 8443, 'Solid Gold Rug', 'gold_c15_arc_icerug', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8444, 8444, 'Solid Gold Penguin', 'gold_c15_arc_statue', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8445, 8445, 'Solid Gold Divider', 'gold_c15_arc_div1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8446, 8446, 'Solid Gold Lantern', 'gold_c15_arc_lantern', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8447, 8447, 'Solid Gold Lamp', 'gold_c15_arc_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8448, 8448, 'Solid Gold Campfire', 'gold_c15_arc_camp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8449, 8449, 'Solid Gold Hot Tub', 'gold_c15_arc_tub', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8450, 8450, 'Solid Gold Chair', 'gold_c15_arc_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8451, 8451, 'Pot O\' Gold', 'gold_rare_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8452, 8452, 'Solid Gold Cube Tree', 'gold_c15_arc_tree1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8453, 8453, 'Solid Gold Table', 'gold_c15_arc_table', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8454, 8454, 'Solid Gold Geyser', 'gold_c15_arc_geysir', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8455, 8455, 'Solid Gold Teleporter', 'gold_c15_arc_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8456, 8456, 'Solid Gold Fish Hole', 'gold_c15_arc_hole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8457, 8457, 'Solid Gold Snow', 'gold_c15_arc_snow', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8458, 8458, 'Solid Gold Christmas Tree', 'gold_c15_arc_tree2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8459, 8459, 'xmas15_nutcrackerltd', 'xmas15_nutcrackerltd', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8460, 8460, 'Albert the Alpaca', 'xmas_c15_advent6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8461, 8461, 'Seal Topiary', 'xmas_c15_bushy5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8462, 8462, 'Santa Trousers', 'clothing_santapants', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8463, 8463, 'Toy Shop Market Stall Insert', 'xmas_c15_store1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8464, 8464, 'Blanket Scarf', 'clothing_bscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8465, 8465, 'Red Snowy Roof', 'xmas_c15_roof1', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8466, 8466, 'Freeze Veteran Statue', 'winter15_freeze', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8467, 8467, 'Dark Wood Fence', 'xmas_c15_fnc', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8468, 8468, 'Gold Hydrant', 'winter15_wpost', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8469, 8469, 'Ice Hockey Pro Statue', 'winter15_icehockey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8470, 8470, 'Grey Stone Building', 'xmas_c15_buildbase2', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8471, 8471, 'Rabbit Topiary', 'xmas_c15_bushy3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8472, 8472, 'Gingerbread Market Stall Insert', 'xmas_c15_store4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8473, 8473, 'Christmas Bow', 'clothing_xmasbow', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8474, 8474, 'Stevie the St. Bernard', 'xmas_c15_advent5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8475, 8475, 'Christmas Poinsettia', 'xmas_c15_poinsettia', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8476, 8476, 'Brownstone Building', 'xmas_c15_buildbase1', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8477, 8477, 'Dark Wood Fence', 'xmas_c15_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8478, 8478, 'Clock Tower', 'xmas15_clocktower', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8479, 8479, 'Santa Claus Suit', 'clothing_santaoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8480, 8480, 'Mrs. Claus Outfit', 'clothing_cladyoutfit', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8481, 8481, 'Candy Market Stall Insert', 'xmas_c15_store2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8482, 8482, 'Market Stall', 'xmas_c15_stall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8483, 8483, 'Dark Snow Patch', 'xmas_c15_snow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8484, 8484, 'Bandstand', 'xmas_c15_bndstnd', 's', 3, 3, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8485, 8485, 'Rudolf the Red-Nosed Reindeer', 'xmas15_rudolf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8486, 8486, 'Blue Snow Roof', 'xmas_c15_roof2', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8487, 8487, 'Christmas Dress', 'clothing_cladydress', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8488, 8488, 'Gregory Goat', 'xmas_c15_advent2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8489, 8489, 'Gold Winter Pine', 'winter15_tree4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8490, 8490, 'Bear Topiary', 'xmas_c15_bushy2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8491, 8491, 'Christmas Wishing Well', 'xmas15_wishltd', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8492, 8492, 'Snowglobe', 'xmas_c15_advent8', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8493, 8493, 'Cute Curly Hair', 'clothing_cladyhair', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8494, 8494, 'Glowing Reindeer', 'xmas15_glowdeerltd', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8495, 8495, 'Santa Top', 'clothing_santatop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8496, 8496, 'Fancy Ribbon', 'clothing_ribbon', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8497, 8497, 'Holly Hedgehog', 'xmas_c15_advent3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8498, 8498, 'Santa Hat', 'clothing_santahat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8499, 8499, 'Finnish Forest Reindeer', 'xmas_c15_reindeer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8500, 8500, 'Frozen Fountain', 'xmas15_fountainltd', 's', 3, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8501, 8501, 'Oversized Snood', 'clothing_snood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8502, 8502, 'Bratwurst Market Stall Insert', 'xmas_c15_store3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8503, 8503, 'Grouchy Cat', 'xmas_c15_advent1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8504, 8504, 'Christmas Archway', 'xmas_c15_arch', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8505, 8505, 'Gold Corner', 'winter15_fnc_crnr', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8506, 8506, 'Samantha Squirrel', 'xmas_c15_advent4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8507, 8507, 'Christmas Shoes', 'clothing_cladyshoes', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8508, 8508, 'Snowboarding Ace Statue', 'winter15_snowboard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8509, 8509, 'Santa Beard', 'clothing_santabeard', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8510, 8510, 'Snow Capped Mountains', 'xmas_c15_mntn', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8511, 8511, 'Bavarian Christmas Photo Stand', 'xmas15_stand', 's', 2, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8512, 8512, 'Brown Timber Frame Building', 'xmas_c15_buildmid2', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8513, 8513, 'Penguin Topiary', 'xmas_c15_bushy6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8514, 8514, 'Winter Shrub', 'xmas_c15_snwbush', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8515, 8515, 'Ornate Winter Sleigh', 'xmas15_sleigh', 's', 1, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8516, 8516, 'Pro Ice Skater Statue', 'winter15_iceskater', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8517, 8517, 'Bushy Pine Tree', 'xmas_c15_alpinetree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8518, 8518, 'Knitted Headband', 'clothing_knitband', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8519, 8519, 'DIY Christmas Tree', 'xmas_c15_decotree', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8520, 8520, 'Rocky Road', 'xmas_c15_stone', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8521, 8521, 'Squirrel Topiary', 'xmas_c15_bushy4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8522, 8522, 'Gold Lamp Post', 'winter15_lmppst', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8523, 8523, 'The Thing Snowglobe', 'xmas_c15_advent7', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8524, 8524, 'Moonlight', 'xmas_c15_mlight', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8525, 8525, 'Beige Timber Frame Building', 'xmas_c15_buildmid1', 's', 1, 3, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8526, 8526, 'Slouchy Knit Hat', 'clothing_knithat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8527, 8527, 'Varnished Writing Desk', 'hc16_10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8528, 8528, 'Miniature Pavilion', 'hc16_1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8529, 8529, 'Green Stash Chest', 'hc16_4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8530, 8530, 'Gleaming Sink', 'hc16_12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8531, 8531, 'Four Poster Bed', 'hc16_11', 's', 1, 3, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8532, 8532, 'Giant Houseplant', 'hc16_5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8533, 8533, 'Fancy Vase', 'hc16_9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8534, 8534, 'Polished Oak Floorboards', 'hc16_7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8535, 8535, 'Propeller Lamp', 'hc16_2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8536, 8536, 'Bureau Divider', 'hc16_6', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8537, 8537, 'Frank\'s Bubbly', 'hc16_3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '24', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8538, 8538, 'Antique Air Conditioning', 'hc16_8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8539, 8539, 'Snazzy Star Decoration', 'ny16_stars', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8540, 8540, 'Purple Party Hat', 'clothing_party5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8541, 8541, 'Orange Party Hat', 'clothing_party4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8542, 8542, 'Turquoise Party Hat', 'clothing_party8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8543, 8543, 'Black Party Hat', 'clothing_party6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8544, 8544, '2016 Balloons', 'ny_c16_sign', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8545, 8545, 'Gold Party Hat', 'clothing_party3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8546, 8546, 'White Party Hat', 'clothing_party7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8547, 8547, 'Monkey Balloon', 'cny16_monkeyballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8548, 8548, 'Party Hat Gift Box', 'ny16_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8549, 8549, 'Gold Accessory Pack', 'clothing_goldpack1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8550, 8550, 'Monkey Statue', 'china_monkey', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8551, 8551, '2016 Bubble Juice', 'CF_1200_ny16', 's', 1, 1, 0.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8552, 8552, 'tile_fxprovider_nfs name', 'tile_fxprovider_nfs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'tile_fxprovider_nfs', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8553, 8553, 'Spaceman Helmet', 'clothing_hat_space1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8554, 8554, 'Ruby Sloth', 'rare_prize16*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8555, 8555, 'Game Hub Sloth', 'rare_prize16*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8556, 8556, 'Jasper Sloth', 'rare_prize16*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8557, 8557, 'Turquoise Sloth', 'rare_prize16*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8558, 8558, 'Topaz Sloth', 'rare_prize16*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8559, 8559, 'Beryl Sloth', 'rare_prize16*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8560, 8560, 'February Blues Sloth', 'rare_prize16*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8561, 8561, 'Emerald Sloth', 'rare_prize16*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8562, 8562, 'Onyx Sloth', 'rare_prize16*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8563, 8563, 'Jade Sloth', 'rare_prize16*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8564, 8564, 'Pearl Sloth', 'rare_prize16*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8565, 8565, 'Aquamarine Sloth', 'rare_prize16*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8566, 8566, 'Citrine Sloth', 'rare_prize16*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8567, 8567, 'Amethyst Sloth', 'rare_prize16*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8568, 8568, 'Blossom Volcano', 'val16_float2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8569, 8569, 'Lovebirds of Paradise', 'val_c16_lovebirds', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8570, 8570, 'Tiki Cat', 'val_c16_tikicat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8571, 8571, 'Tiki Melon Cat', 'val_c16_tikicat2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8572, 8572, 'Lustrous Peacock', 'val16_float3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8573, 8573, 'Shell Fountain', 'val_c16_shellfountain', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8574, 8574, 'Luminous Love Oyster', 'val16_float1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8575, 8575, 'Floral Lion', 'val16_float4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8576, 8576, 'Vase of Passion', 'val_c16_vase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8577, 8577, 'easter16_habberge6ltd', 'easter16_habberge6ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8578, 8578, 'clothing_pjtop3 name', 'clothing_pjtop3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8579, 8579, 'Tracksuit Bottoms', 'clothing_sportpants', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8580, 8580, 'Skater Outfit', 'clothing_urbanoutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8581, 8581, 'Jumper Belt', 'clothing_tiedjumper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8582, 8582, 'Posh Cumberband', 'clothing_cumberband', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8583, 8583, 'Comfort Clothes Outfit', 'clothing_casualoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8584, 8584, 'Top Knot', 'clothing_manbun', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8585, 8585, 'Denim Vest', 'clothing_denimvest', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8586, 8586, 'Pyjama Bottoms', 'clothing_pjbottoms1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8587, 8587, 'Moon Pyjamas', 'clothing_pjtop1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8588, 8588, 'Hipster Glasses', 'clothing_hipsterglasses', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8589, 8589, 'Spotless Tuxedo', 'clothing_tux', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8590, 8590, 'Office Tie', 'clothing_tie1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8591, 8591, 'Head Bandage', 'clothing_bandage', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8592, 8592, 'Denim Shorts', 'clothing_denimshorts', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8593, 8593, 'clothing_brainjar', 'clothing_brainjar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8594, 8594, 'Candy Duck', 'easter_c16_mallowduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8595, 8595, 'Flower Power Outfit', 'clothing_floraloutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8596, 8596, 'easter16_habberge9ltd', 'easter16_habberge9ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8597, 8597, 'Duck Hat', 'clothing_duckhat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8598, 8598, 'Punk Outfit', 'clothing_punkoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8599, 8599, 'Starched Tuxedo Shirt', 'clothing_tuxshirt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8600, 8600, 'Moon Pyjamas Outfit', 'clothing_pjoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8601, 8601, 'Spectacled Hipster Outfit', 'clothing_hipoutfit3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8602, 8602, 'Canvas Slip Ons', 'clothing_sliponcanvas', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8603, 8603, 'Nu Raver Outfit', 'clothing_punkoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8604, 8604, 'Backwards Cap', 'clothing_backcap', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8605, 8605, 'Mermaid Hair', 'clothing_mermaid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8606, 8606, 'Two-Tone Hoodie', 'clothing_jacket_twotone', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8607, 8607, 'Hipster Hair', 'clothing_hipster2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8608, 8608, 'Dragon Habberge Egg', 'easter16_habberge8ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8609, 8609, 'Disco Hair', 'clothing_disco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8610, 8610, 'Long sleeve T-Shirt', 'clothing_longtshirt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8611, 8611, 'Sports Jacket', 'clothing_sportsjckt', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8612, 8612, 'Polka Dot Dress', 'clothing_polkadress', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8613, 8613, 'Posh Waiter Outfit', 'clothing_tuxoutfit', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8614, 8614, 'Ripped Up Top', 'clothing_rippedtop', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8615, 8615, 'easter16_habberge7ltd', 'easter16_habberge7ltd', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8616, 8616, 'Bearded Hipster Outfit', 'clothing_hipoutfit1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8617, 8617, 'Spectacled Designer Outfit', 'clothing_hipoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8618, 8618, 'Paparazzi Camera', 'clothing_camera', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8619, 8619, 'Bed Hair', 'clothing_bedhair', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8620, 8620, 'Halter Top', 'clothing_halter', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8621, 8621, 'Sheep Pyjamas Outfit', 'clothing_pjoutfit2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8622, 8622, 'clothing_pjtop2 name', 'clothing_pjtop2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8623, 8623, 'Star Pyjamas Outfit', 'clothing_pjoutfit3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8624, 8624, 'Off-Shoulder Jumper', 'clothing_offshldrjumper', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8625, 8625, 'Oversized Sunglasses', 'clothing_bigshades', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8626, 8626, 'Noble Crown', 'clothing_noblecrown', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8627, 8627, 'Ombre Hair', 'clothing_ombrehr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8628, 8628, 'Scarlet Rose Pillar', 'bonusrare16_4*1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8629, 8629, 'Violet Rose Pillar', 'bonusrare16_4*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8630, 8630, 'Lilac Rose Pillar', 'bonusrare16_4*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8631, 8631, 'Azure Rose Pillar', 'bonusrare16_4*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8632, 8632, 'icedblk_c16_table_1 name', 'icedblk_c16_table', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8633, 8633, 'Dark Iced Coffee Table (Purple)', 'icedblk_c16_table*10', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8634, 8634, 'Dark Iced Coffee Table (Pink)', 'icedblk_c16_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8635, 8635, 'Dark Iced Coffee Table (Grey)', 'icedblk_c16_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8636, 8636, 'Dark Iced Coffee Table (White)', 'icedblk_c16_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8637, 8637, 'Dark Iced Coffee Table (Beige)', 'icedblk_c16_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8638, 8638, 'Dark Iced Coffee Table (Blue)', 'icedblk_c16_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8639, 8639, 'Dark Iced Coffee Table (Green)', 'icedblk_c16_table*7', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8640, 8640, 'Dark Iced Coffee Table (Yellow)', 'icedblk_c16_table*8', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8641, 8641, 'Dark Iced Coffee Table (Red)', 'icedblk_c16_table*9', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8642, 8642, 'icedblk_c16_div4_1 name', 'icedblk_c16_div4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8643, 8643, 'Dark Iced Shutter (Purple)', 'icedblk_c16_div4*10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8644, 8644, 'Dark Iced Shutter (Pink)', 'icedblk_c16_div4*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8645, 8645, 'Dark Iced Shutter (Grey)', 'icedblk_c16_div4*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8646, 8646, 'Dark Iced Shutter (White)', 'icedblk_c16_div4*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8647, 8647, 'Dark Iced Shutter (Beige)', 'icedblk_c16_div4*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8648, 8648, 'Dark Iced Shutter (Blue)', 'icedblk_c16_div4*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8649, 8649, 'Dark Iced Shutter (Green)', 'icedblk_c16_div4*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8650, 8650, 'Dark Iced Shutter (Yellow)', 'icedblk_c16_div4*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8651, 8651, 'Dark Iced Shutter (Red)', 'icedblk_c16_div4*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8652, 8652, 'icedblk_c16_div2_1 name', 'icedblk_c16_div2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8653, 8653, 'Dark Iced Bar (Purple)', 'icedblk_c16_div2*10', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8654, 8654, 'Dark Iced Bar (Pink)', 'icedblk_c16_div2*2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8655, 8655, 'Dark Iced Bar (Grey)', 'icedblk_c16_div2*3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8656, 8656, 'Dark Iced Bar (White)', 'icedblk_c16_div2*4', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8657, 8657, 'Dark Iced Bar (Beige)', 'icedblk_c16_div2*5', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8658, 8658, 'Dark Iced Bar (Blue)', 'icedblk_c16_div2*6', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8659, 8659, 'Dark Iced Bar (Green)', 'icedblk_c16_div2*7', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8660, 8660, 'Dark Iced Bar (Yellow)', 'icedblk_c16_div2*8', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8661, 8661, 'Dark Iced Bar (Red)', 'icedblk_c16_div2*9', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8662, 8662, 'icedblk_c16_couch_1 name', 'icedblk_c16_couch', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8663, 8663, 'Dark Iced Bench (Purple)', 'icedblk_c16_couch*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8664, 8664, 'Dark Iced Bench (Pink)', 'icedblk_c16_couch*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8665, 8665, 'Dark Iced Bench (Grey)', 'icedblk_c16_couch*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8666, 8666, 'Dark Iced Bench (White)', 'icedblk_c16_couch*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8667, 8667, 'Dark Iced Bench (Beige)', 'icedblk_c16_couch*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8668, 8668, 'Dark Iced Bench (Blue)', 'icedblk_c16_couch*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8669, 8669, 'Dark Iced Bench (Green)', 'icedblk_c16_couch*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8670, 8670, 'Dark Iced Bench (Yellow)', 'icedblk_c16_couch*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8671, 8671, 'Dark Iced Bench (Red)', 'icedblk_c16_couch*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8672, 8672, 'icedblk_c16_div3_1 name', 'icedblk_c16_div3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8673, 8673, 'Dark Iced Gate (Purple)', 'icedblk_c16_div3*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8674, 8674, 'Dark Iced Gate (Pink)', 'icedblk_c16_div3*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8675, 8675, 'Dark Iced Gate (Grey)', 'icedblk_c16_div3*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8676, 8676, 'Dark Iced Gate (White)', 'icedblk_c16_div3*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8677, 8677, 'Dark Iced Gate (Beige)', 'icedblk_c16_div3*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8678, 8678, 'Dark Iced Gate (Blue)', 'icedblk_c16_div3*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8679, 8679, 'Dark Iced Gate (Green)', 'icedblk_c16_div3*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8680, 8680, 'Dark Iced Gate (Yellow)', 'icedblk_c16_div3*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8681, 8681, 'Dark Iced Gate (Red)', 'icedblk_c16_div3*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8682, 8682, 'icedblk_c16_solarium_1 name', 'icedblk_c16_solarium', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8683, 8683, 'Dark Iced Panel (Purple)', 'icedblk_c16_solarium*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8684, 8684, 'Dark Iced Panel (Pink)', 'icedblk_c16_solarium*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8685, 8685, 'Dark Iced Panel (Grey)', 'icedblk_c16_solarium*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8686, 8686, 'Dark Iced Panel (White)', 'icedblk_c16_solarium*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8687, 8687, 'Dark Iced Panel (Beige)', 'icedblk_c16_solarium*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8688, 8688, 'Dark Iced Panel (Blue)', 'icedblk_c16_solarium*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8689, 8689, 'Dark Iced Panel (Green)', 'icedblk_c16_solarium*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8690, 8690, 'Dark Iced Panel (Yellow)', 'icedblk_c16_solarium*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8691, 8691, 'Dark Iced Panel (Red)', 'icedblk_c16_solarium*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8692, 8692, 'icedblk_c16_shelves_1 name', 'icedblk_c16_shelves', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8693, 8693, 'Dark Iced Bookcase (Purple)', 'icedblk_c16_shelves*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8694, 8694, 'Dark Iced Bookcase (Pink)', 'icedblk_c16_shelves*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8695, 8695, 'Dark Iced Bookcase (Grey)', 'icedblk_c16_shelves*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8696, 8696, 'Dark Iced Bookcase (White)', 'icedblk_c16_shelves*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8697, 8697, 'Dark Iced Bookcase (Beige)', 'icedblk_c16_shelves*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8698, 8698, 'Dark Iced Bookcase (Blue)', 'icedblk_c16_shelves*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8699, 8699, 'Dark Iced Bookcase (Green)', 'icedblk_c16_shelves*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8700, 8700, 'Dark Iced Bookcase (Yellow)', 'icedblk_c16_shelves*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8701, 8701, 'Dark Iced Bookcase (Red)', 'icedblk_c16_shelves*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8702, 8702, 'icedblk_c16_sofachair_1 name', 'icedblk_c16_sofachair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8703, 8703, 'Dark Iced Sofachair (Purple)', 'icedblk_c16_sofachair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8704, 8704, 'Dark Iced Sofachair (Pink)', 'icedblk_c16_sofachair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8705, 8705, 'Dark Iced Sofachair (Grey)', 'icedblk_c16_sofachair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8706, 8706, 'Dark Iced Sofachair (White)', 'icedblk_c16_sofachair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8707, 8707, 'Dark Iced Sofachair (Beige)', 'icedblk_c16_sofachair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8708, 8708, 'Dark Iced Sofachair (Blue)', 'icedblk_c16_sofachair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8709, 8709, 'Dark Iced Sofachair (Green)', 'icedblk_c16_sofachair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8710, 8710, 'Dark Iced Sofachair (Yellow)', 'icedblk_c16_sofachair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8711, 8711, 'Dark Iced Sofachair (Red)', 'icedblk_c16_sofachair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8712, 8712, 'icedblk_c16_div1_1 name', 'icedblk_c16_div1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8713, 8713, 'Dark Iced Corner (Purple)', 'icedblk_c16_div1*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8714, 8714, 'Dark Iced Corner (Pink)', 'icedblk_c16_div1*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8715, 8715, 'Dark Iced Corner (Grey)', 'icedblk_c16_div1*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8716, 8716, 'Dark Iced Corner (White)', 'icedblk_c16_div1*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8717, 8717, 'Dark Iced Corner (Beige)', 'icedblk_c16_div1*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8718, 8718, 'Dark Iced Corner (Blue)', 'icedblk_c16_div1*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8719, 8719, 'Dark Iced Corner (Green)', 'icedblk_c16_div1*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8720, 8720, 'Dark Iced Corner (Yellow)', 'icedblk_c16_div1*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8721, 8721, 'Dark Iced Corner (Red)', 'icedblk_c16_div1*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8722, 8722, 'icedblk_c16_sofa_1 name', 'icedblk_c16_sofa', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8723, 8723, 'Dark Iced Sofa (Purple)', 'icedblk_c16_sofa*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8724, 8724, 'Dark Iced Sofa (Pink)', 'icedblk_c16_sofa*2', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8725, 8725, 'Dark Iced Sofa (Grey)', 'icedblk_c16_sofa*3', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8726, 8726, 'Dark Iced Sofa (White)', 'icedblk_c16_sofa*4', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8727, 8727, 'Dark Iced Sofa (Beige)', 'icedblk_c16_sofa*5', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8728, 8728, 'Dark Iced Sofa (Blue)', 'icedblk_c16_sofa*6', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8729, 8729, 'Dark Iced Sofa (Green)', 'icedblk_c16_sofa*7', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8730, 8730, 'Dark Iced Sofa (Yellow)', 'icedblk_c16_sofa*8', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8731, 8731, 'Dark Iced Sofa (Red)', 'icedblk_c16_sofa*9', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8732, 8732, 'icedblk_c16_chair_1 name', 'icedblk_c16_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8733, 8733, 'Dark Iced Chair (Purple)', 'icedblk_c16_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8734, 8734, 'Dark Iced Chair (Pink)', 'icedblk_c16_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8735, 8735, 'Dark Iced Chair (Grey)', 'icedblk_c16_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8736, 8736, 'Dark Iced Chair (White)', 'icedblk_c16_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8737, 8737, 'Dark Iced Chair (Beige)', 'icedblk_c16_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8738, 8738, 'Dark Iced Chair (Blue)', 'icedblk_c16_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8739, 8739, 'Dark Iced Chair (Green)', 'icedblk_c16_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8740, 8740, 'Dark Iced Chair (Yellow)', 'icedblk_c16_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8741, 8741, 'Dark Iced Chair (Red)', 'icedblk_c16_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8742, 8742, 'icedblk_c16_div5_1 name', 'icedblk_c16_div5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8743, 8743, 'Dark Iced Angle (Purple)', 'icedblk_c16_div5*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8744, 8744, 'Dark Iced Angle (Pink)', 'icedblk_c16_div5*2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8745, 8745, 'Dark Iced Angle (Grey)', 'icedblk_c16_div5*3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8746, 8746, 'Dark Iced Angle (White)', 'icedblk_c16_div5*4', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8747, 8747, 'Dark Iced Angle (Beige)', 'icedblk_c16_div5*5', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8748, 8748, 'Dark Iced Angle (Blue)', 'icedblk_c16_div5*6', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8749, 8749, 'Dark Iced Angle (Green)', 'icedblk_c16_div5*7', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8750, 8750, 'Dark Iced Angle (Yellow)', 'icedblk_c16_div5*8', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8751, 8751, 'Dark Iced Angle (Red)', 'icedblk_c16_div5*9', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8752, 8752, 'Dark Pura Book Shelf', 'purablk_c16_shelve', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8753, 8753, 'Dark Pura Block (Aqua)', 'purablk_c16_eleblock*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8754, 8754, 'Dark Pura Block (Purple)', 'purablk_c16_eleblock*10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8755, 8755, 'Dark Pura Block (Pink)', 'purablk_c16_eleblock*2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8756, 8756, 'Dark Pura Block (Grey)', 'purablk_c16_eleblock*3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8757, 8757, 'Dark Pura Block (White)', 'purablk_c16_eleblock*4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8758, 8758, 'Dark Pura Block (Beige)', 'purablk_c16_eleblock*5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8759, 8759, 'Dark Pura Block (Blue)', 'purablk_c16_eleblock*6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8760, 8760, 'Dark Pura Block (Green)', 'purablk_c16_eleblock*7', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8761, 8761, 'Dark Pura Block (Yellow)', 'purablk_c16_eleblock*8', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8762, 8762, 'Dark Pura Block (Red)', 'purablk_c16_eleblock*9', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8763, 8763, 'Dark Pura Quarter-Round (Aqua)', 'purablk_c16_round*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8764, 8764, 'Dark Pura Quarter-Round (Purple)', 'purablk_c16_round*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8765, 8765, 'Dark Pura Quarter-Round (Pink)', 'purablk_c16_round*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8766, 8766, 'Dark Pura Quarter-Round (Grey)', 'purablk_c16_round*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8767, 8767, 'Dark Pura Quarter-Round (White)', 'purablk_c16_round*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8768, 8768, 'Dark Pura Quarter-Round (Beige)', 'purablk_c16_round*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8769, 8769, 'Dark Pura Quarter-Round (Blue)', 'purablk_c16_round*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8770, 8770, 'Dark Pura Quarter-Round (Green)', 'purablk_c16_round*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8771, 8771, 'Dark Pura Quarter-Round (Yellow)', 'purablk_c16_round*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8772, 8772, 'Dark Pura Quarter-Round (Red)', 'purablk_c16_round*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8773, 8773, 'Dark Pura Bubble Lamp', 'purablk_c16_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8774, 8774, 'Dark Pura Egg Chair (Aqua)', 'purablk_c16_chair*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8775, 8775, 'Dark Pura Egg Chair (Purple)', 'purablk_c16_chair*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8776, 8776, 'Dark Pura Egg Chair (Pink)', 'purablk_c16_chair*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8777, 8777, 'Dark Pura Egg Chair (Grey)', 'purablk_c16_chair*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8778, 8778, 'Dark Pura Egg Chair (White)', 'purablk_c16_chair*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8779, 8779, 'Dark Pura Egg Chair (Beige)', 'purablk_c16_chair*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8780, 8780, 'Dark Pura Egg Chair (Blue)', 'purablk_c16_chair*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8781, 8781, 'Dark Pura Egg Chair (Green)', 'purablk_c16_chair*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8782, 8782, 'Dark Pura Egg Chair (Yellow)', 'purablk_c16_chair*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8783, 8783, 'Dark Pura Egg Chair (Red)', 'purablk_c16_chair*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8784, 8784, 'Dark Pura Block Lamp', 'purablk_c16_lamp3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8785, 8785, 'Dark Pura Double Bed (Aqua)', 'purablk_c16_bed*1', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8786, 8786, 'Dark Pura Double Bed (Purple)', 'purablk_c16_bed*10', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8787, 8787, 'Dark Pura Double Bed (Pink)', 'purablk_c16_bed*2', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8788, 8788, 'Dark Pura Double Bed (Grey)', 'purablk_c16_bed*3', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8789, 8789, 'Dark Pura Double Bed (White)', 'purablk_c16_bed*4', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8790, 8790, 'Dark Pura Double Bed (Beige)', 'purablk_c16_bed*5', 's', 2, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8791, 8791, 'Dark Pura Double Bed (Blue)', 'purablk_c16_bed*6', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8792, 8792, 'Dark Pura Double Bed (Green)', 'purablk_c16_bed*7', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8793, 8793, 'Dark Pura Double Bed (Yellow)', 'purablk_c16_bed*8', 's', 2, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8794, 8794, 'Dark Pura Double Bed (Red)', 'purablk_c16_bed*9', 's', 2, 1, 1.50, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8795, 8795, 'Dark Pura Straight Module (Aqua)', 'purablk_c16_mdl3*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8796, 8796, 'Dark Pura Straight Module (Purple)', 'purablk_c16_mdl3*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8797, 8797, 'Dark Pura Straight Module (Pink)', 'purablk_c16_mdl3*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8798, 8798, 'Dark Pura Straight Module (Grey)', 'purablk_c16_mdl3*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8799, 8799, 'Dark Pura Straight Module (White)', 'purablk_c16_mdl3*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8800, 8800, 'Dark Pura Straight Module (Beige)', 'purablk_c16_mdl3*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8801, 8801, 'Dark Pura Straight Module (Blue)', 'purablk_c16_mdl3*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8802, 8802, 'Dark Pura Straight Module (Green)', 'purablk_c16_mdl3*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8803, 8803, 'Dark Pura Straight Module (Yellow)', 'purablk_c16_mdl3*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8804, 8804, 'Dark Pura Straight Module (Red)', 'purablk_c16_mdl3*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8805, 8805, 'Dark Pura Single Bed (Aqua)', 'purablk_c16_bedone*1', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8806, 8806, 'Dark Pura Single Bed (Purple)', 'purablk_c16_bedone*10', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8807, 8807, 'Dark Pura Single Bed (Pink)', 'purablk_c16_bedone*2', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8808, 8808, 'Dark Pura Single Bed (Grey)', 'purablk_c16_bedone*3', 's', 1, 1, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8809, 8809, 'Dark Pura Single Bed (White)', 'purablk_c16_bedone*4', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8810, 8810, 'Dark Pura Single Bed (Beige)', 'purablk_c16_bedone*5', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8811, 8811, 'Dark Pura Single Bed (Blue)', 'purablk_c16_bedone*6', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8812, 8812, 'Dark Pura Single Bed (Green)', 'purablk_c16_bedone*7', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8813, 8813, 'Dark Pura Single Bed (Yellow)', 'purablk_c16_bedone*8', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8814, 8814, 'Dark Pura Single Bed (Red)', 'purablk_c16_bedone*9', 's', 1, 1, 1.60, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8815, 8815, 'Dark Pura Right Module (Aqua)', 'purablk_c16_mdl2*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8816, 8816, 'Dark Pura Right Module (Purple)', 'purablk_c16_mdl2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8817, 8817, 'Dark Pura Right Module (Pink)', 'purablk_c16_mdl2*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8818, 8818, 'Dark Pura Right Module (Grey)', 'purablk_c16_mdl2*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8819, 8819, 'Dark Pura Right Module (White)', 'purablk_c16_mdl2*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8820, 8820, 'Dark Pura Right Module (Beige)', 'purablk_c16_mdl2*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8821, 8821, 'Dark Pura Right Module (Blue)', 'purablk_c16_mdl2*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8822, 8822, 'Dark Pura Right Module (Green)', 'purablk_c16_mdl2*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8823, 8823, 'Dark Pura Right Module (Yellow)', 'purablk_c16_mdl2*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8824, 8824, 'Dark Pura Right Module (Red)', 'purablk_c16_mdl2*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8825, 8825, 'purablk_c16_bar name', 'purablk_c16_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,36,37,38,39', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8826, 8826, 'Dark Pura Refrigerator', 'purablk_c16_fridge', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '3,5,6,2,4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8827, 8827, 'Dark Pura Square Module (Aqua)', 'purablk_c16_mdl5*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8828, 8828, 'Dark Pura Square Module (Purple)', 'purablk_c16_mdl5*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8829, 8829, 'Dark Pura Square Module (Pink)', 'purablk_c16_mdl5*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8830, 8830, 'Dark Pura Square Module (Grey)', 'purablk_c16_mdl5*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8831, 8831, 'Dark Pura Square Module (White)', 'purablk_c16_mdl5*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8832, 8832, 'Dark Pura Square Module (Beige)', 'purablk_c16_mdl5*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8833, 8833, 'Dark Pura Square Module (Blue)', 'purablk_c16_mdl5*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8834, 8834, 'Dark Pura Square Module (Green)', 'purablk_c16_mdl5*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8835, 8835, 'Dark Pura Square Module (Yellow)', 'purablk_c16_mdl5*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8836, 8836, 'Dark Pura Square Module (Red)', 'purablk_c16_mdl5*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8837, 8837, 'Dark Pura Left Module (Aqua)', 'purablk_c16_mdl1*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8838, 8838, 'Dark Pura Left Module (Purple)', 'purablk_c16_mdl1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8839, 8839, 'Dark Pura Left Module (Pink)', 'purablk_c16_mdl1*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8840, 8840, 'Dark Pura Left Module (Grey)', 'purablk_c16_mdl1*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8841, 8841, 'Dark Pura Left Module (White)', 'purablk_c16_mdl1*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8842, 8842, 'Dark Pura Left Module (Beige)', 'purablk_c16_mdl1*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8843, 8843, 'Dark Pura Left Module (Blue)', 'purablk_c16_mdl1*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8844, 8844, 'Dark Pura Left Module (Green)', 'purablk_c16_mdl1*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8845, 8845, 'Dark Pura Left Module (Yellow)', 'purablk_c16_mdl1*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8846, 8846, 'Dark Pura Left Module (Red)', 'purablk_c16_mdl1*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8847, 8847, 'Dark Pura Lamp', 'purablk_c16_lamp2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8848, 8848, 'Dark Pura Corner Module (Aqua)', 'purablk_c16_mdl4*1', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8849, 8849, 'Dark Pura Corner Module (Purple)', 'purablk_c16_mdl4*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8850, 8850, 'Dark Pura Corner Module (Pink)', 'purablk_c16_mdl4*2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8851, 8851, 'Dark Pura Corner Module (Grey)', 'purablk_c16_mdl4*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8852, 8852, 'Dark Pura Corner Module (White)', 'purablk_c16_mdl4*4', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8853, 8853, 'Dark Pura Corner Module (Beige)', 'purablk_c16_mdl4*5', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8854, 8854, 'Dark Pura Corner Module (Blue)', 'purablk_c16_mdl4*6', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8855, 8855, 'Dark Pura Corner Module (Green)', 'purablk_c16_mdl4*7', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8856, 8856, 'Dark Pura Corner Module (Yellow)', 'purablk_c16_mdl4*8', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8857, 8857, 'Dark Pura Corner Module (Red)', 'purablk_c16_mdl4*9', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8858, 8858, 'pura_c16_mdl4 name', 'pura_mdl4*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8859, 8859, 'pura_c16_bed name', 'bed_budget*10', 's', 2, 3, 1.70, 1, 0, 1, 1, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8860, 8860, 'Purple Quarter-Round', 'pura_c16_roundpad10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8861, 8861, 'pura_c16_bedone name', 'bed_budget_one*10', 's', 1, 1, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8862, 8862, 'pura_c16_mdl3 name', 'pura_mdl3*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8863, 8863, 'pura_c16_mdl5 name', 'pura_mdl5*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8864, 8864, 'pura_c16_mdl2 name', 'pura_mdl2*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8865, 8865, 'pura_c16_chair name', 'chair_basic*10', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8866, 8866, 'Purple Pura Block', 'pura_c16_eleblock10', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0;0.5;1;1.5;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8867, 8867, 'pura_c16_mdl1 name', 'pura_mdl1*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8868, 8868, 'Purple Ice corner', 'divider_nor1*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8869, 8869, 'Purple Iced Angle', 'divider_nor5*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8870, 8870, 'Purple Solarium', 'solarium_norja*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8871, 8871, 'Purple Iced Auto Shutter', 'divider_nor4*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8872, 8872, 'Purple Iced Sofa', 'soft_sofa_norja*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8873, 8873, 'iced_c16_chair', 'chair_norja*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8874, 8874, 'Large Coffee Table Purple', 'table_norja_med*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8875, 8875, 'Purple Bookcase', 'shelves_norja*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8876, 8876, 'Purple Iced gate', 'divider_nor3*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8877, 8877, 'Purple Iced Sofachair', 'soft_sofachair_norja*10', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8878, 8878, 'iced_c16_couch', 'couch_norja*10', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8879, 8879, 'Purple Iced bar desk', 'divider_nor2*10', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8880, 8880, 'Squid Invader', 'easter_r16_squid', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8881, 8881, 'Smuggler\'s Barrel', 'easter_r16_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8882, 8882, 'Fermenting Broth', 'easter_r16_pot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8883, 8883, 'Blacksmith\'s Hut', 'easter_c16_house', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8884, 8884, 'Looted Bullion', 'easter_r16_gold', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8885, 8885, 'Smuggler\'s Lookout', 'easter_c16_nest', 's', 1, 1, 7.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8886, 8886, 'Skeletal Raider', 'easter_r16_throne', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8887, 8887, 'Crimson House Plant', 'bonusrare16_5*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8888, 8888, 'Ochre House Plant', 'bonusrare16_5*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8889, 8889, 'Violet House Plant', 'bonusrare16_5*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8890, 8890, 'Emerald House Plant', 'bonusrare16_5*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8891, 8891, 'bonusrare16_5_5 name', 'bonusrare16_5*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8892, 8892, 'Pewter House Plant', 'bonusrare16_5*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8893, 8893, 'Chinese Banyan Bonsai', 'bonusrare16_6*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8894, 8894, 'Japanese Maple Bonsai', 'bonusrare16_6*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8895, 8895, 'Spruce Bonsai', 'bonusrare16_6*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8896, 8896, 'Japanese Boxthorn Bonsai', 'bonusrare16_6*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8897, 8897, 'bonusrare16_6_5 name', 'bonusrare16_6*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8898, 8898, 'bonusrare16_6_6 name', 'bonusrare16_6*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8899, 8899, 'Chromium Plate Armour', 'super_r16_herodisplay', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8900, 8900, 'Habbamantium Skeleton', 'super_r16_adamskele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8901, 8901, 'Heroic Helm', 'clothing_r16_helmhero', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8902, 8902, 'Power Imbued Protector', 'clothing_r16_helmprotect', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8903, 8903, 'room_wl15_telehc name', 'room_wl15_telehc', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8904, 8904, 'Classic Lounge large table', 'classic1_table2', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8905, 8905, 'Classic Lounge lamp', 'classic1_lamp', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8906, 8906, 'Classic Lounge pillar', 'classic1_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8907, 8907, 'Classic Lounge plant', 'classic1_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8908, 8908, 'Classic Lounge chair', 'classic1_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8909, 8909, 'Classic Lounge desk', 'classic1_desk', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8910, 8910, 'Classic Lounge gate', 'classic1_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8911, 8911, 'Classic Lounge window', 'classic1_wall2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8912, 8912, 'Classic Lounge small table', 'classic1_table1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8913, 8913, 'Classic Lounge shelf', 'classic1_shelf', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8914, 8914, 'Classic Lounge floor', 'classic1_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8915, 8915, 'Classic Lounge sofa', 'classic1_sofa', 's', 3, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8916, 8916, 'Classic Lounge wall', 'classic1_wall1', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8917, 8917, 'Blue Ditch the Label Equality Machine', 'ads_dtlrare_2', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8918, 8918, 'jungle_c16_flowerd2', 'jungle_c16_flowerd2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8919, 8919, 'jungle_c16_flowerd1', 'jungle_c16_flowerd1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8920, 8920, 'Leafy Roof', 'jungle_c16_roof', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8921, 8921, 'Red Berries', 'jungle_c16_berry', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8922, 8922, 'Suspended Bench', 'jungle_c16_swingsofa', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8923, 8923, 'Bridge End', 'jungle_c16_bridgeend3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8924, 8924, 'Firefly Lantern', 'jungle_c16_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8925, 8925, 'Jungle table', 'jungle_c16_table3', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8926, 8926, 'jungle_c16_flowerc3', 'jungle_c16_flowerc3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8927, 8927, 'Jungle Stairs', 'jungle_c16_stairs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8928, 8928, 'Leafy Gate', 'jungle_c16_gate3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8929, 8929, 'Hanging Herbs', 'jungle_c16_pot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8930, 8930, 'Long Grass', 'jungle_c16_tallgrass', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8931, 8931, 'Rainforest Floor', 'jungle_c16_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8932, 8932, 'jungle_ltd16_orangutan', 'jungle_ltd16_orangutan', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8933, 8933, 'Jungle Pulley', 'jungle_r16_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8934, 8934, 'Raffia Mat', 'jungle_c16_mat3', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8935, 8935, 'Raffia Mat', 'jungle_c16_mat', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8936, 8936, 'Blue Berries', 'jungle_c16_berry2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8937, 8937, 'Raffia Mat', 'jungle_c16_mat2', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8938, 8938, 'Survivor\'s Workbench', 'jungle_c16_worktable', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8939, 8939, 'Jungle Stairs', 'jungle_c16_stairs3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8940, 8940, 'Rafflesia', 'jungle_c16_rafflesia', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8941, 8941, 'Hanging Herbs', 'jungle_c16_pot2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8942, 8942, 'Suspended Bench', 'jungle_c16_swingsofa2', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8943, 8943, 'Bamboo Wall', 'jungle_c16_wall2', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8944, 8944, 'Bridge End', 'jungle_c16_bridgeend2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8945, 8945, 'Pitcher Plant', 'jungle_r16_pitcherplant', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8946, 8946, 'Jungle Teleport', 'jungle_c16_tele', 's', 1, 1, 0.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8947, 8947, 'Jungle table', 'jungle_c16_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8948, 8948, 'jungle_c16_flowera3', 'jungle_c16_flowera3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8949, 8949, 'Ancient Kapok Tree', 'jungle_c16_tree', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8950, 8950, 'Jungle Stairs', 'jungle_c16_stairs2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1.0;2.0;3.0;4.0;5.0;6.0;7.0;8.0;9.0;10', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8951, 8951, 'jungle_c16_flowerd3', 'jungle_c16_flowerd3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8952, 8952, 'Bamboo Wall', 'jungle_c16_wall3', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8953, 8953, 'Jungle Fence', 'jungle_c16_dvdr2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8954, 8954, 'Suspended Bench', 'jungle_c16_swingsofa3', 's', 2, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8955, 8955, 'Jungle Platform', 'jungle_c16_treestage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8956, 8956, 'Basalt Rock', 'jungle_c16_rocks', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8957, 8957, 'Exotic Fruits', 'jungle_c16_fruits', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8958, 8958, 'Jungle Platform', 'jungle_c16_treestage2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 10, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8959, 8959, 'Fuschia Bush', 'jungle_c16_bush', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8960, 8960, 'Leafy Gate', 'jungle_c16_gate2', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8961, 8961, 'Strange Aura', 'jungle_c16_ctrick', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8962, 8962, 'Leafy Gate', 'jungle_c16_gate', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8963, 8963, 'Jungle Fence', 'jungle_c16_dvdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8964, 8964, 'Jungle Drum Plant', 'jungle_c16_plant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8965, 8965, 'Scavenged Supplies', 'jungle_c16_sacks', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8966, 8966, 'Log Raft', 'jungle_r16_raft', 's', 2, 2, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8967, 8967, 'Bamboo Wall', 'jungle_c16_wall', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8968, 8968, 'jungle_c16_flowerc2', 'jungle_c16_flowerc2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8969, 8969, 'Tropical Pond', 'jungle_c16_watertile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 30, 30, '');
INSERT INTO `items_base` VALUES (8970, 8970, 'Tropical Swamp', 'jungle_c16_watertrap', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8971, 8971, 'Leafy Roof', 'jungle_c16_roof3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8972, 8972, 'Jungle table', 'jungle_c16_table2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8973, 8973, 'Jungle Boombox', 'jungle_c16_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8974, 8974, 'Betty the Sloth', 'clothing_r16_sloth', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8975, 8975, 'jungle_c16_flowera1', 'jungle_c16_flowera1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8976, 8976, 'Survivor\'s Storage', 'jungle_c16_bkcase2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8977, 8977, 'jungle_c16_flowerb3', 'jungle_c16_flowerb3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8978, 8978, 'Leafy Roof', 'jungle_c16_roof2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8979, 8979, 'Bridge End', 'jungle_c16_bridgeend', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8980, 8980, 'Jungle Fence', 'jungle_c16_dvdr3', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8981, 8981, 'jungle_c16_flowerb2', 'jungle_c16_flowerb2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8982, 8982, 'jungle_c16_flowerb1', 'jungle_c16_flowerb1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8983, 8983, 'jungle_c16_flowerc1', 'jungle_c16_flowerc1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8984, 8984, 'Hanging Herbs', 'jungle_c16_pot3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8985, 8985, 'Survivor\'s Storage', 'jungle_c16_bkcase3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8986, 8986, 'Survivor\'s Storage', 'jungle_c16_bkcase', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8987, 8987, 'jungle_c16_flowera2', 'jungle_c16_flowera2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8988, 8988, 'Jungle Platform', 'jungle_c16_treestage3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '1;2.8;4.8;6.8;8.8', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8989, 8989, 'Bridge Section', 'jungle_c16_bridgemid3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8990, 8990, 'Bridge Section', 'jungle_c16_bridgemid2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8991, 8991, 'Bridge Section', 'jungle_c16_bridgemid', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8992, 8992, 'Watering Can', 'fxbox_fx192', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'fx_box', 1, '0', '', '', 192, 192, '');
INSERT INTO `items_base` VALUES (8993, 8993, 'Bonus Bag', 'bonusbag16_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8994, 8994, 'Bonus Bag 2', 'bonusbag16_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8995, 8995, 'King-Sized Bed', 'js_c16_bed', 's', 2, 3, 2.00, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8996, 8996, 'Luxury Sun Lounger', 'js_c16_lounger', 's', 1, 1, 1.20, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8997, 8997, 'High-Powered Speedboat', 'js_r16_boat', 's', 2, 4, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8998, 8998, 'Jellyfish Lamp', 'js_r16_jelly', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (8999, 8999, 'Great White Shark', 'js_r16_shark', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9000, 9000, 'Sailor Cat', 'js_c16_cat', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9001, 9001, 'Deluxe HabboCopter', 'js_r16_heli', 's', 2, 3, 9.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9002, 9002, 'Titanium Drinks Cabinet', 'js_c16_drkcab', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '55', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9003, 9003, 'HabboLympix Shop Counter', 'olympics_c16_counter', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9004, 9004, 'Sparring Mat', 'olympics_c16_softmat', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9005, 9005, 'Pommel Horse', 'olympics_c16_pommel', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '2;2.2;2.4;2.6', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9006, 9006, 'Dumbbell Rack', 'olympics_c16_weightrack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '108', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9007, 9007, 'olympics_r16_vendingmchn', 'olympics_r16_vendingmchn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9008, 9008, 'Brazilian Houseplant', 'olympics_c16_plantdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9009, 9009, 'Chilean Grapes', 'olympics_c16_graperack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '105', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9010, 9010, 'Colombian Avocados', 'olympics_c16_cadorack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '104', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9011, 9011, 'Bonnie the Cheerleader', 'olympics_r16_cheerleader', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9012, 9012, 'Miss Olympus', 'olympics_ltd16_missolympus', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9013, 9013, 'HabboLympix Salad Bar', 'olympics_c16_saladbar', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9014, 9014, 'HabboLympix Merchandise', 'olympics_c16_merchdisplay', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9015, 9015, 'HabboLympix Water Bottles', 'olympics_c16_merch', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '102', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9016, 9016, 'HabboLympix Banner', 'olympics_c16_banner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9017, 9017, 'Protein Advert', 'olympics_c16_adsboard', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9018, 9018, 'Balance Beam', 'olympics_c16_bbeam', 's', 3, 1, 1.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9019, 9019, 'Brazilian Smoothie Maker', 'olympics_r16_smoothie', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9020, 9020, 'Blue Yoga Mat', 'olympics_c16_yogamat*1', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9021, 9021, 'Green Yoga Mat', 'olympics_c16_yogamat*2', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9022, 9022, 'Orange Yoga Mat', 'olympics_c16_yogamat*3', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9023, 9023, 'Grey Yoga Mat', 'olympics_c16_yogamat*4', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9024, 9024, 'Pink Yoga Mat', 'olympics_c16_yogamat*5', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9025, 9025, 'Purple Yoga Mat', 'olympics_c16_yogamat*6', 's', 1, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9026, 9026, 'Fruit Basket', 'olympics_c16_emptrack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9027, 9027, 'Canteen Table', 'olympics_c16_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9028, 9028, 'Gym Trampoline', 'olympics_c16_trampoline', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 193, 193, '');
INSERT INTO `items_base` VALUES (9029, 9029, 'Vegetable Fiend', 'olympics_c16_veggiething', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9030, 9030, 'Sports Bag', 'olympics_c16_sportsbag', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9031, 9031, 'Hi-tech Crosstrainer', 'olympics_c16_crosstrainer', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 195, 195, '');
INSERT INTO `items_base` VALUES (9032, 9032, 'Spotless Glass Divider', 'olympics_c16_glssdvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9033, 9033, 'HabboLympixMannequin', 'olympics_c16_mannequin', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'mannequin', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9034, 9034, 'Furry Rug', 'olympics_c16_rug', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9035, 9035, 'Ceiling Light', 'olympics_c16_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9036, 9036, 'HabboLympix Pillar', 'olympics_c16_pillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9037, 9037, 'Ecuadorian Bananas', 'olympics_c16_nanarack', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9038, 9038, 'Curvy Sofa', 'olympics_c16_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9039, 9039, 'Fitness Duck', 'olympics_c16_fitnessduck', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9040, 9040, 'Canteen Stool', 'olympics_c16_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9041, 9041, 'Gym Maniac', 'olympics_r16_gymfreak', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9042, 9042, 'Blue Swiss Ball', 'olympics_c16_swissball*1', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9043, 9043, 'Green Swiss Ball', 'olympics_c16_swissball*2', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9044, 9044, 'Orange Swiss Ball', 'olympics_c16_swissball*3', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9045, 9045, 'Grey Swiss Ball', 'olympics_c16_swissball*4', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9046, 9046, 'Pink Swiss Ball', 'olympics_c16_swissball*5', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9047, 9047, 'Purple Swiss Ball', 'olympics_c16_swissball*6', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9048, 9048, 'Gym Treadmill', 'olympics_c16_treadmill', 's', 1, 1, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'gym_equipment', 2, '0', '', '', 194, 194, '');
INSERT INTO `items_base` VALUES (9049, 9049, 'garden_birdbath name', 'garden_birdbath', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9050, 9050, 'garden_basketflower name', 'garden_basketflower', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9051, 9051, 'garden_basket name', 'garden_basket', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9052, 9052, 'garden_climber name', 'garden_climber', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9053, 9053, 'garden_grass name', 'garden_grass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9054, 9054, 'garden_pond name', 'garden_pond', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9055, 9055, 'garden_boots name', 'garden_boots', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9056, 9056, 'garden_patio name', 'garden_patio', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9057, 9057, 'garden_stonesteps name', 'garden_stonesteps', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9058, 9058, 'garden_smallpot name', 'garden_smallpot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9059, 9059, 'garden_fishgnome name', 'garden_fishgnome', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9060, 9060, 'garden_rosearch name', 'garden_rosearch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9061, 9061, 'garden_rosefence name', 'garden_rosefence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9062, 9062, 'garden_chair name', 'garden_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9063, 9063, 'garden_bigpot name', 'garden_bigpot', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9064, 9064, 'garden_table name', 'garden_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9065, 9065, 'garden_flowerbed name', 'garden_flowerbed', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9066, 9066, 'Habburgers Red Drinks Machine', 'classic2_drinkmach', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9067, 9067, 'Habburgers Gate', 'classic2_gate', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9068, 9068, 'Habburgers Corner', 'classic2_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9069, 9069, 'Habburgers Tray', 'classic2_tray', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9070, 9070, 'Habburgers Cup Stack', 'classic2_drinkcup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9071, 9071, 'Habburgers Yellow Drinks Machine', 'classic2_drinkmach2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9072, 9072, 'Habburgers Wall', 'classic2_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9073, 9073, 'Habburgers Trash Can', 'classic2_trashcan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9074, 9074, 'Habburgers Counter', 'classic2_counter', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9075, 9075, 'Habburgers Seating', 'classic2_sofa', 's', 2, 1, 0.80, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9076, 9076, 'Habburgers Plant Divider', 'classic2_plantdivdr', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9077, 9077, 'Habburgers Grill', 'classic2_grill', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9078, 9078, 'Habburgers Table', 'classic2_table', 's', 1, 2, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9079, 9079, 'Habburgers Floor', 'classic2_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9080, 9080, 'Habburgers Box', 'classic2_burger', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9081, 9081, 'Habburgers Napkin Dispenser', 'classic2_napkin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9082, 9082, 'classic3_chair*0', 'classic3_chair*0', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9083, 9083, 'classic3_chair*1', 'classic3_chair*1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9084, 9084, 'classic3_chair*2', 'classic3_chair*2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9085, 9085, 'classic3_chair*3', 'classic3_chair*3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'battleball_trigger', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9086, 9086, 'classic3_plant*0', 'classic3_plant*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9087, 9087, 'classic3_plant*1', 'classic3_plant*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9088, 9088, 'classic3_plant*2', 'classic3_plant*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9089, 9089, 'classic3_plant*3', 'classic3_plant*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9090, 9090, 'classic3_plant*4', 'classic3_plant*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9091, 9091, 'Classic BB pillar 1', 'classic3_pillar1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9092, 9092, 'classic3_div2*0', 'classic3_div2*0', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9093, 9093, 'classic3_div2*1', 'classic3_div2*1', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9094, 9094, 'classic3_div2*2', 'classic3_div2*2', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9095, 9095, 'classic3_div2*3', 'classic3_div2*3', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9096, 9096, 'classic3_div2*4', 'classic3_div2*4', 's', 2, 1, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9097, 9097, 'classic3_floor3*0', 'classic3_floor3*0', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9098, 9098, 'classic3_floor3*1', 'classic3_floor3*1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9099, 9099, 'classic3_floor3*2', 'classic3_floor3*2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9100, 9100, 'classic3_floor3*3', 'classic3_floor3*3', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9101, 9101, 'classic3_floor3*4', 'classic3_floor3*4', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9102, 9102, 'Classic BB table', 'classic3_table', 's', 2, 1, 0.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9103, 9103, 'Classic BB pillar 2', 'classic3_pillar2', 's', 1, 1, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9104, 9104, 'Classic BB ticket', 'classic3_ticket', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9105, 9105, 'classic3_sofa*0', 'classic3_sofa*0', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9106, 9106, 'classic3_sofa*1', 'classic3_sofa*1', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9107, 9107, 'classic3_sofa*2', 'classic3_sofa*2', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9108, 9108, 'classic3_sofa*3', 'classic3_sofa*3', 's', 2, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9109, 9109, 'Classic BB floor', 'classic3_floor2', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9110, 9110, 'classic3_stool*0', 'classic3_stool*0', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9111, 9111, 'classic3_stool*1', 'classic3_stool*1', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9112, 9112, 'classic3_stool*2', 'classic3_stool*2', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9113, 9113, 'classic3_stool*3', 'classic3_stool*3', 's', 1, 1, 1.10, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9114, 9114, 'Classic BB lock', 'classic3_block', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9115, 9115, 'Classic BB tile floor', 'classic3_floor1', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9116, 9116, 'classic3_bench*0', 'classic3_bench*0', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9117, 9117, 'classic3_bench*1', 'classic3_bench*1', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9118, 9118, 'classic3_bench*2', 'classic3_bench*2', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9119, 9119, 'classic3_bench*3', 'classic3_bench*3', 's', 2, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9120, 9120, 'classic3_wall2*0', 'classic3_wall2*0', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9121, 9121, 'classic3_wall2*1', 'classic3_wall2*1', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9122, 9122, 'classic3_wall2*2', 'classic3_wall2*2', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9123, 9123, 'classic3_wall2*3', 'classic3_wall2*3', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9124, 9124, 'classic3_wall2*4', 'classic3_wall2*4', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9125, 9125, 'classic3_wall2*5', 'classic3_wall2*5', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9126, 9126, 'classic3_wall2*6', 'classic3_wall2*6', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9127, 9127, 'classic3_wall2*7', 'classic3_wall2*7', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9128, 9128, 'Classic BB wall 1', 'classic3_wall1', 's', 3, 1, 5.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9129, 9129, 'Classic BB pillar 3', 'classic3_pillar3', 's', 1, 1, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9130, 9130, 'Classic BB railing', 'classic3_div1', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9131, 9131, 'rare_colourable_marquee', 'rare_colourable_marquee*1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9132, 9132, 'rare_colourable_scifirocket', 'rare_colourable_scifirocket*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9133, 9133, 'rare_colourable_fountain', 'rare_colourable_fountain*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9134, 9134, 'Azure Chest of Light', 'hhistory_r16_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9135, 9135, 'rare_colourable_wooden_screen', 'rare_colourable_wooden_screen*1', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9136, 9136, 'rare_colourable_dragonlamp*1', 'rare_colourable_dragonlamp*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9137, 9137, 'rare_colourable_parasol*1', 'rare_colourable_parasol*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9138, 9138, 'rare_colourable_pillar', 'rare_colourable_pillar*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9139, 9139, 'rare_colourable_beehive_bulb*1', 'rare_colourable_beehive_bulb*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9140, 9140, 'rare_colourable_icecream*1', 'rare_colourable_icecream*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9141, 9141, 'rare_colourable_elephant_statue', 'rare_colourable_elephant_statue*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9142, 9142, 'rare_colourable_scifidoor', 'rare_colourable_scifidoor*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9143, 9143, 'rare_colourable_fan', 'rare_colourable_fan*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9144, 9144, 'rare_colourable_pillow*1', 'rare_colourable_pillow*1', 's', 1, 1, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9145, 9145, 'rare_colourable_scifiport', 'rare_colourable_scifiport*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9146, 9146, 'rare_colourable_barrier', 'rare_colourable_barrier*1', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9147, 9147, 'Lift Teleport', 'hween_c16_teleport', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9148, 9148, 'Lounge Armchair', 'hween_c16_chair2', 's', 1, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9149, 9149, 'Patterned Table', 'hween_c16_roundtable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9150, 9150, 'Bar Stool', 'hween_c16_barchair', 's', 1, 1, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9151, 9151, 'Hotel Lobby Lamp', 'hween_c16_lamp2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9152, 9152, 'Balcony Windows', 'hween_c16_balcony', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9153, 9153, 'Magnificent Fireplace', 'hween_c16_fireplace', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9154, 9154, 'Glowing Ghost', 'hween_r16_crackable2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9155, 9155, 'Cabinet of Curiosities', 'hween_c16_cabinet2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9156, 9156, 'Grim Reapers Chandelier', 'hween_r16_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9157, 9157, 'Bar Stool', 'hween_c16_barchair2', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9158, 9158, 'Essence Ash', 'hween_c16_ghostash', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9159, 9159, 'Tarantula Web', 'hween_c16_webs', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9160, 9160, 'Magnificent Fireplace', 'hween_c16_fireplace2', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9161, 9161, 'Hotel Wall', 'hween_c16_wall', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9162, 9162, 'Opulent Vase', 'hween_c16_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9163, 9163, 'Balcony Windows', 'hween_c16_balcony2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9164, 9164, 'Slimey Ghost', 'hween_c16_crackable1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9165, 9165, 'Grim Reapers Piano', 'hween_r16_grandpiano2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9166, 9166, 'Patterned Table', 'hween_c16_roundtable2', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9167, 9167, 'Four Poster Bed', 'hween_c16_bed2', 's', 1, 1, 1.70, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9168, 9168, 'Marble Bar', 'hween_c16_bar2', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9169, 9169, 'Purification Device', 'hween_c16_ghostmchn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9170, 9170, 'Evil Frank Bust', 'hween_c16_bust', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9171, 9171, 'clothing_r16_catface', 'clothing_r16_catface', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9172, 9172, 'Polished Marble Floor', 'hween_c16_floor2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9173, 9173, 'Vanity Mirror', 'hween_c16_vanity', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9174, 9174, 'Bedside Table', 'hween_c16_endtable', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9175, 9175, 'Hotel Wall', 'hween_c16_wall2', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9176, 9176, 'Polished Marble Floor', 'hween_c16_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9177, 9177, 'Wolf Hand Cabinet', 'hween_c16_cabinet', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9178, 9178, 'Grim Reapers Piano', 'hween_r16_grandpiano', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9179, 9179, 'Mahogany Bookcase', 'hween_c16_bkcase', 's', 0, 0, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9180, 9180, 'Evil Frank Bust', 'hween_c16_bust2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9181, 9181, 'Creaking Stairs', 'hween_c16_ladder2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9182, 9182, 'Creaking Stairs', 'hween_c16_ladder', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9183, 9183, 'Haamukärry', 'hween_ltd16_ghostcar', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9184, 9184, 'Mahogany Bookcase', 'hween_c16_bkcase2', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9185, 9185, 'Ornate Coffee Table', 'hween_c16_glasstable', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9186, 9186, 'Four Poster Bed', 'hween_c16_bed', 's', 1, 1, 1.70, 1, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9187, 9187, 'Hotel Lobby Lamp', 'hween_c16_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9188, 9188, 'Orb of Essence', 'hween_c16_ghostorb', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9189, 9189, 'Ornate Coffee Table', 'hween_c16_glasstable2', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9190, 9190, 'Lounge Armchair', 'hween_c16_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9191, 9191, 'Vial of Essence', 'hween_c16_ghostvial', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9192, 9192, 'Vanity Mirror', 'hween_c16_vanity2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9193, 9193, 'Bedside Table', 'hween_c16_endtable2', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9194, 9194, 'Marble Bar', 'hween_c16_bar', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9195, 9195, 'Grim Reapers Chandelier', 'hween_r16_chandelier2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9196, 9196, 'Opulent Vase', 'hween_c16_vase2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9197, 9197, 'clothing_r16_cyclops', 'clothing_r16_cyclops', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9198, 9198, 'fxbox_fx16', 'fxbox_fx16', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9199, 9199, 'test_ltd', 'test_ltd', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9200, 9200, 'test_ltd2', 'test_ltd2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9201, 9201, 'xmas_c16_elf8 name', 'xmas_c16_elf8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9202, 9202, 'xmas_c16_woodfloor name', 'xmas_c16_woodfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9203, 9203, 'xmas_c16_fireplace name', 'xmas_c16_fireplace', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9204, 9204, 'xmas_c16_dvdr name', 'xmas_c16_dvdr', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9205, 9205, 'xmas_r16_throne name', 'xmas_r16_throne', 's', 1, 1, 1.40, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9206, 9206, 'clothing_bearhat name', 'clothing_bearhat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9207, 9207, 'xmas_c16_woodtile name', 'xmas_c16_woodtile', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.01;0.60;0.99;1.80;2.05', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9208, 9208, 'xmas_c16_deskitems name', 'xmas_c16_deskitems', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9209, 9209, 'clothing_r16_icetiara name', 'clothing_r16_icetiara', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9210, 9210, 'xmas_c16_chair name', 'xmas_c16_chair', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9211, 9211, 'xmas_c16_creature3 name', 'xmas_c16_creature3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9212, 9212, 'xmas_c16_banner name', 'xmas_c16_banner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9213, 9213, 'xmas_c16_presentstack name', 'xmas_c16_presentstack', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9214, 9214, 'xmas_c16_creature7 name', 'xmas_c16_creature7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9215, 9215, 'clothing_bear name', 'clothing_bear', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9216, 9216, 'xmas_c16_elf9 name', 'xmas_c16_elf9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9217, 9217, 'xmas_c16_elf7 name', 'xmas_c16_elf7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9218, 9218, 'xmas_c16_elf3 name', 'xmas_c16_elf3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9219, 9219, 'xmas_c16_diningtable name', 'xmas_c16_diningtable', 's', 3, 4, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9220, 9220, 'xmas_c16_diningbench name', 'xmas_c16_diningbench', 's', 4, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9221, 9221, 'xmas_c16_food2 name', 'xmas_c16_food2', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9222, 9222, 'xmas_c16_roundtable name', 'xmas_c16_roundtable', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9223, 9223, 'xmas_c16_balcony name', 'xmas_c16_balcony', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9224, 9224, 'xmas_c16_creature5 name', 'xmas_c16_creature5', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9225, 9225, 'xmas_c16_wreathdeco name', 'xmas_c16_wreathdeco', 's', 1, 2, 4.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9226, 9226, 'xmas_c16_dresser name', 'xmas_c16_dresser', 's', 2, 1, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9227, 9227, 'xmas_c16_desk name', 'xmas_c16_desk', 's', 3, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9228, 9228, 'xmas_c16_food3 name', 'xmas_c16_food3', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9229, 9229, 'clothing_bearscarf name', 'clothing_bearscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9230, 9230, 'xmas_c16_stocking name', 'xmas_c16_stocking', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9231, 9231, 'xmas_c16_tinybed name', 'xmas_c16_tinybed', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9232, 9232, 'xmas_c16_egg name', 'xmas_c16_egg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9233, 9233, 'xmas_c16_elf1 name', 'xmas_c16_elf1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9234, 9234, 'xmas_c16_tele name', 'xmas_c16_tele', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9235, 9235, 'clothing_reindeer name', 'clothing_reindeer', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9236, 9236, 'xmas_c16_door name', 'xmas_c16_door', 's', 4, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9237, 9237, 'xmas_c16_elf10 name', 'xmas_c16_elf10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9238, 9238, 'xmas_c16_creature1 name', 'xmas_c16_creature1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9239, 9239, 'xmas_c16_elf6 name', 'xmas_c16_elf6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9240, 9240, 'xmas_c16_deskcandles name', 'xmas_c16_deskcandles', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9241, 9241, 'xmas_c16_elf4 name', 'xmas_c16_elf4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9242, 9242, 'xmas_c16_creature6 name', 'xmas_c16_creature6', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9243, 9243, 'xmas_c16_food1 name', 'xmas_c16_food1', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9244, 9244, 'clothing_xmas2 name', 'clothing_xmas2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9245, 9245, 'xmas_c16_rug name', 'xmas_c16_rug', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9246, 9246, 'xmas_c16_creature9 name', 'xmas_c16_creature9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9247, 9247, 'clothing_r16_cathat name', 'clothing_r16_cathat', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9248, 9248, 'xmas_c16_sofa name', 'xmas_c16_sofa', 's', 2, 1, 1.25, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9249, 9249, 'xmas_c16_tinychair name', 'xmas_c16_tinychair', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9250, 9250, 'xmas_c16_wall name', 'xmas_c16_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9251, 9251, 'xmas_c16_creature4 name', 'xmas_c16_creature4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 23, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9252, 9252, 'clothing_xmas3 name', 'clothing_xmas3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9253, 9253, 'xmas_c16_candles name', 'xmas_c16_candles', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9254, 9254, 'xmas_c16_elf2 name', 'xmas_c16_elf2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9255, 9255, 'xmas_c16_pillarlight name', 'xmas_c16_pillarlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9256, 9256, 'xmas_c16_creature8 name', 'xmas_c16_creature8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9257, 9257, 'xmas_c16_mailshelf name', 'xmas_c16_mailshelf', 's', 2, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9258, 9258, 'xmas_c16_creature2 name', 'xmas_c16_creature2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9259, 9259, 'xmas_c16_elf5 name', 'xmas_c16_elf5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9260, 9260, 'xmas_r16_owl name', 'xmas_r16_owl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9261, 9261, 'xmas_ltd16_bearbed', 'xmas_ltd16_bearbed', 's', 1, 3, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9262, 9262, 'clothing_xmas4 name', 'clothing_xmas4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9263, 9263, 'clothing_longscarf name', 'clothing_longscarf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9264, 9264, 'virus_r16_piratank', 'virus_r16_piratank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9265, 9265, 'virus_r16_crabtank', 'virus_r16_crabtank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9266, 9266, 'virus_r16_eeltank', 'virus_r16_eeltank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9267, 9267, 'virus_r16_troptank', 'virus_r16_troptank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9268, 9268, 'virus_r16_pufftank', 'virus_r16_pufftank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9269, 9269, 'virus_r16_turttank', 'virus_r16_turttank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9270, 9270, 'virus_r16_angtank', 'virus_r16_angtank', 's', 1, 2, 2.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9271, 9271, 'Ice Cafe Sofa', 'classic5_sofa', 's', 2, 1, 0.90, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9272, 9272, 'Yellow Ice Table', 'classic5_table_yel', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9273, 9273, 'Ice Cafe Stage', 'classic5_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9274, 9274, 'Icey Speaker', 'classic5_speaker', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9275, 9275, 'Ice Cafe Floor', 'classic5_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9276, 9276, 'Ice Cafe Wall', 'classic5_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9277, 9277, 'Blue Ice Chair', 'classic5_chair_blu', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9278, 9278, 'Ice Cafe Stairs', 'classic5_stairs', 's', 2, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9279, 9279, 'Yellow Ice Chair', 'classic5_chair_yel', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9280, 9280, 'Blue Ice Table', 'classic5_table_blu', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9281, 9281, 'bonusbag16_3', 'bonusbag16_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9282, 9282, 'bonusrare16_7*1', 'bonusrare16_7*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9283, 9283, 'bonusrare16_7*2', 'bonusrare16_7*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9284, 9284, 'bonusrare16_7*3', 'bonusrare16_7*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9285, 9285, 'bonusrare16_7*4', 'bonusrare16_7*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9286, 9286, 'bonusrare16_7*5', 'bonusrare16_7*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9287, 9287, 'bonusrare16_7*6', 'bonusrare16_7*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9288, 9288, 'ny17_crackable', 'ny17_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9289, 9289, 'Kultainen juhlahattu', 'clothing_r16_party14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9290, 9290, 'cny17_roosterballoon', 'cny17_roosterballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9291, 9291, 'Musta juhlahattu', 'clothing_r16_party13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9292, 9292, 'Violetti juhlahattu', 'clothing_r16_party11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9293, 9293, 'clothing_party9', 'clothing_r16_party9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9294, 9294, 'Turkoosi juhlahattu', 'clothing_r16_party12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9295, 9295, 'Pinkki juhlahattu', 'clothing_r16_party10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9296, 9296, 'clothing_wink', 'clothing_wink', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9297, 9297, 'clothing_love', 'clothing_love', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9298, 9298, 'clothing_surprised', 'clothing_surprised', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9299, 9299, 'clothing_happy', 'clothing_happy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9300, 9300, 'clothing_poop', 'clothing_poop', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9301, 9301, 'clothing_angry', 'clothing_angry', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9302, 9302, 'clothing_sad', 'clothing_sad', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9303, 9303, 'clothing_excited', 'clothing_excited', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9304, 9304, 'clothing_cool', 'clothing_cool', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9305, 9305, 'clothing_shy', 'clothing_shy', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9306, 9306, 'clothing_bobba', 'clothing_bobba', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9307, 9307, 'clothing_silly', 'clothing_silly', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9308, 9308, 'Oriental Stool', 'classic6_stool', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9309, 9309, 'Oriental Bench', 'classic6_sofa', 's', 2, 1, 1.30, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9310, 9310, 'Rice and Tea', 'classic6_tearice', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9311, 9311, 'Oriental Table', 'classic6_bigtable', 's', 2, 2, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9312, 9312, 'Oriental Chair', 'classic6_chair', 's', 1, 1, 1.20, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9313, 9313, 'Oriental Stand', 'classic6_endtable', 's', 1, 1, 1.60, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9314, 9314, 'Oriental Low Table', 'classic6_lowtable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9315, 9315, 'Oriental Lantern', 'classic6_lantern', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9316, 9316, 'Oriental Wall', 'classic6_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9317, 9317, 'Hardwood Floor', 'classic6_woodfloor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9318, 9318, 'Stone Tiled Floor', 'classic6_stonecarpet', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9319, 9319, 'Grand Oriental Arch', 'classic6_arch', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9320, 9320, 'Oriental Vase', 'classic6_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9321, 9321, 'Oriental Lunchbox', 'classic6_food', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9322, 9322, 'Oriental Rug', 'classic6_mat', 's', 2, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9323, 9323, 'Oriental Divider', 'classic6_dvdr', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9324, 9324, 'bc_gift_31days', 'bc_gift_31days', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9325, 9325, 'hc_gift_14days', 'hc_gift_14days', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9326, 9326, 'hc_gift_31days', 'hc_gift_31days', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9327, 9327, 'bc_gift_14days', 'bc_gift_14days', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9328, 9328, 'Rooster Statue', 'china_rooster', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9329, 9329, 'rare_prize17*14', 'rare_prize17*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9330, 9330, 'rare_prize17*10', 'rare_prize17*10', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9331, 9331, 'rare_prize17*11', 'rare_prize17*11', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9332, 9332, 'rare_prize17*12', 'rare_prize17*12', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9333, 9333, 'rare_prize17*13', 'rare_prize17*13', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9334, 9334, 'rare_prize17*14', 'rare_prize17*14', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9335, 9335, 'rare_prize17*2', 'rare_prize17*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9336, 9336, 'rare_prize17*3', 'rare_prize17*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9337, 9337, 'rare_prize17*4', 'rare_prize17*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9338, 9338, 'rare_prize17*5', 'rare_prize17*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9339, 9339, 'rare_prize17*6', 'rare_prize17*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9340, 9340, 'rare_prize17*7', 'rare_prize17*7', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9341, 9341, 'rare_prize17*8', 'rare_prize17*8', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9342, 9342, 'rare_prize17*9', 'rare_prize17*9', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9343, 9343, 'bonusrare17_1*0', 'bonusrare17_1*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9344, 9344, 'bonusrare17_1*1', 'bonusrare17_1*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9345, 9345, 'bonusrare17_1*2', 'bonusrare17_1*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9346, 9346, 'bonusrare17_1*3', 'bonusrare17_1*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9347, 9347, 'bonusrare17_1*4', 'bonusrare17_1*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9348, 9348, 'bonusrare17_1*5', 'bonusrare17_1*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9349, 9349, 'bonusrare17_4*1', 'bonusrare17_4*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9350, 9350, 'bonusrare17_4*2', 'bonusrare17_4*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9351, 9351, 'bonusrare17_4*3', 'bonusrare17_4*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9352, 9352, 'bonusrare17_4*4', 'bonusrare17_4*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9353, 9353, 'bonusrare17_4*5', 'bonusrare17_4*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9354, 9354, 'bonusrare17_4*6', 'bonusrare17_4*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9355, 9355, 'bonusrare17_3*1', 'bonusrare17_3*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9356, 9356, 'bonusrare17_3*2', 'bonusrare17_3*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9357, 9357, 'bonusrare17_3*3', 'bonusrare17_3*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9358, 9358, 'bonusrare17_3*4', 'bonusrare17_3*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9359, 9359, 'bonusrare17_3*5', 'bonusrare17_3*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9360, 9360, 'bonusrare17_3*6', 'bonusrare17_3*6', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9361, 9361, 'bonusrare17_2*0', 'bonusrare17_2*0', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9362, 9362, 'bonusrare17_2*1', 'bonusrare17_2*1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9363, 9363, 'bonusrare17_2*2', 'bonusrare17_2*2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9364, 9364, 'bonusrare17_2*3', 'bonusrare17_2*3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9365, 9365, 'bonusrare17_2*4', 'bonusrare17_2*4', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9366, 9366, 'bonusrare17_2*5', 'bonusrare17_2*5', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9367, 9367, 'classic7_gate', 'classic7_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9368, 9368, 'classic7_stage', 'classic7_stage', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9369, 9369, 'classic7_dvdr', 'classic7_dvdr', 's', 2, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9370, 9370, 'classic7_drinks', 'classic7_drinks', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9371, 9371, 'classic7_table', 'classic7_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9372, 9372, 'classic7_drinkdispenser', 'classic7_drinkdispenser', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '24', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9373, 9373, 'classic7_djbooth', 'classic7_djbooth', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9374, 9374, 'classic7_floor', 'classic7_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9375, 9375, 'classic7_starlight', 'classic7_starlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9376, 9376, 'classic7_chair', 'classic7_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9377, 9377, 'classic7_tree', 'classic7_tree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9378, 9378, 'classic7_stairs', 'classic7_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9379, 9379, 'classic7_wall', 'classic7_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9380, 9380, 'classic7_drinkcabinet', 'classic7_drinkcabinet', 's', 1, 3, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9381, 9381, 'classic7_fridge', 'classic7_fridge', 's', 1, 2, 3.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9382, 9382, 'classic7_crn', 'classic7_crn', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9383, 9383, 'clothing_r17_wedveil', 'clothing_r17_wedveil', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9384, 9384, 'clothing_r17_weddingdress', 'clothing_r17_weddingdress', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9385, 9385, 'clothing_r17_weddingset', 'clothing_r17_weddingset', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9386, 9386, 'val_c17_roseplant', 'val_c17_roseplant', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9387, 9387, 'val_c17_chair', 'val_c17_chair', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9388, 9388, 'val_c17_rosedivider', 'val_c17_rosedivider', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9389, 9389, 'val_c17_bandstand', 'val_c17_bandstand', 's', 3, 3, 0.40, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9390, 9390, 'val_c17_vase', 'val_c17_vase', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9391, 9391, 'val_r17_organltd', 'val_r17_organltd', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9392, 9392, 'clothing_goldpack2', 'clothing_goldpack2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9393, 9393, 'exotic_r17_chamele', 'exotic_r17_chamele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9394, 9394, 'exotic_r17_treefrog', 'exotic_r17_treefrog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9395, 9395, 'exotic_r17_snake', 'exotic_r17_snake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9396, 9396, 'exotic_r17_chipmunk', 'exotic_r17_chipmunk', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9397, 9397, 'exotic_r17_birds', 'exotic_r17_birds', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9398, 9398, 'exotic_r17_bat', 'exotic_r17_bat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9399, 9399, 'exotic_r17_chinchil', 'exotic_r17_chinchil', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9400, 9400, 'exotic_r17_sloth', 'exotic_r17_sloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9401, 9401, 'mall_c17_tele', 'mall_c17_tele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9402, 9402, 'mall_c17_kiosk', 'mall_c17_kiosk', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '29,30,34,36,37,38', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9403, 9403, 'mall_r17_coffeem', 'mall_r17_coffeem', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '8', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9404, 9404, 'easter_c17_fence2', 'easter_c17_fence2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9405, 9405, 'clothing_apron', 'clothing_apron', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9406, 9406, 'easter_c17_barngate', 'easter_c17_barngate', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9407, 9407, 'easter_c17_table', 'easter_c17_table', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9408, 9408, 'easter_c17_floweringbush', 'easter_c17_floweringbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9409, 9409, 'easter_c17_appletree', 'easter_c17_appletree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '37', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9410, 9410, 'clothing_r17_cow', 'clothing_r17_cow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9411, 9411, 'easter_c17_flour', 'easter_c17_flour', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9412, 9412, 'easter_c17_combistove', 'easter_c17_combistove', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9413, 9413, 'clothing_crownbraid', 'clothing_crownbraid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9414, 9414, 'easter_c17_chickens', 'easter_c17_chickens', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9415, 9415, 'easter_ltd17_harvestgoddess', 'easter_ltd17_harvestgoddess', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9416, 9416, 'easter_c17_egg', 'easter_c17_egg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9417, 9417, 'easter_c17_barn', 'easter_c17_barn', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9418, 9418, 'easter_c17_fruitsalad', 'easter_c17_fruitsalad', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9419, 9419, 'easter_c17_berrycupcake', 'easter_c17_berrycupcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9420, 9420, 'easter_c17_fence', 'easter_c17_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9421, 9421, 'easter_c17_raspjam', 'easter_c17_raspjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9422, 9422, 'easter_c17_gate', 'easter_c17_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9423, 9423, 'easter_c17_pastries', 'easter_c17_pastries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9424, 9424, 'easter_c17_peachtree', 'easter_c17_peachtree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9425, 9425, 'easter_c17_leafsprout', 'easter_c17_leafsprout', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9426, 9426, 'clothing_r17_chicken', 'clothing_r17_chicken', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9427, 9427, 'easter_c17_roof2', 'easter_c17_roof2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9428, 9428, 'easter_c17_choctart', 'easter_c17_choctart', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9429, 9429, 'easter_c17_peartree', 'easter_c17_peartree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '36', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9430, 9430, 'easter_c17_windmill', 'easter_c17_windmill', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9431, 9431, 'easter_c17_strawbsbush', 'easter_c17_strawbsbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9432, 9432, 'easter_c17_collie', 'easter_c17_collie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9433, 9433, 'easter_c17_sapling', 'easter_c17_sapling', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9434, 9434, 'easter_c17_raspbush', 'easter_c17_raspbush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9435, 9435, 'easter_c17_strawbsjam', 'easter_c17_strawbsjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9436, 9436, 'easter_c17_carrot', 'easter_c17_carrot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9437, 9437, 'easter_c17_choccupcake', 'easter_c17_choccupcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9438, 9438, 'easter_c17_sprinkler', 'easter_c17_sprinkler', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9439, 9439, 'easter_c17_coop', 'easter_c17_coop', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9440, 9440, 'Lehmälaatikko', 'cowbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9441, 9441, 'clothing_messyhalfbun', 'clothing_messyhalfbun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9442, 9442, 'easter_c17_tree', 'easter_c17_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9443, 9443, 'easter_r17_farmcutout', 'easter_r17_farmcutout', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9444, 9444, 'easter_c17_blkberrybush', 'easter_c17_blkberrybush', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9445, 9445, 'easter_c17_seeds', 'easter_c17_seeds', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9446, 9446, 'easter_c17_chocbunny', 'easter_c17_chocbunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9447, 9447, 'easter_c17_seedbag', 'easter_c17_seedbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9448, 9448, 'easter_c17_crn', 'easter_c17_crn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9449, 9449, 'easter_c17_carrotcake', 'easter_c17_carrotcake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9450, 9450, 'easter_c17_berrytart', 'easter_c17_berrytart', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9451, 9451, 'easter_c17_farmsoil', 'easter_c17_farmsoil', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9452, 9452, 'Kultainen lehmälaatikko', 'cowbox_gold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9453, 9453, 'clothing_r17_horse', 'clothing_r17_horse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9454, 9454, 'easter_c17_beehive', 'easter_c17_beehive', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9455, 9455, 'easter_c17_blkberryjam', 'easter_c17_blkberryjam', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9456, 9456, 'easter_c17_roof', 'easter_c17_roof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9457, 9457, 'easter_c17_choc', 'easter_c17_choc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9458, 9458, 'easter_c17_sweetpastries', 'easter_c17_sweetpastries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9459, 9459, 'easter_c17_strawbscake', 'easter_c17_strawbscake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9460, 9460, 'easter_c17_chairs', 'easter_c17_chairs', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9461, 9461, 'bonusbag17_1', 'bonusbag17_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9462, 9462, 'santorini_c17_pottedplants name', 'santorini_c17_pottedplants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9463, 9463, 'santorini_c17_artefact4 name', 'santorini_c17_artefact4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9464, 9464, 'santorini_c17_bar name', 'santorini_c17_bar', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9465, 9465, 'santorini_c17_arch name', 'santorini_c17_arch', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9466, 9466, 'santorini_c17_pottedshrub name', 'santorini_c17_pottedshrub', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9467, 9467, 'santorini_c17_artefact3 name', 'santorini_c17_artefact3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9468, 9468, 'santorini_c17_roof name', 'santorini_c17_roof', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9469, 9469, 'santorini_c17_rockroof name', 'santorini_c17_rockroof', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9470, 9470, 'clothing_leafcrown', 'clothing_leafcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9471, 9471, 'santorini_c17_flowerdivider name', 'santorini_c17_flowerdivider', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9472, 9472, 'clothing_hermeshat', 'clothing_hermeshat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9473, 9473, 'santorini_c17_rocks name', 'santorini_c17_rocks', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '1.0;2.0;3.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9474, 9474, 'santorini_c17_sand name', 'santorini_c17_sand', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9475, 9475, 'santorini_c17_artefact5 name', 'santorini_c17_artefact5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9476, 9476, 'santorini_c17_food1 name', 'santorini_c17_food1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9477, 9477, 'santorini_r17_chest', 'santorini_r17_chest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9478, 9478, 'santorini_c17_trellis', 'santorini_c17_trellis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9479, 9479, 'clothing_hoplitehelm', 'clothing_hoplitehelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9480, 9480, 'santorini_c17_artefact1 name', 'santorini_c17_artefact1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9481, 9481, 'santorini_c17_rockpool name', 'santorini_c17_rockpool', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9482, 9482, 'clothing_greektoga', 'clothing_greektoga', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9483, 9483, 'santorini_c17_dividerend name', 'santorini_c17_dividerend', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9484, 9484, 'santorini_r17_chimera name', 'santorini_r17_chimera', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9485, 9485, 'santorini_r17_hydra name', 'santorini_r17_hydra', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9486, 9486, 'santorini_c17_rockstage name', 'santorini_c17_rockstage', 's', 2, 2, 0.90, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9487, 9487, 'santorini_c17_donkey name', 'santorini_c17_donkey', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9488, 9488, 'santorini_c17_pierend name', 'santorini_c17_pierend', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9489, 9489, 'santorini_c17_ornatepots name', 'santorini_c17_ornatepots', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9490, 9490, 'santorini_c17_dolphin name', 'santorini_c17_dolphin', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'water', 2, '0', '', '', 29, 29, '');
INSERT INTO `items_base` VALUES (9491, 9491, 'santorini_c17_mosaicfloor name', 'santorini_c17_mosaicfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9492, 9492, 'clothing_hermesshoes', 'clothing_hermesshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9493, 9493, 'santorini_c17_rockcave name', 'santorini_c17_rockcave', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9494, 9494, 'santorini_c17_belltop name', 'santorini_c17_belltop', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9495, 9495, 'santorini_c17_gate name', 'santorini_c17_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9496, 9496, 'santorini_r17_centaur name', 'santorini_r17_centaur', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9497, 9497, 'santorini_ltd17_lighthouse', 'santorini_ltd17_lighthouse', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9498, 9498, 'santorini_c17_divider name', 'santorini_c17_divider', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9499, 9499, 'santorini_c17_piermid name', 'santorini_c17_piermid', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9500, 9500, 'santorini_c17_house name', 'santorini_c17_house', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9501, 9501, 'santorini_c17_table name', 'santorini_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9502, 9502, 'santorini_c17_artefact2 name', 'santorini_c17_artefact2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9503, 9503, 'santorini_r17_minotaur name', 'santorini_r17_minotaur', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9504, 9504, 'santorini_c17_chair name', 'santorini_c17_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9505, 9505, 'clothing_octohat', 'clothing_octohat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9506, 9506, 'santorini_c17_pebblefloor name', 'santorini_c17_pebblefloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9507, 9507, 'santorini_c17_lighthouse name', 'santorini_c17_lighthouse', 's', 2, 2, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 1, 'tent', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9508, 9508, 'santorini_c17_stairs name', 'santorini_c17_stairs', 's', 1, 1, 0.50, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9509, 9509, 'santorini_c17_food2 name', 'santorini_c17_food2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9510, 9510, 'santorini_c17_rockfloat name', 'santorini_c17_rockfloat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9511, 9511, 'Cryo-Bed', 'scifi_r17_bed', 's', 1, 3, 0.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9512, 9512, 'scifi_c17_xcannon', 'scifi_c17_xcannon', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9513, 9513, 'Spacecraft Door', 'scifi_c17_airlock', 's', 4, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9514, 9514, 'clothing_r17_explorerhelm', 'clothing_r17_explorerhelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9515, 9515, 'Interstellar Cruiser', 'scifi_r17_cruiser', 's', 2, 3, 9.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9516, 9516, 'Battle Mech', 'scifi_ltd17_mech', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9517, 9517, 'clothing_r17_sentinelhelm', 'clothing_r17_sentinelhelm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9518, 9518, 'clothing_facehugger', 'clothing_facehugger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9519, 9519, 'Studio Sofa', 'modern_c17_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9520, 9520, 'Decorative Artwork', 'modern_c17_pictures', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9521, 9521, 'Perky Pug', 'modern_c17_pug', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9522, 9522, 'Studio Desk Lamp', 'modern_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9523, 9523, 'Studio Bed', 'modern_c17_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9524, 9524, 'Studio Table', 'modern_c17_lowtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9525, 9525, 'Studio Records', 'modern_c17_folder', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9526, 9526, 'Artists Literature', 'modern_c17_reads', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9527, 9527, 'Studio Rug', 'modern_c17_rug', 's', 2, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9528, 9528, 'Studio Incense', 'modern_c17_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9529, 9529, 'Aloe Plant', 'modern_c17_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9530, 9530, 'Ideas Board', 'modern_c17_display', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9531, 9531, 'Studio Pillow', 'modern_c17_pillow', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9532, 9532, 'Studio TV', 'modern_c17_tv', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9533, 9533, 'Studio Floorboards', 'modern_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9534, 9534, 'Decorative Photos', 'modern_c17_photos', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9535, 9535, 'Studio Desk', 'modern_c17_desk', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9536, 9536, 'Studio Wall', 'modern_c17_wall', 's', 2, 1, 3.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9537, 9537, 'Studio Workstation', 'modern_c17_iscreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9538, 9538, 'Studio Lamp', 'modern_c17_floorlamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9539, 9539, 'Drawing Equipment', 'modern_c17_creative', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9540, 9540, 'Studio Chair', 'modern_c17_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9541, 9541, 'Mini Speakers', 'modern_c17_speakers', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9542, 9542, 'Studio Shelving', 'modern_c17_shelf', 's', 1, 2, 1.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9543, 9543, 'Studio Corner Table', 'modern_c17_endtable', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9544, 9544, 'clothing_toxicfacehugger', 'clothing_toxicfacehugger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9545, 9545, 'summer_c17_merchstall', 'summer_c17_merchstall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9546, 9546, 'summer_c17_astrotelescope', 'summer_c17_astrotelescope', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9547, 9547, 'summer_c17_burgertruck', 'summer_c17_burgertruck', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9548, 9548, 'summer_c17_promenadelamp', 'summer_c17_promenadelamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9549, 9549, 'bonusbag17_2', 'bonusbag17_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9550, 9550, 'Vaaleanpunakirjailtu basaarilamppu', 'bazaar_c17_lampbluepinktrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9551, 9551, 'Vaaleanpunakirjailtu basaarityyny', 'bazaar_c17_pillowbluepinktrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9552, 9552, 'Keltainen basaarilamppu', 'bazaar_c17_lampyellow', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9553, 9553, 'Sininen basaariverho', 'bazaar_c17_curtainblue', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9554, 9554, 'Violetti basaarilamppu', 'bazaar_c17_lamppurple', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9555, 9555, 'Sinikirjailtu basaariverho', 'bazaar_c17_curtainyellowbluetrim', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9556, 9556, 'Vihreä basaarimatto', 'bazaar_c17_ruggreen', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9557, 9557, 'Saviruukut', 'bazaar_c17_pots', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9558, 9558, 'Hedelmäkori', 'bazaar_c17_fruitbasket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9559, 9559, 'Persialaiset matot', 'bazaar_c17_rugrolls', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9560, 9560, 'Keltakirjailtu basaarimatto', 'bazaar_c17_rugpurpleyellowtrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9561, 9561, 'Sinikirjailtu basaarivaasi', 'bazaar_c17_vasepinkbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9562, 9562, 'Kauppiaan parta', 'clothing_exoticbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9563, 9563, 'Vaaleanpunakirjailtu basaarivaasi', 'bazaar_c17_vasebluepinktrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9564, 9564, 'Basaarikori', 'bazaar_c17_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9565, 9565, 'Alice-kameli', 'bazaar_c17_camel', 's', 1, 1, 3.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9566, 9566, 'Mystinen basaarityyny', 'bazaar_c17_pillowmystic', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9567, 9567, 'Violettikirjailtu basaarityyny', 'bazaar_c17_pillowgreenpurpletrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9568, 9568, 'Violetti basaarivaasi', 'bazaar_c17_vasepurple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9569, 9569, 'Vihreä basaariverho', 'bazaar_c17_curtaingreen', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9570, 9570, 'clothing_alluringeyes', 'clothing_alluringeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9571, 9571, 'Violettikirjailtu basaarivaasi', 'bazaar_c17_vasegreenpurpletrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9572, 9572, 'Violettikirjailtu basaariverho', 'bazaar_c17_curtaingreenpurpletrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9573, 9573, 'Sininen basaarimatto', 'bazaar_c17_rugblue', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9574, 9574, 'Mystinen värjäysaine', 'bazaar_c17_dyemystic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9575, 9575, 'Violetti basaarityyny', 'bazaar_c17_pillowpurple', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9576, 9576, 'bazaar_r17_throne', 'bazaar_r17_throne', 's', 0, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9577, 9577, 'Sinikirjailtu basaarimatto', 'bazaar_c17_rugyellowbluetrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9578, 9578, 'Sininen basaarivaasi', 'bazaar_c17_vaseblue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9579, 9579, 'bazaar_ltd17_ele', 'bazaar_ltd17_ele', 's', 0, 2, 3.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9580, 9580, 'Sinikirjailtu basaarivaasi', 'bazaar_c17_vaseyellowbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9581, 9581, 'Sininen värjäysaine', 'bazaar_c17_dyeblue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9582, 9582, 'Vihreä värjäysaine', 'bazaar_c17_dyegreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9583, 9583, 'Sinikirjailtu basaariverho', 'bazaar_c17_curtainpinkbluetrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9584, 9584, 'Mystinen basaarilamppu', 'bazaar_c17_lampmystic', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9585, 9585, 'Basaariverho', 'bazaar_c17_curtain', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9586, 9586, 'Keltainen basaarityyny', 'bazaar_c17_pillowyellow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9587, 9587, 'Mystinen basaarimatto', 'bazaar_c17_rugmystic', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9588, 9588, 'Vaaleanpunakirjailtu basaarimatto', 'bazaar_c17_rugbluepinktrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9589, 9589, 'Taikamatto (kokeile matolla seisomista!)', 'bazaar_c17_flycarpet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9590, 9590, 'clothing_exoticvest', 'clothing_exoticvest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9591, 9591, 'Liskotikku', 'bazaar_c17_sticklizard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9592, 9592, 'Sininen basaarilamppu', 'bazaar_c17_lampblue', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9593, 9593, 'Sininen basaarityyny', 'bazaar_c17_pillowblue', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9594, 9594, 'Basaarin kulmakatto', 'bazaar_c17_clothroof2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9595, 9595, 'Torikatos', 'bazaar_c17_marketroofsmall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9596, 9596, 'Vaaleanpunakirjailtu basaariverho', 'bazaar_c17_curtainbluepinktrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9597, 9597, 'Basaariparveke', 'bazaar_c17_balcony', 's', 0, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9598, 9598, 'Keltainen värjäysaine', 'bazaar_c17_dyeyellow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9599, 9599, 'Sinikirjailtu basaarilamppu', 'bazaar_c17_lampyellowbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9600, 9600, 'clothing_bazaarfemale', 'clothing_bazaarfemale', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9601, 9601, 'Violettikirjailtu basaarimatto', 'bazaar_c17_ruggreenpurpletrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9602, 9602, 'Sinikirjailtu basaarityyny', 'bazaar_c17_pillowyellowbluetrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9603, 9603, 'Värjäysämpäri (voit värjätä basaarikamojasi)', 'bazaar_c17_colourbucket', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9604, 9604, 'Vihreä basaarivaasi', 'bazaar_c17_vasegreen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9605, 9605, 'Lampaan koipi', 'bazaar_c17_meat', 's', 0, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9606, 9606, 'Violetti basaariverho', 'bazaar_c17_curtainpurple', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9607, 9607, 'Pinkki basaarivaasi', 'bazaar_c17_vasepink', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9608, 9608, 'Basaaritalo', 'bazaar_c17_building', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9609, 9609, 'Vihreä basaarilamppu', 'bazaar_c17_lampgreen', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9610, 9610, 'Keltainen basaarivaasi', 'bazaar_c17_vaseyellow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9611, 9611, 'Pinkki värjäysaine', 'bazaar_c17_dyepink', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9612, 9612, 'Sinikirjailtu basaarimatto', 'bazaar_c17_rugpinkbluetrim', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9613, 9613, 'Mystinen basaarivaasi', 'bazaar_c17_vasemystic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9614, 9614, 'Keltakirjailtu basaarivaasi', 'bazaar_c17_vasepurpleyellowtrim', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9615, 9615, 'clothing_pointyshoes', 'clothing_pointyshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9616, 9616, 'Keisariskorpioni', 'bazaar_c17_scorpion', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9617, 9617, 'Puhallettavaa kuplamehua', 'bazaar_c17_bubblejuiceblower', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9618, 9618, 'Keltainen basaarimatto', 'bazaar_c17_rugyellow', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9619, 9619, 'Pinkki basaarilamppu', 'bazaar_c17_lamppink', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9620, 9620, 'Pinkki basaarimatto', 'bazaar_c17_rugpink', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9621, 9621, 'Violetti värjäysaine', 'bazaar_c17_dyepurple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9622, 9622, 'Basaarimatto', 'bazaar_c17_rug', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9623, 9623, 'clothing_exotictop', 'clothing_exotictop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9624, 9624, 'clothing_r17_cursedmask', 'clothing_r17_cursedmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9625, 9625, 'Markkinaständi', 'bazaar_c17_displaytable', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 3, '0', '0.3;0.9;1.4', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9626, 9626, 'Maustekulho', 'bazaar_c17_spice', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9627, 9627, 'Basaarilamppu', 'bazaar_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9628, 9628, 'Sinikirjailtu basaarityyny', 'bazaar_c17_pillowpinkbluetrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9629, 9629, 'Keltakirjailtu basaarityyny', 'bazaar_c17_pillowpurpleyellowtrim', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9630, 9630, 'bazaar_r17_fountain', 'bazaar_r17_fountain', 's', 0, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9631, 9631, 'Vaaleanpunainen basaariverho', 'bazaar_c17_curtainpink', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9632, 9632, 'Basaarityyny', 'bazaar_c17_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9633, 9633, 'Vihreä basaarityyny', 'bazaar_c17_pillowgreen', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9634, 9634, 'Suuri torikatos', 'bazaar_c17_marketroofbig', 's', 2, 3, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9635, 9635, 'Chiliköynnös', 'bazaar_c17_chillies', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9636, 9636, 'Keltakirjailtu basaariverho', 'bazaar_c17_curtainpurpleyellowtrim', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9637, 9637, 'Keltainen basaariverho', 'bazaar_c17_curtainyellow', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9638, 9638, 'Sinikirjailtu basaarilamppu', 'bazaar_c17_lamppinkbluetrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9639, 9639, 'Pinkki basaarityyny', 'bazaar_c17_pillowpink', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9640, 9640, 'Violettikirjailtu basaarilamppu', 'bazaar_c17_lampgreenpurpletrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9641, 9641, 'Violetti basaarimatto', 'bazaar_c17_rugpurple', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9642, 9642, 'Mystinen basaariverho', 'bazaar_c17_curtainmystic', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9643, 9643, 'bazaar_r17_monkey', 'bazaar_r17_monkey', 's', 0, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9644, 9644, 'Keltakirjailtu basaarilamppu', 'bazaar_c17_lamppurpleyellowtrim', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9645, 9645, 'Basaarivaasi', 'bazaar_c17_vase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9646, 9646, 'clothing_harempants', 'clothing_harempants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9647, 9647, 'Basaarin katto', 'bazaar_c17_clothroof', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9648, 9648, 'clothing_bazaarmale', 'clothing_bazaarmale', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9649, 9649, 'Basaarikaari', 'bazaar_c17_arch', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9650, 9650, 'summer_r17_sealion', 'summer_r17_sealion', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9651, 9651, 'clothing_r17_boxerbraids', 'clothing_r17_boxerbraids', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9652, 9652, 'summer_r17_fishingboat', 'summer_r17_fishingboat', 's', 2, 4, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9653, 9653, 'clothing_r17_sharkmask', 'clothing_r17_sharkmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9654, 9654, 'bazaar_c17_eleengage', 'bazaar_c17_eleengage', 's', 2, 2, 1.00, 1, 1, 1, 2, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9655, 9655, 'Släbärit ja sukat', 'clothing_flipflopsocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9656, 9656, 'rare_colourable_marquee*2', 'rare_colourable_marquee*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9657, 9657, 'rare_colourable_scifirocket*2', 'rare_colourable_scifirocket*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9658, 9658, 'rare_colourable_fountain*2', 'rare_colourable_fountain*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9659, 9659, 'rare_colourable_wooden_screen*2', 'rare_colourable_wooden_screen*2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9660, 9660, 'rare_colourable_dragonlamp*2', 'rare_colourable_dragonlamp*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9661, 9661, 'rare_colourable_parasol*2', 'rare_colourable_parasol*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9662, 9662, 'rare_colourable_sleepingbag*2', 'rare_colourable_sleepingbag*2', 's', 1, 3, 1.00, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9663, 9663, 'rare_colourable_pillar*2', 'rare_colourable_pillar*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9664, 9664, 'rare_colourable_beehive_bulb*2', 'rare_colourable_beehive_bulb*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9665, 9665, 'rare_colourable_icecream*2', 'rare_colourable_icecream*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9666, 9666, 'rare_colourable_elephant_statue_2', 'rare_colourable_elephant_statue*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9667, 9667, 'hhistory_r17_crackable', 'hhistory_r17_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9668, 9668, 'rare_colourable_scifidoor*2', 'rare_colourable_scifidoor*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9669, 9669, 'rare_colourable_fan*2', 'rare_colourable_fan*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9670, 9670, 'rare_colourable_pillow*2', 'rare_colourable_pillow*2', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9671, 9671, 'rare_colourable_scifiport*2', 'rare_colourable_scifiport*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9672, 9672, 'rare_colourable_barrier*2', 'rare_colourable_barrier*2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9673, 9673, 'Kahvilan nojatuoli', 'dessertcafe_c17_armchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9674, 9674, 'dessertcafe_c17_windoor', 'dessertcafe_c17_windoor', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9675, 9675, 'Tarjoilijan mekko', 'clothing_cutie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9676, 9676, 'dessertcafe_c17_creamrolls', 'dessertcafe_c17_creamrolls', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9677, 9677, 'dessertcafe_c17_teaplant', 'dessertcafe_c17_teaplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9678, 9678, 'dessertcafe_c17_vase', 'dessertcafe_c17_vase', 's', 1, 1, 0.01, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9679, 9679, 'dessertcafe_c17_table', 'dessertcafe_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9680, 9680, 'Kahvilan lattia', 'dessertcafe_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9681, 9681, 'dessertcafe_c17_donut', 'dessertcafe_c17_donut', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9682, 9682, 'dessertcafe_c17_glass', 'dessertcafe_c17_glass', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9683, 9683, 'dessertcafe_c17_shelf', 'dessertcafe_c17_shelf', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '0.2;1.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9684, 9684, 'dessertcafe_c17_rug', 'dessertcafe_c17_rug', 's', 2, 3, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9685, 9685, 'Sisäkön päähine', 'clothing_maidband', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9686, 9686, 'dessertcafe_c17_coffeetable', 'dessertcafe_c17_coffeetable', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9687, 9687, 'Kahvilan sohva', 'dessertcafe_c17_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9688, 9688, 'clothing_bowtights', 'clothing_bowtights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9689, 9689, 'dessertcafe_c17_counter', 'dessertcafe_c17_counter', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9690, 9690, 'clothing_maid', 'clothing_maid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9691, 9691, 'dessertcafe_c17_mochi', 'dessertcafe_c17_mochi', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9692, 9692, 'clothing_ribbonband', 'clothing_ribbonband', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9693, 9693, 'dessertcafe_c17_wall', 'dessertcafe_c17_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9694, 9694, 'dessertcafe_c17_froyo', 'dessertcafe_c17_froyo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9695, 9695, 'Elegantti ikkuna', 'elegant_c17_window', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9696, 9696, 'Elegantti meikkipöytä', 'elegant_c17_vanity', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9697, 9697, 'Prinsessasohva', 'elegantp_c17_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9698, 9698, 'Prinsessanojatuoli', 'elegantp_c17_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9699, 9699, 'Elegantti maljakko', 'elegant_c17_flowerpot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9700, 9700, 'Elegantti sohva', 'elegant_c17_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9701, 9701, 'Elegantti sänky', 'elegant_c17_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9702, 9702, 'Elegantti teeastiasto', 'elegant_c17_teaset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9703, 9703, 'Elegantti jakkara', 'elegant_c17_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9704, 9704, 'Elegantti pikkupöytä', 'elegant_c17_smalltable', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9705, 9705, 'Elegantti lattia', 'elegant_c17_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9706, 9706, 'elegantp_c17_stool name', 'elegantp_c17_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9707, 9707, 'Elegantti matto', 'elegant_c17_carpet', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9708, 9708, 'elegantp_c17_cat name', 'elegantp_c17_cat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9709, 9709, 'Elegantti seinä', 'elegant_c17_wall', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9710, 9710, 'clothing_r17_elegantcrown', 'clothing_r17_elegantcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9711, 9711, 'Elegantti tuoli', 'elegant_c17_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9712, 9712, 'Prinsessaikkuna', 'elegantp_c17_window', 's', 2, 1, 5.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9713, 9713, 'Elegantti kisu', 'elegant_c17_cat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9714, 9714, 'elegantp_c17_bed name', 'elegantp_c17_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9715, 9715, 'elegantp_c17_carpet name', 'elegantp_c17_carpet', 's', 3, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9716, 9716, 'Elegantti kaappi', 'elegant_c17_cupboard', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9717, 9717, 'Elegantti valaisin', 'elegant_c17_light', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9718, 9718, 'Elegantti maalaus', 'elegant_c17_walldecor', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9719, 9719, 'Elegantti kahvipöytä', 'elegant_c17_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9720, 9720, 'Prinsessavaasi', 'elegantp_c17_flowerpot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9721, 9721, 'Karmaiseva mato-teleportti', 'hween_c17_monstertele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9722, 9722, 'Zombie-rintamasotilas', 'hween_c17_zombiegrunt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9723, 9723, 'Kiirastulten lohikäärme', 'hween_ltd17_dragon', 's', 1, 2, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9724, 9724, 'Kirotut juuret', 'hween_c17_hangingroots', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9725, 9725, 'Tippuvat kivet', 'hween_c17_fallingrocks', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9726, 9726, 'Nukkuva zombie', 'hween_c17_zombiesleep', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9727, 9727, 'clothing_badasshelmet', 'clothing_badasshelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9728, 9728, 'Keskiaikainen nuttura', 'clothing_layerbuns', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9729, 9729, 'Miimikko-arkut', 'hween_c17_mimic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9730, 9730, 'Kirottu valtaistuin', 'hween_r17_lichthrone', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1.2;1.7', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9731, 9731, 'Demonisilmät', 'clothing_demoneyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9732, 9732, 'Luukasa', 'hween_c17_thefallen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9733, 9733, 'clothing_herochest', 'clothing_herochest', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9734, 9734, 'clothing_rebelchest', 'clothing_rebelchest', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9735, 9735, 'Rutto rotta', 'hween_c17_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9736, 9736, 'Tippukivi', 'hween_c17_rockdrip', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9737, 9737, 'clothing_r17_bathat', 'clothing_r17_bathat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9738, 9738, 'clothing_herohelmet', 'clothing_herohelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9739, 9739, 'clothing_legarmour', 'clothing_legarmour', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9740, 9740, 'Kirottu jäkälä', 'hween_c17_lichen', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9741, 9741, 'Liekkiansa', 'hween_c17_bonfire', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9742, 9742, 'Kirotut luolat-seinämä', 'hween_c17_hidewall', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9743, 9743, 'Kirotut kivet', 'hween_c17_rock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9744, 9744, 'clothing_plaguemask', 'clothing_plaguemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9745, 9745, 'Kiirastulten lohikäärme', 'hween_dragengage', '2', 1, 1, 2.00, 0, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9746, 9746, 'Kirottu portti', 'hween_c17_portcullis', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9747, 9747, 'Kirottu pylväs', 'hween_c17_pillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9748, 9748, 'Kirottu lohikäärme', 'hween_r17_ancdrago', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9749, 9749, 'clothing_r17_hweencrown', 'clothing_r17_hweencrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9750, 9750, 'Sienimies', 'hween_c17_shroomthing', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9751, 9751, 'Haudattu Zombie-ansa', 'hween_c17_handstrap', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 163, 163, '');
INSERT INTO `items_base` VALUES (9752, 9752, 'Kirottu häkki', 'hween_c17_gibbet', 's', 1, 1, 2.60, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9753, 9753, 'Kirottu liekehtivä ritari', 'hween_c17_flamingknight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 20, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9754, 9754, 'Kirotut luolat-seinämä', 'hween_c17_wall', 's', 1, 2, 3.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9755, 9755, 'Zombie-silmät', 'clothing_zombieeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9756, 9756, 'Pieni Kirottu pylväs', 'hween_c17_pillarsmall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9757, 9757, 'Kirotut luolat-taso', 'hween_c17_cavefloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 4, '0', '0;0.5;1.0;1.5;2.0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9758, 9758, 'Kirottu ansa', 'hween_c17_spiketrap', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'trap', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9759, 9759, 'Kirottu teltta', 'hween_c17_tent', 's', 2, 3, 1.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'tent', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9760, 9760, 'clothing_shoearmour', 'clothing_shoearmour', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9761, 9761, 'Kidutusteline', 'hween_c17_torturebed', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9762, 9762, 'Kirotut kivet', 'hween_c17_rock2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9763, 9763, 'bonusbag17_3', 'bonusbag17_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9764, 9764, 'bonusbag17_4', 'bonusbag17_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9765, 9765, 'Majava', 'america_r17_beaver', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9766, 9766, 'Valkoinen lähetti', 'chess_w_bishop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9767, 9767, 'Shakkiruutu', 'chess_boardtile', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9768, 9768, 'Musta torni', 'chess_b_rook', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9769, 9769, 'Musta ratsu', 'chess_b_knight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9770, 9770, 'Valkoinen torni', 'chess_w_rook', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9771, 9771, 'Valkoinen kuningatar', 'chess_w_queen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9772, 9772, 'Valkoinen kuningas', 'chess_w_king', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9773, 9773, 'Valkoinen sotilas', 'chess_w_pawn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9774, 9774, 'Musta kuningas', 'chess_b_king', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9775, 9775, 'chess_b_bishop', 'chess_b_bishop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9776, 9776, 'Musta sotilas', 'chess_b_pawn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9777, 9777, 'Musta kuningatar', 'chess_b_queen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9778, 9778, 'Valkoinen ratsu', 'chess_w_knight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9779, 9779, 'Haisunäätä', 'america_r17_skunk', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9780, 9780, 'clothing_r17_daveycrockett', 'clothing_r17_daveycrockett', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9781, 9781, 'clothing_r17_frontierbraids', 'clothing_r17_frontierbraids', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9782, 9782, 'Pussirotta', 'america_r17_opossum', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9783, 9783, 'Pesukarhu', 'america_r17_raccoon', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9784, 9784, 'Kotka', 'america_r17_eagle', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9785, 9785, 'Vyötiäinen', 'america_r17_armadillo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9786, 9786, 'clothing_r17_goldtophat', 'clothing_r17_goldtophat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9787, 9787, 'xmas_c17_britishbulldog name', 'xmas_c17_britishbulldog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9788, 9788, 'xmas_c17_girl name', 'xmas_c17_girl', 's', 1, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9789, 9789, 'xmas_c17_man name', 'xmas_c17_man', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9790, 9790, 'xmas_c17_blueprint3 name', 'xmas_c17_blueprint3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9791, 9791, 'xmas_c17_snowybasket name', 'xmas_c17_snowybasket', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9792, 9792, 'xmas_c17_doll2 name', 'xmas_c17_doll2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9793, 9793, 'xmas_c17_blueprint6 name', 'xmas_c17_blueprint6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9794, 9794, 'xmas_c17_sewingmchn name', 'xmas_c17_sewingmchn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9795, 9795, 'xmas_c17_roof name', 'xmas_c17_roof', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9796, 9796, 'xmas_c17_door name', 'xmas_c17_door', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9797, 9797, 'xmas_c17_hatshop name', 'xmas_c17_hatshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9798, 9798, 'xmas_c17_doll4 name', 'xmas_c17_doll4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9799, 9799, 'xmas_ltd17_ted', 'xmas_ltd17_ted', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9800, 9800, 'xmas_c17_stove name', 'xmas_c17_stove', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9801, 9801, 'xmas_c17_blueprint5 name', 'xmas_c17_blueprint5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9802, 9802, 'xmas_c17_hangingbasket name', 'xmas_c17_hangingbasket', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9803, 9803, 'xmas_c17_lamp name', 'xmas_c17_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9804, 9804, 'xmas_c17_pavement name', 'xmas_c17_pavement', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9805, 9805, 'xmas_c17_smallpavement name', 'xmas_c17_smallpavement', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 5, '0', '0.1;0.7;1.3;1.8;2.3', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9806, 9806, 'xmas_r17_carriage', 'xmas_r17_carriage', 's', 2, 2, 1.50, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9807, 9807, 'clothing_featherflower', 'clothing_featherflower', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9808, 9808, 'xmas_c17_book name', 'xmas_c17_book', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9809, 9809, 'xmas_c17_chair name', 'xmas_c17_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9810, 9810, 'clothing_buttonpants', 'clothing_buttonpants', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9811, 9811, 'xmas_c17_doll1 name', 'xmas_c17_doll1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9812, 9812, 'xmas_c17_tree name', 'xmas_c17_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9813, 9813, 'xmas_c17_frizzycat name', 'xmas_c17_frizzycat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9814, 9814, 'clothing_r17_goldfeatherflower', 'clothing_r17_goldfeatherflower', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9815, 9815, 'xmas_c17_bigwindows2 name', 'xmas_c17_bigwindows2', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9816, 9816, 'xmas_c17_teashop name', 'xmas_c17_teashop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9817, 9817, 'xmas_c17_doll6 name', 'xmas_c17_doll6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9818, 9818, 'xmas_c17_snowypot name', 'xmas_c17_snowypot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9819, 9819, 'xmas_c17_cobbleroad name', 'xmas_c17_cobbleroad', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9820, 9820, 'Viktoriaaninen soittorasia', 'xmas_r17_musicbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9821, 9821, 'xmas_c17_window name', 'xmas_c17_window', 's', 2, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9822, 9822, 'xmas_c17_fencecorner name', 'xmas_c17_fencecorner', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9823, 9823, 'xmas_c17_chestnutstall name', 'xmas_c17_chestnutstall', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9824, 9824, 'Kauniiksi laitetut kasvot', 'clothing_beautyface', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9825, 9825, 'xmas_c17_bench name', 'xmas_c17_bench', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9826, 9826, 'xmas_c17_thread name', 'xmas_c17_thread', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9827, 9827, 'xmas_c17_wall name', 'xmas_c17_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9828, 9828, 'xmas_c17_pillar name', 'xmas_c17_pillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9829, 9829, 'xmas_c17_blueprint4 name', 'xmas_c17_blueprint4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9830, 9830, 'xmas_c17_drain name', 'xmas_c17_drain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9831, 9831, 'xmas_c17_fence name', 'xmas_c17_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9832, 9832, 'xmas_c17_table name', 'xmas_c17_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9833, 9833, 'xmas_c17_blueprint2 name', 'xmas_c17_blueprint2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9834, 9834, 'xmas_c17_doll5 name', 'xmas_c17_doll5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9835, 9835, 'xmas_c17_boy name', 'xmas_c17_boy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 4, '1050', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9836, 9836, 'clothing_ruffleshirt', 'clothing_ruffleshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9837, 9837, 'xmas_c17_pub2 name', 'xmas_c17_pub2', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9838, 9838, 'xmas_c17_cloth name', 'xmas_c17_cloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9839, 9839, 'clothing_tophat', 'clothing_tophat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9840, 9840, 'xmas_c17_engage_ted name', 'xmas_c17_engage_ted', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9841, 9841, 'xmas_c17_snowygrass name', 'xmas_c17_snowygrass', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9842, 9842, 'xmas_c17_blueprint1 name', 'xmas_c17_blueprint1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9843, 9843, 'xmas_c17_doll3 name', 'xmas_c17_doll3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9844, 9844, 'xmas_c17_robins name', 'xmas_c17_robins', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9845, 9845, 'xmas_c17_woman name', 'xmas_c17_woman', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9846, 9846, 'clothing_dress', 'clothing_dress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9847, 9847, 'xmas_c17_bigwindows1 name', 'xmas_c17_bigwindows1', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9848, 9848, 'xmas_c17_pram name', 'xmas_c17_pram', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9849, 9849, 'xmas_r17_lion', 'xmas_r17_lion', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9850, 9850, 'xmas_c17_horse name', 'xmas_c17_horse', 's', 1, 1, 2.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9851, 9851, 'clothing_tailedcoat', 'clothing_tailedcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9852, 9852, 'xmas_c17_pub1 name', 'xmas_c17_pub1', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9853, 9853, 'xmas_c17_gate name', 'xmas_c17_gate', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9854, 9854, 'xmas_c17_candyshop name', 'xmas_c17_candyshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9855, 9855, 'clothing_sasquatchmask', 'clothing_sasquatchmask', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9856, 9856, 'rare_prize17xmas', 'rare_prize17xmas', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9857, 9857, 'clothing_loyaltycrown_V name', 'clothing_loyaltycrown_V', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9858, 9858, 'clothing_loyaltycrown_X name', 'clothing_loyaltycrown_X', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9859, 9859, 'clothing_loyaltycrown_II name', 'clothing_loyaltycrown_II', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9860, 9860, 'clothing_goldpack3', 'clothing_goldpack3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9861, 9861, 'bonusrare18_3*0', 'bonusrare18_3*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9862, 9862, 'bonusrare18_3*1', 'bonusrare18_3*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9863, 9863, 'bonusrare18_3*2', 'bonusrare18_3*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9864, 9864, 'bonusrare18_3*3', 'bonusrare18_3*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9865, 9865, 'bonusrare18_3*4', 'bonusrare18_3*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9866, 9866, 'bonusrare18_3*5', 'bonusrare18_3*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9867, 9867, 'bonusbag18_3', 'bonusbag18_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9868, 9868, 'bonusbag18_2', 'bonusbag18_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9869, 9869, 'bonusrare18_2*0', 'bonusrare18_2*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9870, 9870, 'bonusrare18_2*1', 'bonusrare18_2*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9871, 9871, 'bonusrare18_2*2', 'bonusrare18_2*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9872, 9872, 'bonusrare18_2*3', 'bonusrare18_2*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9873, 9873, 'bonusrare18_2*4', 'bonusrare18_2*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9874, 9874, 'bonusrare18_2*5', 'bonusrare18_2*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9875, 9875, 'bonusbag18_4', 'bonusbag18_4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9876, 9876, 'bonusbag18_1', 'bonusbag18_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9877, 9877, 'bonusrare18_4*0', 'bonusrare18_4*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9878, 9878, 'bonusrare18_4*1', 'bonusrare18_4*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9879, 9879, 'bonusrare18_4*2', 'bonusrare18_4*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9880, 9880, 'bonusrare18_4*3', 'bonusrare18_4*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9881, 9881, 'bonusrare18_4*4', 'bonusrare18_4*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9882, 9882, 'bonusrare18_4*5', 'bonusrare18_4*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9883, 9883, 'bonusrare18_1*0', 'bonusrare18_1*0', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '66', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9884, 9884, 'bonusrare18_1*1', 'bonusrare18_1*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '66', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9885, 9885, 'bonusrare18_1*2', 'bonusrare18_1*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9886, 9886, 'bonusrare18_1*3', 'bonusrare18_1*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '66', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9887, 9887, 'bonusrare18_1*4', 'bonusrare18_1*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9888, 9888, 'bonusrare18_1*5', 'bonusrare18_1*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '106', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9889, 9889, 'Dark Bowler Hat', 'clothing_mini_bowlerhat_dark', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9890, 9890, 'Cream Bowler Hat', 'clothing_mini_bowlerhat_cream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9891, 9891, 'Gold Bowler Hat', 'clothing_mini_bowlerhat_gold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9892, 9892, 'Green Bowler Hat', 'clothing_mini_bowlerhat_green', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9893, 9893, 'clothing_mini_bowlerhat_red name', 'clothing_mini_bowlerhat_red', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9894, 9894, 'Purple Bowler Hat', 'clothing_mini_bowlerhat_purple', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9895, 9895, 'Blue Bowler Hat', 'clothing_mini_bowlerhat_blue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9896, 9896, '2018 Party Hat Gift Box', 'ny18_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9897, 9897, 'classic8_bar', 'classic8_bar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9898, 9898, 'Kirjasto lattialaatat', 'classic9_floor2', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9899, 9899, 'classic8_chair', 'classic8_chair', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9900, 9900, 'classic9_statue', 'classic9_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9901, 9901, 'classic8_rug', 'classic8_rug', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9902, 9902, 'classic8_records', 'classic8_records', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9903, 9903, 'classic8_sofa', 'classic8_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9904, 9904, 'classic9_carpet', 'classic9_carpet', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9905, 9905, 'classic8_statue', 'classic8_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9906, 9906, 'classic8_curtains', 'classic8_curtains', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9907, 9907, 'classic8_stairs', 'classic8_stairs', 's', 1, 1, 0.60, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9908, 9908, 'classic8_glassfloor', 'classic8_glassfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9909, 9909, 'classic9_counter', 'classic9_counter', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9910, 9910, 'classic9_chair', 'classic9_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9911, 9911, 'classic9_light', 'classic9_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9912, 9912, 'classic8_pillar', 'classic8_pillar', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9913, 9913, 'Kirjasto kivilattia', 'classic9_floor1', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9914, 9914, 'classic9_table', 'classic9_table', 's', 2, 2, 0.70, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9915, 9915, 'classic8_divider', 'classic8_divider', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9916, 9916, 'HC Lounge lattia', 'classic8_floor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9917, 9917, 'classic8_sign', 'classic8_sign', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9918, 9918, 'classic8_shelf', 'classic8_shelf', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9919, 9919, 'classic9_plant', 'classic9_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9920, 9920, 'classic8_disco', 'classic8_disco', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9921, 9921, 'classic9_stool', 'classic9_stool', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9922, 9922, 'classic9_bookshelf', 'classic9_bookshelf', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9923, 9923, 'classic8_wall', 'classic8_wall', 's', 1, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9924, 9924, 'classic9_books', 'classic9_books', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9925, 9925, 'classic8_plant', 'classic8_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9926, 9926, 'classic9_wall', 'classic9_wall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9927, 9927, 'rare_prize18*0', 'rare_prize18*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9928, 9928, 'rare_prize18*1', 'rare_prize18*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9929, 9929, 'rare_prize18*10', 'rare_prize18*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9930, 9930, 'rare_prize18*11', 'rare_prize18*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9931, 9931, 'rare_prize18*12', 'rare_prize18*12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9932, 9932, 'rare_prize18*2', 'rare_prize18*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9933, 9933, 'rare_prize18*3', 'rare_prize18*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9934, 9934, 'rare_prize18*4', 'rare_prize18*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9935, 9935, 'rare_prize18*5', 'rare_prize18*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9936, 9936, 'rare_prize18*6', 'rare_prize18*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9937, 9937, 'rare_prize18*7', 'rare_prize18*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9938, 9938, 'rare_prize18*8', 'rare_prize18*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9939, 9939, 'rare_prize18*9', 'rare_prize18*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9940, 9940, 'hc17_3', 'hc17_3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9941, 9941, 'hc17_8', 'hc17_8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9942, 9942, 'hc17_10', 'hc17_10', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 0, 1, 1, 0, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9943, 9943, 'hc17_11', 'hc17_11', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'vendingmachine', 0, '3,5,6,2,4,50,1032', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9944, 9944, 'hc17_5', 'hc17_5', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 0, 1, 1, 0, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9945, 9945, 'hc17_2', 'hc17_2', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9946, 9946, 'hc17_6', 'hc17_6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 1, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9947, 9947, 'hc17_12', 'hc17_12', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9948, 9948, 'hc17_9', 'hc17_9', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9949, 9949, 'hc17_4', 'hc17_4', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9950, 9950, 'hc17_1', 'hc17_1', 's', 1, 1, 2.00, 1, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9951, 9951, 'val_c18_chest', 'val_c18_chest', 's', 1, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9952, 9952, 'val_c18_wardrobe', 'val_c18_wardrobe', 's', 1, 1, 3.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9953, 9953, 'clothing_judgewig', 'clothing_judgewig', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9954, 9954, 'clothing_elegantponytail', 'clothing_elegantponytail', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9955, 9955, 'clothing_r18_unicorn', 'clothing_r18_unicorn', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9956, 9956, 'val_c18_swan', 'val_c18_swan', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9957, 9957, 'clothing_r18_dress', 'clothing_r18_dress', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9958, 9958, 'val_r18_bed', 'val_r18_bed', 's', 1, 1, 1.50, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9959, 9959, 'clothing_gentcap', 'clothing_gentcap', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9960, 9960, 'Sitruunapuu', 'easter_c18_lemontree', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9961, 9961, 'easter_c18_snowdrop3', 'easter_c18_snowdrop3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9962, 9962, 'clothing_shades', 'clothing_shades', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9963, 9963, 'easter_c18_lupin1', 'easter_c18_lupin1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9964, 9964, 'clothing_braidedwavy', 'clothing_braidedwavy', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9965, 9965, 'easter_c18_tulip2', 'easter_c18_tulip2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9966, 9966, 'Ruusun siemenet', 'easter_c18_seedpackrose', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9967, 9967, 'clothing_satchel', 'clothing_satchel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9968, 9968, 'Tanssiva kasvi', 'easter_c18_dancingplant', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9969, 9969, 'Rikkaruoho', 'easter_c18_badflower', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9970, 9970, 'Tulppaanin siemenet', 'easter_c18_seedpacktulip', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9971, 9971, 'easter_c18_rose3', 'easter_c18_rose3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9972, 9972, 'easter_c18_tulip3', 'easter_c18_tulip3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9973, 9973, 'Kolmipyörä', 'easter_c18_tricyle', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9974, 9974, 'Komposti', 'easter_c18_recyclebin', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9975, 9975, 'Muratti', 'easter_c18_ivybeam', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9976, 9976, 'easter_c18_lupin3', 'easter_c18_lupin3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9977, 9977, 'Piharadio', 'easter_c18_radio', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9978, 9978, 'easter_c18_lupin4', 'easter_c18_lupin4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9979, 9979, 'Tuuletin', 'easter_c18_ceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9980, 9980, 'Valaistu muratti', 'easter_c18_ivylight', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9981, 9981, 'clothing_tiedtop', 'clothing_tiedtop', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9982, 9982, 'Lumikellon siemenet', 'easter_c18_seedpacksnowdrop', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9983, 9983, 'easter_c18_rose4', 'easter_c18_rose4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9984, 9984, 'Bonzai-lähde', 'easter_r18_bonzaifountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9985, 9985, 'Eläinmaja', 'easter_c18_hutch', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9986, 9986, 'easter_c18_snowdrop4', 'easter_c18_snowdrop4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9987, 9987, 'Ruukkukasvit', 'easter_c18_shelfplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9988, 9988, 'Jättiläispupu', 'easter_r18_bigbunny', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9989, 9989, 'Verhot', 'easter_c18_curtains', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9990, 9990, 'clothing_r18_bunniemask', 'clothing_r18_bunniemask', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9991, 9991, 'Pyykkiteline', 'easter_c18_washline', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9992, 9992, 'Pihanurkkaus', 'easter_c18_glassbrickcnr', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9993, 9993, 'Pihakoivu', 'easter_c18_birchpillar', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9994, 9994, 'easter_c18_rose2', 'easter_c18_rose2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9995, 9995, 'Kukkapenkki', 'easter_c18_boxplanter', 's', 1, 2, 0.50, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9996, 9996, 'clothing_r18_bunniehat', 'clothing_r18_bunniehat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9997, 9997, 'easter_c18_tulip1', 'easter_c18_tulip1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9998, 9998, 'clothing_floppyhair', 'clothing_floppyhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (9999, 9999, 'easter_ltd18_habberge10', 'easter_ltd18_habberge10', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10000, 10000, 'Roikkukasvi', 'easter_c18_hangingplant', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10001, 10001, 'Puueläimet', 'easter_c18_woodendeco', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10002, 10002, 'easter_c18_lupin2', 'easter_c18_lupin2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10003, 10003, 'Sudenkorento', 'easter_c18_dragonflies', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10004, 10004, 'clothing_retrohair', 'clothing_retrohair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10005, 10005, 'Pihatuoli', 'easter_c18_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10006, 10006, 'easter_c18_tulip4', 'easter_c18_tulip4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10007, 10007, 'clothing_floppysunhat', 'clothing_floppysunhat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 0, 1, 0, 'clothing', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10008, 10008, 'Pihalattia', 'easter_c18_patternfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10009, 10009, 'Lasiovi', 'easter_c18_glassdoor', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10010, 10010, 'Laatat', 'easter_c18_slatestack', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10011, 10011, 'Kasvikokoelma', 'easter_c18_stackedplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10012, 10012, 'Teesetti', 'easter_c18_countryteaset', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10013, 10013, 'Lupiinin siemenet', 'easter_c18_seedpacklupin', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10014, 10014, 'Pihaseinä', 'easter_c18_glassbrickwall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10015, 10015, 'Chia-kasvi', 'easter_c18_chiaplants', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10016, 10016, 'Pihakahvipöytä', 'easter_c18_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10017, 10017, 'easter_c18_snowdrop1', 'easter_c18_snowdrop1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10018, 10018, 'Pihalämmitin', 'easter_c18_radiator', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10019, 10019, 'Pääsiäispeura', 'easter_c18_fawn', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10020, 10020, 'Tomaattipuu', 'easter_c18_veg', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10021, 10021, 'easter_c18_snowdrop2', 'easter_c18_snowdrop2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10022, 10022, 'easter_c18_rose1', 'easter_c18_rose1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 12, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10023, 10023, 'trophy_netsafety_0', 'trophy_netsafety_0', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 0, 1, 1, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10024, 10024, 'clothing_kpopbuns', 'clothing_kpopbuns', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10025, 10025, 'clothing_kpop', 'clothing_kpop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10026, 10026, 'clothing_bffshirt', 'clothing_bffshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10027, 10027, 'clothing_bffhat', 'clothing_bffhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10028, 10028, 'china_dog', 'china_dog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10029, 10029, 'cny18_dogballoon', 'cny18_dogballoon', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10030, 10030, 'CF_500_moneytree', 'CF_500_moneytree', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10031, 10031, 'gift_bff_a', 'gift_bff_a', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10032, 10032, 'crafting_jarhearts', 'crafting_jarhearts', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10033, 10033, 'gift_bff_b', 'gift_bff_b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10034, 10034, 'cine_r18_buggy', 'cine_r18_buggy', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10035, 10035, 'cine_r18_camera', 'cine_r18_camera', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'multiheight', 2, '0', '1.6;3.0;4.3', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10036, 10036, 'cine_r18_catcopter', 'cine_r18_catcopter', 's', 1, 1, 0.00, 0, 0, 0, 1, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10037, 10037, 'Intiaanin poncho', 'clothing_poncho', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10038, 10038, 'clothing_inmate', 'clothing_inmate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10039, 10039, 'clothing_mercenary', 'clothing_mercenary', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10040, 10040, 'clothing_yetifeet', 'clothing_yetifeet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10041, 10041, 'cine_r18_trailer', 'cine_r18_trailer', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10042, 10042, 'clothing_c18_cutething', 'clothing_c18_cutething', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10043, 10043, 'gift_c18_cookiejar', 'gift_c18_cookiejar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10044, 10044, 'Kannettava HabboStation', 'gaming_c18_hswap', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10045, 10045, 'Silityslauta', 'laundry_c18_ironing', 's', 1, 2, 1.80, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10046, 10046, 'Rikkalapio ja -harja', 'laundry_c18_dustpan', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10047, 10047, 'Pro Gamer-tuoli', 'gaming_c18_chairpro', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10048, 10048, 'Pyykkikori', 'laundry_c18_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10049, 10049, 'Siivoustuotteet', 'laundry_c18_products', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10050, 10050, 'Gamer-pehmo', 'gaming_c18_gameplush2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10051, 10051, 'Pesukone', 'laundry_c18_washmachine', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10052, 10052, 'Gamer-pehmo', 'gaming_c18_gameplush1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10053, 10053, 'Pro Gamer-kaapit', 'gaming_c18_gamecollection', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10054, 10054, 'Pro Gamer-näytöt', 'gaming_c18_setuppro', 's', 1, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10055, 10055, 'Rubikin kuutio-lampunvarjostin', 'gaming_c18_cubelight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10056, 10056, 'Luksusimuri', 'laundry_r18_vacuum', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10057, 10057, 'Pyykkiteline', 'laundry_c18_dryingrack', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10058, 10058, 'HabboStation 4', 'gaming_c18_hs4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10059, 10059, 'Pro Gamer-pöytä', 'gaming_c18_rigpro', 's', 3, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10060, 10060, 'jp_r18_asiandoll', 'jp_r18_asiandoll', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10061, 10061, 'Merihevosnaamari', 'clothing_r18_seahorse', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10062, 10062, 'coralking_c18_cone name', 'coralking_c18_cone', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10063, 10063, 'coralking_c18_gate name', 'coralking_c18_gate', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10064, 10064, 'coralking_c18_fishnet name', 'coralking_c18_fishnet', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10065, 10065, 'coralking_c18_spinycoral2 name', 'coralking_c18_spinycoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10066, 10066, 'coralking_c18_anchor name', 'coralking_c18_anchor', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10067, 10067, 'coralking_r18_turtleride name', 'coralking_r18_turtleride', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'effect_tile', 2, '0', '', '', 206, 206, '');
INSERT INTO `items_base` VALUES (10068, 10068, 'coralking_c18_shelltele name', 'coralking_c18_shelltele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10069, 10069, 'coralking_c18_starfish1 name', 'coralking_c18_starfish1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10070, 10070, 'coralking_c18_treasurechest name', 'coralking_c18_treasurechest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10071, 10071, 'coralking_c18_tropicalfish name', 'coralking_c18_tropicalfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10072, 10072, 'coralking_c18_goldenfish name', 'coralking_c18_goldenfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10073, 10073, 'coralking_c18_bluesand name', 'coralking_c18_bluesand', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10074, 10074, 'clothing_luscioushair', 'clothing_luscioushair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10075, 10075, 'coralking_c18_sunkenpots name', 'coralking_c18_sunkenpots', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10076, 10076, 'coralking_c18_catfish name', 'coralking_c18_catfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10077, 10077, 'coralking_c18_closedspiral1 name', 'coralking_c18_closedspiral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10078, 10078, 'coralking_r18_goldenchest name', 'coralking_r18_goldenchest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10079, 10079, 'coralking_c18_bubbleseat name', 'coralking_c18_bubbleseat', 's', 1, 1, 0.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'multiheight', 2, '0', '1.0;2.5', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10080, 10080, 'coralking_c18_closedspiral2 name', 'coralking_c18_closedspiral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10081, 10081, 'coralking_c18_spinycoral1 name', 'coralking_c18_spinycoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10082, 10082, 'clothing_flippers', 'clothing_flippers', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10083, 10083, 'coralking_c18_trash name', 'coralking_c18_trash', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10084, 10084, 'coralking_c18_bushycoral2 name', 'coralking_c18_bushycoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10085, 10085, 'coralking_c18_corner name', 'coralking_c18_corner', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10086, 10086, 'coralking_c18_openspiral1 name', 'coralking_c18_openspiral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10087, 10087, 'coralking_c18_seafloor name', 'coralking_c18_seafloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10088, 10088, 'coralking_c18_kelppillar name', 'coralking_c18_kelppillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10089, 10089, 'coralking_c18_clamshell2 name', 'coralking_c18_clamshell2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10090, 10090, 'coralking_c18_neoncoral2 name', 'coralking_c18_neoncoral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10091, 10091, 'clothing_wetsuit', 'clothing_wetsuit', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10092, 10092, 'coralking_c18_boulders1 name', 'coralking_c18_boulders1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10093, 10093, 'clothing_r18_goldfish', 'clothing_r18_goldfish', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10094, 10094, 'coralking_r18_vanitytable name', 'coralking_r18_vanitytable', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10095, 10095, 'coralking_c18_coralfloor name', 'coralking_c18_coralfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10096, 10096, 'coralking_c18_bed name', 'coralking_c18_bed', 's', 1, 3, 2.00, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10097, 10097, 'coralking_c18_gazebo name', 'coralking_c18_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10098, 10098, 'coralking_c18_neoncoral3 name', 'coralking_c18_neoncoral3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10099, 10099, 'coralking_c18_trident name', 'coralking_c18_trident', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10100, 10100, 'coralking_c18_starfish2 name', 'coralking_c18_starfish2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10101, 10101, 'coralking_c18_table name', 'coralking_c18_table', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10102, 10102, 'coralking_c18_fence name', 'coralking_c18_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10103, 10103, 'coralking_ltd18_royalseahorse', 'coralking_ltd18_royalseahorse', 's', 2, 2, 0.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10104, 10104, 'coralking_c18_seaweed name', 'coralking_c18_seaweed', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10105, 10105, 'coralking_c18_clownfish name', 'coralking_c18_clownfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10106, 10106, 'Sukeltajan kypärä', 'clothing_r18_divershelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10107, 10107, 'clothing_sailortop', 'clothing_sailortop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10108, 10108, 'coralking_c18_openspiral2 name', 'coralking_c18_openspiral2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10109, 10109, 'coralking_c18_angelfish name', 'coralking_c18_angelfish', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10110, 10110, 'coralking_c18_clamshell3 name', 'coralking_c18_clamshell3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10111, 10111, 'coralking_c18_chalice name', 'coralking_c18_chalice', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10112, 10112, 'coralking_c18_bubblerock name', 'coralking_c18_bubblerock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10113, 10113, 'clothing_r18_seawreath', 'clothing_r18_seawreath', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10114, 10114, 'coralking_c18_chair name', 'coralking_c18_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10115, 10115, 'coralking_c18_neoncoral1 name', 'coralking_c18_neoncoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10116, 10116, 'coralking_c18_boulders2 name', 'coralking_c18_boulders2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10117, 10117, 'coralking_c18_pearloyster name', 'coralking_c18_pearloyster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10118, 10118, 'coralking_c18_clamshell1 name', 'coralking_c18_clamshell1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10119, 10119, 'coralking_c18_bushycoral1 name', 'coralking_c18_bushycoral1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10120, 10120, 'coralking_engageseahorse name', 'coralking_engageseahorse', 's', 1, 1, 2.50, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10121, 10121, 'CF_750_goldenpig', 'CF_750_goldenpig', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10122, 10122, 'clothing_r18_tiedwavylocks', 'clothing_r18_tiedwavylocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10123, 10123, 'Afrokeesi', 'clothing_r18_frohawk', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10124, 10124, 'birds_r18_spoonbill', 'birds_r18_spoonbill', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10125, 10125, 'birds_r18_puffin', 'birds_r18_puffin', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10126, 10126, 'birds_r18_peacock', 'birds_r18_peacock', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10127, 10127, 'birds_r18_crane', 'birds_r18_crane', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10128, 10128, 'birds_r18_quetzal', 'birds_r18_quetzal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10129, 10129, 'birds_r18_cardinal', 'birds_r18_cardinal', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10130, 10130, 'trophy_ltd18_wcup', 'trophy_ltd18_wcup', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10131, 10131, 'Tokio rakennus', 'tokyo_c18_residential', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10132, 10132, 'tokyo_c18_toy4', 'tokyo_c18_toy4', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10133, 10133, 'tokyo_c18_toy6', 'tokyo_c18_toy6', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10134, 10134, 'Anime-hiukset', 'clothing_animehair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10135, 10135, 'Tokio kaide', 'tokyo_c18_railing', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10136, 10136, 'Keltainen peliluolakone', 'tokyo_c18_retroarcade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10137, 10137, 'Futuristinen Tokio prätkä', 'tokyo_c18_motorbike', 's', 1, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10138, 10138, 'tokyo_c18_neonsign2 name', 'tokyo_c18_neonsign2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10139, 10139, 'tokyo_c18_toy9', 'tokyo_c18_toy9', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10140, 10140, 'Tokio näyteikkuna', 'tokyo_c18_shopdisplay', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10141, 10141, 'Tokio pylväs', 'tokyo_c18_pole', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10142, 10142, 'Tokio säleikkö', 'tokyo_c18_trellis', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10143, 10143, 'tokyo_r18_mapletree name', 'tokyo_r18_mapletree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10144, 10144, 'tokyo_c18_toy5', 'tokyo_c18_toy5', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10145, 10145, 'tokyo_c18_bugsmachine name', 'tokyo_c18_bugsmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 1, '33', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10146, 10146, 'tokyo_c18_drinksmachine name', 'tokyo_c18_drinksmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'vendingmachine', 2, '33', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10147, 10147, 'tokyo_c18_gamesign name', 'tokyo_c18_gamesign', 's', 4, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10148, 10148, 'tokyo_c18_adposters name', 'tokyo_c18_adposters', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10149, 10149, 'clothing_sakurajacket name', 'clothing_sakurajacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10150, 10150, 'tokyo_c18_lights name', 'tokyo_c18_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10151, 10151, 'tokyo_c18_snackroof name', 'tokyo_c18_snackroof', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10152, 10152, 'tokyo_c18_toy2', 'tokyo_c18_toy2', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10153, 10153, 'clothing_dragonplushhat name', 'clothing_dragonplushhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10154, 10154, 'tokyo_ltd18_shiba', 'tokyo_ltd18_shiba', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10155, 10155, 'tokyo_c18_toy1', 'tokyo_c18_toy1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10156, 10156, 'tokyo_c18_road name', 'tokyo_c18_road', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10157, 10157, 'tokyo_c18_scarydino name', 'tokyo_c18_scarydino', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10158, 10158, 'tokyo_c18_jpmerchshop name', 'tokyo_c18_jpmerchshop', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10159, 10159, 'tokyo_c18_floor name', 'tokyo_c18_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10160, 10160, 'tokyo_c18_lanterns name', 'tokyo_c18_lanterns', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10161, 10161, 'tokyo_c18_magazinerack name', 'tokyo_c18_magazinerack', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10162, 10162, 'tokyo_c18_racearcade name', 'tokyo_c18_racearcade', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10163, 10163, 'clothing_cuteglasses', 'clothing_cuteglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10164, 10164, 'tokyo_c18_retroarcade2 name', 'tokyo_c18_retroarcade2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10165, 10165, 'clothing_shogunhelmet', 'clothing_shogunhelmet', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10166, 10166, 'tokyo_c18_snackdisplay name', 'tokyo_c18_snackdisplay', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10167, 10167, 'tokyo_c18_toy10', 'tokyo_c18_toy10', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10168, 10168, 'tokyo_c18_toy3', 'tokyo_c18_toy3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10169, 10169, 'clothing_r18_catbag name', 'clothing_r18_catbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10170, 10170, 'tokyo_c18_gacha name', 'tokyo_c18_gacha', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10171, 10171, 'tokyo_c18_toy8', 'tokyo_c18_toy8', 's', 1, 1, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10172, 10172, 'tokyo_c18_snackdisplay2 name', 'tokyo_c18_snackdisplay2', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10173, 10173, 'clothing_r18_kitsunemask name', 'clothing_r18_kitsunemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10174, 10174, 'tokyo_c18_craftbot name', 'tokyo_c18_craftbot', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10175, 10175, 'tokyo_c18_shopfront name', 'tokyo_c18_shopfront', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10176, 10176, 'clothing_harajukubow name', 'clothing_harajukubow', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10177, 10177, 'tokyo_c18_sakura name', 'tokyo_c18_sakura', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10178, 10178, 'clothing_tutu', 'clothing_tutu', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10179, 10179, 'tokyo_c18_adposters2 name', 'tokyo_c18_adposters2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10180, 10180, 'tokyo_c18_neonsign1 name', 'tokyo_c18_neonsign1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10181, 10181, 'tokyo_c18_bigbillboard name', 'tokyo_c18_bigbillboard', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10182, 10182, 'clothing_botface name', 'clothing_botface', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10183, 10183, 'tokyo_r18_koikite', 'tokyo_r18_koikite', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10184, 10184, 'tokyo_c18_snackroof2 name', 'tokyo_c18_snackroof2', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10185, 10185, 'tokyo_c18_toy7', 'tokyo_c18_toy7', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10186, 10186, 'clothing_harajukuhair name', 'clothing_harajukuhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10187, 10187, 'anniversary_r18_throne', 'anniversary_r18_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10188, 10188, 'tokyo_c18_gacha2', 'tokyo_c18_gacha2', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10189, 10189, 'zengarden_c18_glasspond', 'zengarden_c18_glasspond', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10190, 10190, 'zengarden_c18_light', 'zengarden_c18_light', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10191, 10191, 'zengarden_c18_roof', 'zengarden_c18_roof', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10192, 10192, 'zengarden_c18_stonebench', 'zengarden_c18_stonebench', 's', 2, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10193, 10193, 'zengarden_c18_rootplant', 'zengarden_c18_rootplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10194, 10194, 'zengarden_c18_stonetable', 'zengarden_c18_stonetable', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10195, 10195, 'zengarden_c18_divider', 'zengarden_c18_divider', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10196, 10196, 'zengarden_c18_moss', 'zengarden_c18_moss', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10197, 10197, 'zengarden_c18_peacefrog', 'zengarden_c18_peacefrog', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10198, 10198, 'zengarden_c18_bamboo', 'zengarden_c18_bamboo', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10199, 10199, 'zengarden_c18_door', 'zengarden_c18_door', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10200, 10200, 'zengarden_c18_plankfloor', 'zengarden_c18_plankfloor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10201, 10201, 'zengarden_c18_roofcorner', 'zengarden_c18_roofcorner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10202, 10202, 'zengarden_c18_spikeyplant', 'zengarden_c18_spikeyplant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10203, 10203, 'zengarden_r18_fountain', 'zengarden_r18_fountain', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10204, 10204, 'zengarden_c18_pebbles', 'zengarden_c18_pebbles', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10205, 10205, 'clothing_r18_longwavy', 'clothing_r18_longwavy', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10206, 10206, 'rare_colourable_marquee*3', 'rare_colourable_marquee*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10207, 10207, 'rare_colourable_scifirocket*3', 'rare_colourable_scifirocket*3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10208, 10208, 'rare_colourable_fountain*3', 'rare_colourable_fountain*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10209, 10209, 'rare_colourable_wooden_screen*3', 'rare_colourable_wooden_screen*3', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10210, 10210, 'rare_colourable_dragonlamp*3', 'rare_colourable_dragonlamp*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10211, 10211, 'rare_colourable_parasol*3', 'rare_colourable_parasol*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10212, 10212, 'hhistory_r18_crackable', 'hhistory_r18_crackable', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10213, 10213, 'rare_colourable_sleepingbag*3', 'rare_colourable_sleepingbag*3', 's', 1, 3, 0.70, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10214, 10214, 'rare_colourable_pillar*3', 'rare_colourable_pillar*3', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10215, 10215, 'rare_colourable_beehive_bulb*3', 'rare_colourable_beehive_bulb*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10216, 10216, 'rare_colourable_icecream*3', 'rare_colourable_icecream*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 1, '5', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10217, 10217, 'rare_colourable_elephant_statue*3', 'rare_colourable_elephant_statue*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10218, 10218, 'rare_colourable_scifidoor*3', 'rare_colourable_scifidoor*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10219, 10219, 'rare_colourable_fan*3', 'rare_colourable_fan*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10220, 10220, 'rare_colourable_pillow*3', 'rare_colourable_pillow*3', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10221, 10221, 'rare_colourable_scifiport*3', 'rare_colourable_scifiport*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10222, 10222, 'rare_colourable_barrier*3', 'rare_colourable_barrier*3', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10223, 10223, 'hotel_c18_pool', 'hotel_c18_pool', 's', 3, 4, 0.30, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10224, 10224, 'hotel_c18_stairs', 'hotel_c18_stairs', 's', 1, 2, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10225, 10225, 'hotel_c18_roof', 'hotel_c18_roof', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10226, 10226, 'hotel_c18_rail', 'hotel_c18_rail', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10227, 10227, 'hotel_c18_fountain', 'hotel_c18_fountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10228, 10228, 'hotel_c18_block2', 'hotel_c18_block2', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10229, 10229, 'hotel_c18_awning', 'hotel_c18_awning', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10230, 10230, 'hotel_c18_block1', 'hotel_c18_block1', 's', 1, 2, 5.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10231, 10231, 'hotel_c18_tree', 'hotel_c18_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10232, 10232, 'hotel_c18_foundation', 'hotel_c18_foundation', 's', 1, 2, 0.80, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10233, 10233, 'hotel_c18_cypress', 'hotel_c18_cypress', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10234, 10234, 'hotel_c18_rooftop', 'hotel_c18_rooftop', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10235, 10235, 'hween_c18_deskitems2', 'hween_c18_deskitems2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10236, 10236, 'hween_c18_ceilingrays', 'hween_c18_ceilingrays', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10237, 10237, 'hween_c18_complexmchn3', 'hween_c18_complexmchn3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10238, 10238, 'clothing_brownglasses', 'clothing_brownglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10239, 10239, 'hween_c18_toy5old', 'hween_c18_toy5old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10240, 10240, 'hween_c18_complexmchn2', 'hween_c18_complexmchn2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10241, 10241, 'hween_c18_toy5new', 'hween_c18_toy5new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10242, 10242, 'clothing_brain', 'clothing_brain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10243, 10243, 'hween_c18_olddocs2', 'hween_c18_olddocs2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10244, 10244, 'hween_c18_ceilingfan', 'hween_c18_ceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10245, 10245, 'hween_c18_toy4old', 'hween_c18_toy4old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10246, 10246, 'hween_c18_labglasswall', 'hween_c18_labglasswall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10247, 10247, 'hween_c18_retropc', 'hween_c18_retropc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10248, 10248, 'hween_c18_dimlights', 'hween_c18_dimlights', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10249, 10249, 'hween_c18_medicineshelf', 'hween_c18_medicineshelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10250, 10250, 'hween_c18_labtilewall', 'hween_c18_labtilewall', 's', 1, 2, 4.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10251, 10251, 'hween_c18_labcage', 'hween_c18_labcage', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10252, 10252, 'hween_ltd18_cosplaycat', 'hween_ltd18_cosplaycat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10253, 10253, 'hween_c18_oldceilingrays', 'hween_c18_oldceilingrays', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10254, 10254, 'hween_c18_labcurtains', 'hween_c18_labcurtains', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10255, 10255, 'hween_c18_toy3new', 'hween_c18_toy3new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10256, 10256, 'hween_c18_toy2new', 'hween_c18_toy2new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10257, 10257, 'hween_c18_labsteelfloor', 'hween_c18_labsteelfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10258, 10258, 'hween_c18_labmchn1', 'hween_c18_labmchn1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10259, 10259, 'hween_c18_rustyceilingfan', 'hween_c18_rustyceilingfan', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10260, 10260, 'hween_c18_labstoolold', 'hween_c18_labstoolold', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10261, 10261, 'hween_c18_labmchn2', 'hween_c18_labmchn2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10262, 10262, 'hween_c18_brokenglasswall', 'hween_c18_brokenglasswall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10263, 10263, 'hween_c18_floormould', 'hween_c18_floormould', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10264, 10264, 'clothing_vintagejacket', 'clothing_vintagejacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10265, 10265, 'hween_c18_washliquid', 'hween_c18_washliquid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10266, 10266, 'hween_c18_toy1new', 'hween_c18_toy1new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10267, 10267, 'clothing_sideponytail', 'clothing_sideponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10268, 10268, 'hween_c18_zaptele', 'hween_c18_zaptele', 's', 1, 1, 0.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10269, 10269, 'clothing_r18_axe', 'clothing_r18_axe', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10270, 10270, 'hween_c18_washmchn', 'hween_c18_washmchn', 's', 1, 1, 1.85, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10271, 10271, 'hween_c18_labglovebox', 'hween_c18_labglovebox', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10272, 10272, 'hween_c18_bloodcurtains', 'hween_c18_bloodcurtains', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10273, 10273, 'clothing_legwarmershoes', 'clothing_legwarmershoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10274, 10274, 'hween_c18_toy4new', 'hween_c18_toy4new', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10275, 10275, 'hween_c18_labshelf', 'hween_c18_labshelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10276, 10276, 'clothing_bloodshoes', 'clothing_bloodshoes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10277, 10277, 'hween_c18_bloodfloorstreak', 'hween_c18_bloodfloorstreak', 's', 1, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10278, 10278, 'clothing_r18_vamp', 'clothing_r18_vamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10279, 10279, 'hween_c18_labdesk', 'hween_c18_labdesk', 's', 1, 2, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10280, 10280, 'hween_c18_oldlabdesk', 'hween_c18_oldlabdesk', 's', 1, 2, 1.30, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10281, 10281, 'hween_c18_labchair', 'hween_c18_labchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10282, 10282, 'hween_c18_ceilingmould', 'hween_c18_ceilingmould', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10283, 10283, 'hween_c18_labjar1', 'hween_c18_labjar1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10284, 10284, 'hween_c18_washpowder', 'hween_c18_washpowder', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10285, 10285, 'hween_r18_pupbot', 'hween_r18_pupbot', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10286, 10286, 'hween_c18_labmchn3', 'hween_c18_labmchn3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10287, 10287, 'clothing_bloodjacket', 'clothing_bloodjacket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10288, 10288, 'hween_c18_complexmchn1', 'hween_c18_complexmchn1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10289, 10289, 'hween_c18_spareparts', 'hween_c18_spareparts', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10290, 10290, 'clothing_labcoat', 'clothing_labcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10291, 10291, 'hween_c18_toy2old', 'hween_c18_toy2old', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10292, 10292, 'clothing_shortcurlhair', 'clothing_shortcurlhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10293, 10293, 'hween_c18_labjar2', 'hween_c18_labjar2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10294, 10294, 'hween_c18_labstool', 'hween_c18_labstool', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10295, 10295, 'hween_c18_labtooltable', 'hween_c18_labtooltable', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10296, 10296, 'clothing_bloodponytail', 'clothing_bloodponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10297, 10297, 'hween_r18_antiquechemset', 'hween_r18_antiquechemset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10298, 10298, 'hween_c18_toy1old', 'hween_c18_toy1old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10299, 10299, 'hween_c18_oldlabtilewall', 'hween_c18_oldlabtilewall', 's', 1, 2, 4.40, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10300, 10300, 'hween_c18_deskitems1', 'hween_c18_deskitems1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10301, 10301, 'clothing_bloodglasses', 'clothing_bloodglasses', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10302, 10302, 'hween_c18_staffoftheyr', 'hween_c18_staffoftheyr', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10303, 10303, 'clothing_bloodscruffyhair', 'clothing_bloodscruffyhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10304, 10304, 'hween_c18_olddocs1', 'hween_c18_olddocs1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10305, 10305, 'hween_c18_toy3old', 'hween_c18_toy3old', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'switch', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10306, 10306, 'hween_c18_labtilefloor', 'hween_c18_labtilefloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10307, 10307, 'hween_c18_oldlablocker', 'hween_c18_oldlablocker', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10308, 10308, 'hween_c18_flashlight', 'hween_c18_flashlight', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10309, 10309, 'hween_c18_labbed', 'hween_c18_labbed', 's', 1, 3, 1.60, 0, 0, 1, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10310, 10310, 'hween_c18_lablocker', 'hween_c18_lablocker', 's', 1, 1, 2.63, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10311, 10311, 'CF_350_jadefish', 'CF_350_jadefish', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10312, 10312, 'hygge_c18_stove', 'hygge_c18_stove', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10313, 10313, 'hygge_c18_cushion', 'hygge_c18_cushion', 's', 2, 2, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10314, 10314, 'clothing_r18_antlers', 'clothing_r18_antlers', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10315, 10315, 'hygge_r18_fox', 'hygge_r18_fox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10316, 10316, 'clothing_r18_hyggehair', 'clothing_r18_hyggehair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10317, 10317, 'hygge_c18_shelf', 'hygge_c18_shelf', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10318, 10318, 'hygge_c18_chair', 'hygge_c18_chair', 's', 1, 1, 1.15, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10319, 10319, 'clothing_r18_dungarees', 'clothing_r18_dungarees', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10320, 10320, 'clothing_r18_diaparty', 'clothing_r18_diaparty', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10321, 10321, 'clothing_dianoblecrown', 'clothing_dianoblecrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10322, 10322, 'diamond_c18_giftbox', 'diamond_c18_giftbox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10323, 10323, 'clothing_diafish', 'clothing_diafish', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10324, 10324, 'clothing_dialeafcrown', 'clothing_dialeafcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10325, 10325, 'xmas_c18_deer_comet', 'xmas_c18_deer_comet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10326, 10326, 'xmas_c18_stocking_snoopy', 'xmas_c18_stocking_snoopy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10327, 10327, 'xmas_c18_souvenir', 'xmas_c18_souvenir', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10328, 10328, 'xmas_c18_deer_dasher', 'xmas_c18_deer_dasher', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10329, 10329, 'clothing_halo', 'clothing_halo', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10330, 10330, 'xmas_c18_snowfootball', 'xmas_c18_snowfootball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'football', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10331, 10331, 'xmas_c18_stocking_cinnamon', 'xmas_c18_stocking_cinnamon', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10332, 10332, 'xmas_c18_stool', 'xmas_c18_stool', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10333, 10333, 'xmas_c18_stage', 'xmas_c18_stage', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'multiheight', 2, '0', '1;2', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10334, 10334, 'xmas_c18_metro', 'xmas_c18_metro', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10335, 10335, 'xmas_c18_stocking_tiger', 'xmas_c18_stocking_tiger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10336, 10336, 'xmas_c18_snowman', 'xmas_c18_snowman', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10337, 10337, 'xmas_c18_snowballpit', 'xmas_c18_snowballpit', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10338, 10338, 'xmas_c18_stocking_crusoe', 'xmas_c18_stocking_crusoe', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10339, 10339, 'xmas_c18_stallroof', 'xmas_c18_stallroof', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10340, 10340, 'xmas_c18_presentelf', 'xmas_c18_presentelf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10341, 10341, 'xmas_c18_doll10', 'xmas_c18_doll10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10342, 10342, 'clothing_rudolphhat', 'clothing_rudolphhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10343, 10343, 'xmas_c18_doll8', 'xmas_c18_doll8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10344, 10344, 'xmas_c18_deer_vixen', 'xmas_c18_deer_vixen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10345, 10345, 'xmas_c18_stagecurtains', 'xmas_c18_stagecurtains', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10346, 10346, 'xmas_c18_stocking_cleo', 'xmas_c18_stocking_cleo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10347, 10347, 'xmas_c18_presents', 'xmas_c18_presents', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10348, 10348, 'xmas_r18_snowyowl', 'xmas_r18_snowyowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10349, 10349, 'xmas_c18_doll6', 'xmas_c18_doll6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10350, 10350, 'xmas_c18_stalltable', 'xmas_c18_stalltable', 's', 1, 1, 0.80, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10351, 10351, 'xmas_c18_streetlight', 'xmas_c18_streetlight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10352, 10352, 'xmas_c18_doll5', 'xmas_c18_doll5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10353, 10353, 'xmas_r18_lightfountain', 'xmas_r18_lightfountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10354, 10354, 'clothing_poinsettia', 'clothing_poinsettia', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10355, 10355, 'clothing_bobblehat', 'clothing_bobblehat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10356, 10356, 'xmas_c18_groundlight', 'xmas_c18_groundlight', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10357, 10357, 'xmas_c18_stagechair', 'xmas_c18_stagechair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10358, 10358, 'clothing_r18_featherdress', 'clothing_r18_featherdress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10359, 10359, 'xmas_c18_stagestairs', 'xmas_c18_stagestairs', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10360, 10360, 'xmas_c18_deer_rudolph', 'xmas_c18_deer_rudolph', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10361, 10361, 'clothing_penguin', 'clothing_penguin', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10362, 10362, 'xmas_c18_xmastree', 'xmas_c18_xmastree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10363, 10363, 'xmas_c18_booth', 'xmas_c18_booth', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10364, 10364, 'xmas_c18_curtaintopper', 'xmas_c18_curtaintopper', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10365, 10365, 'xmas_c18_building', 'xmas_c18_building', 's', 2, 1, 5.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10366, 10366, 'xmas_ltd18_snowhabberge', 'xmas_ltd18_snowhabberge', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10367, 10367, 'xmas_c18_iciclelight', 'xmas_c18_iciclelight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10368, 10368, 'xmas_c18_deer_cupid', 'xmas_c18_deer_cupid', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10369, 10369, 'xmas_c18_borscht', 'xmas_c18_borscht', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10370, 10370, 'xmas_c18_doll3', 'xmas_c18_doll3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10371, 10371, 'xmas_c18_doll2', 'xmas_c18_doll2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10372, 10372, 'xmas_c18_balllight', 'xmas_c18_balllight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10373, 10373, 'xmas_c18_harp', 'xmas_c18_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10374, 10374, 'clothing_r18_feathercrown', 'clothing_r18_feathercrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10375, 10375, 'xmas_c18_penguin', 'xmas_c18_penguin', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10376, 10376, 'xmas_c18_deer_prancer', 'xmas_c18_deer_prancer', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10377, 10377, 'clothing_sideflopped', 'clothing_sideflopped', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10378, 10378, 'xmas_c18_doll1', 'xmas_c18_doll1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10379, 10379, 'xmas_c18_rainlightfloor', 'xmas_c18_rainlightfloor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10380, 10380, 'xmas_c18_candycane', 'xmas_c18_candycane', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10381, 10381, 'xmas_c18_stocking_norbert', 'xmas_c18_stocking_norbert', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10382, 10382, 'clothing_snowman', 'clothing_snowman', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10383, 10383, 'xmas_c18_buildingpillar', 'xmas_c18_buildingpillar', 's', 1, 1, 5.20, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10384, 10384, 'xmas_c18_doll7', 'xmas_c18_doll7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10385, 10385, 'xmas_c18_bounceycastle', 'xmas_c18_bounceycastle', 's', 3, 3, 0.80, 0, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 193, 193, '');
INSERT INTO `items_base` VALUES (10386, 10386, 'xmas_c18_babushka', 'xmas_c18_babushka', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10387, 10387, 'xmas_c18_doll9', 'xmas_c18_doll9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10388, 10388, 'xmas_c18_stagewindow', 'xmas_c18_stagewindow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10389, 10389, 'clothing_xmas5', 'clothing_xmas5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10390, 10390, 'clothing_mittens', 'clothing_mittens', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10391, 10391, 'xmas_c18_fairylightree', 'xmas_c18_fairylightree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10392, 10392, 'xmas_c18_deer_blitzen', 'xmas_c18_deer_blitzen', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10393, 10393, 'xmas_c18_stocking_boo', 'xmas_c18_stocking_boo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10394, 10394, 'xmas_c18_nutcracker', 'xmas_c18_nutcracker', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10395, 10395, 'xmas_c18_stagebackdrop', 'xmas_c18_stagebackdrop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10396, 10396, 'xmas_c18_bearlight', 'xmas_c18_bearlight', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10397, 10397, 'xmas_c18_deer_dancer', 'xmas_c18_deer_dancer', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10398, 10398, 'xmas_c18_doll4', 'xmas_c18_doll4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10399, 10399, 'xmas_c18_food', 'xmas_c18_food', 's', 1, 1, 0.20, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10400, 10400, 'xmas_c18_fatherfrost', 'xmas_c18_fatherfrost', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10401, 10401, 'clothing_regiment', 'clothing_regiment', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10402, 10402, 'xmas_c18_piano', 'xmas_c18_piano', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10403, 10403, 'clothing_treepartyhat', 'clothing_treepartyhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10404, 10404, 'xmas_c18_deer_donna', 'xmas_c18_deer_donna', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10405, 10405, 'rare_prize18_xmas', 'rare_prize18_xmas', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10406, 10406, 'hosp_c19_drinksvend', 'hosp_c19_drinksvend', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '19', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10407, 10407, 'clothing_r18_goldpack4', 'clothing_r18_goldpack4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10408, 10408, 'attic_c19_hammock', 'attic_c19_hammock', 's', 1, 3, 2.30, 0, 0, 1, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10409, 10409, 'clothing_r18_sparkleparty2', 'clothing_r18_sparkleparty2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10410, 10410, 'clothing_r18_sparkleparty1', 'clothing_r18_sparkleparty1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10411, 10411, 'clothing_r18_sparkleparty7', 'clothing_r18_sparkleparty7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10412, 10412, 'clothing_r18_sparkleparty4', 'clothing_r18_sparkleparty4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10413, 10413, 'clothing_r19_longwavy2', 'clothing_r19_longwavy2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10414, 10414, 'ny_r18_crackable', 'ny_r18_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10415, 10415, 'clothing_r18_sparkleparty8', 'clothing_r18_sparkleparty8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10416, 10416, 'clothing_r18_sparkleparty6', 'clothing_r18_sparkleparty6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10417, 10417, 'clothing_r18_sparkleparty3', 'clothing_r18_sparkleparty3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10418, 10418, 'clothing_r18_sparkleparty5', 'clothing_r18_sparkleparty5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10419, 10419, 'diamond_c18_giftbox2', 'diamond_c18_giftbox2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10420, 10420, 'CF_1000_goldenkey', 'CF_1000_goldenkey', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10421, 10421, 'hween13_c19_frog', 'hween13_c19_frog', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10422, 10422, 'hc19_11', 'hc19_11', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10423, 10423, 'hc19_1', 'hc19_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10424, 10424, 'hc19_4', 'hc19_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10425, 10425, 'hc19_5', 'hc19_5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10426, 10426, 'hc19_9', 'hc19_9', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10427, 10427, 'hc19_3', 'hc19_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10428, 10428, 'hc19_2', 'hc19_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10429, 10429, 'hc19_10', 'hc19_10', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10430, 10430, 'hc19_12', 'hc19_12', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10431, 10431, 'hc19_7', 'hc19_7', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10432, 10432, 'hc19_6', 'hc19_6', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10433, 10433, 'hc19_8', 'hc19_8', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10434, 10434, 'val_c19_food', 'val_c19_food', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10435, 10435, 'val_c19_bottlewall', 'val_c19_bottlewall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10436, 10436, 'clothing_r19_messybun', 'clothing_r19_messybun', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10437, 10437, 'val_r19_bath', 'val_r19_bath', 's', 1, 2, 1.00, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10438, 10438, 'val_r19_recordplayer', 'val_r19_recordplayer', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10439, 10439, 'clothing_r19_frilledskirt', 'clothing_r19_frilledskirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10440, 10440, 'val_c19_bottle', 'val_c19_bottle', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10441, 10441, 'val_r19_puppy', 'val_r19_puppy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10442, 10442, 'val_c19_till', 'val_c19_till', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10443, 10443, 'val_r19_unicorn', 'val_r19_unicorn', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10444, 10444, 'clothing_r19_shortcurly', 'clothing_r19_shortcurly', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10445, 10445, 'clothing_r19_waistcoat', 'clothing_r19_waistcoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10446, 10446, 'val_c19_tableacc', 'val_c19_tableacc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10447, 10447, 'val_c19_chair', 'val_c19_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10448, 10448, 'val_c19_petals', 'val_c19_petals', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10449, 10449, 'val_c19_awning', 'val_c19_awning', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10450, 10450, 'val_c19_table', 'val_c19_table', 's', 1, 1, 0.90, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10451, 10451, 'val_r19_sofa', 'val_r19_sofa', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'pressureplate_group', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10452, 10452, 'china_pig', 'china_pig', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10453, 10453, 'china_goldenpig', 'china_goldenpig', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10454, 10454, 'clothing_piglethat', 'clothing_piglethat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10455, 10455, 'rare_prize19*0', 'rare_prize19*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10456, 10456, 'rare_prize19*1', 'rare_prize19*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10457, 10457, 'rare_prize19*10', 'rare_prize19*10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10458, 10458, 'rare_prize19*11', 'rare_prize19*11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10459, 10459, 'rare_prize19*12', 'rare_prize19*12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10460, 10460, 'rare_prize19*13', 'rare_prize19*13', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10461, 10461, 'rare_prize19*2', 'rare_prize19*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10462, 10462, 'rare_prize19*3', 'rare_prize19*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10463, 10463, 'rare_prize19*4', 'rare_prize19*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10464, 10464, 'rare_prize19*5', 'rare_prize19*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10465, 10465, 'rare_prize19*6', 'rare_prize19*6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10466, 10466, 'rare_prize19*7', 'rare_prize19*7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10467, 10467, 'rare_prize19*8', 'rare_prize19*8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10468, 10468, 'rare_prize19*9', 'rare_prize19*9', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10469, 10469, 'room_invisible_block', 'room_invisible_block', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10470, 10470, 'rare_colourable_scifirocket*4', 'rare_colourable_scifirocket*4', 's', 1, 1, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10471, 10471, 'rare_colourable_parasol*4', 'rare_colourable_parasol*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10472, 10472, 'rare_r19_car1', 'rare_r19_car1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10473, 10473, 'clothing_topbuttonshirt', 'clothing_topbuttonshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10474, 10474, 'clothing_rippedjeans2', 'clothing_rippedjeans2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10475, 10475, 'clothing_r19_scuffedboots', 'clothing_r19_scuffedboots', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10476, 10476, 'clothing_r19_longtwotone', 'clothing_r19_longtwotone', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10477, 10477, 'band_c19_drums', 'band_c19_drums', 's', 3, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10478, 10478, 'clothing_r19_punkhat', 'clothing_r19_punkhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10479, 10479, 'band_c19_guitar', 'band_c19_guitar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10480, 10480, 'clothing_r19_messybangs', 'clothing_r19_messybangs', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10481, 10481, 'clothing_messycurls', 'clothing_messycurls', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10482, 10482, 'band_c19_synth', 'band_c19_synth', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10483, 10483, 'clothing_highfade', 'clothing_highfade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10484, 10484, 'easter_c19_kelpie', 'easter_c19_kelpie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10485, 10485, 'clothing_r19_forrestcrown', 'clothing_r19_forrestcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10486, 10486, 'easter_ltd19_flowerthrone', 'easter_ltd19_flowerthrone', 's', 1, 1, 1.20, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10487, 10487, 'easter_c19_babyent', 'easter_c19_babyent', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10488, 10488, 'easter_c19_habshirecat', 'easter_c19_habshirecat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10489, 10489, 'easter_r19_treeswing', 'easter_r19_treeswing', 's', 2, 1, 1.40, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10490, 10490, 'easter_c19_book4a', 'easter_c19_book4a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10491, 10491, 'easter_c19_turnipbuddies', 'easter_c19_turnipbuddies', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10492, 10492, 'easter_c19_wisestone', 'easter_c19_wisestone', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10493, 10493, 'easter_c19_ancientbook2', 'easter_c19_ancientbook2', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10494, 10494, 'clothing_ribboncurls', 'clothing_ribboncurls', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10495, 10495, 'easter_c19_earthdrago', 'easter_c19_earthdrago', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10496, 10496, 'easter_c19_logtable', 'easter_c19_logtable', 's', 1, 2, 0.60, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10497, 10497, 'easter_c19_book1', 'easter_c19_book1', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10498, 10498, 'easter_c19_book3', 'easter_c19_book3', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10499, 10499, 'clothing_archerhat', 'clothing_archerhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10500, 10500, 'easter_c19_littlefairies', 'easter_c19_littlefairies', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10501, 10501, 'easter_c19_book2', 'easter_c19_book2', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10502, 10502, 'easter_c19_logchair', 'easter_c19_logchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10503, 10503, 'easter_c19_book3a', 'easter_c19_book3a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10504, 10504, 'clothing_madhat', 'clothing_madhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10505, 10505, 'easter_c19_book4', 'easter_c19_book4', 's', 1, 1, 0.35, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10506, 10506, 'easter_c19_book2a', 'easter_c19_book2a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10507, 10507, 'easter_c19_meadow', 'easter_c19_meadow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10508, 10508, 'easter_c19_dirtpath', 'easter_c19_dirtpath', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10509, 10509, 'easter_c19_flowertea', 'easter_c19_flowertea', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10510, 10510, 'easter_c19_babyhippogriff', 'easter_c19_babyhippogriff', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10511, 10511, 'easter_c19_mushrooms', 'easter_c19_mushrooms', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10512, 10512, 'easter_c19_forrestegg', 'easter_c19_forrestegg', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10513, 10513, 'easter_c19_chillgnome', 'easter_c19_chillgnome', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10514, 10514, 'easter_c19_babykelpie2', 'easter_c19_babykelpie2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10515, 10515, 'easter_c19_babyhippogriff2', 'easter_c19_babyhippogriff2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10516, 10516, 'easter_c19_ent', 'easter_c19_ent', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10517, 10517, 'easter_c19_wolf', 'easter_c19_wolf', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10518, 10518, 'easter_c19_ancientbook', 'easter_c19_ancientbook', 's', 1, 1, 0.35, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10519, 10519, 'easter_r19_mysticalbird', 'easter_r19_mysticalbird', 's', 1, 1, 1.70, 0, 1, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10520, 10520, 'clothing_mushroomhat', 'clothing_mushroomhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10521, 10521, 'clothing_petaldress', 'clothing_petaldress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10522, 10522, 'clothing_wolfmask', 'clothing_wolfmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10523, 10523, 'clothing_flowerponytail', 'clothing_flowerponytail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10524, 10524, 'easter_c19_busybunny', 'easter_c19_busybunny', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10525, 10525, 'easter_c19_forrestfood', 'easter_c19_forrestfood', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10526, 10526, 'easter_c19_springtree', 'easter_c19_springtree', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10527, 10527, 'easter_c19_book1a', 'easter_c19_book1a', 's', 1, 1, 0.35, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10528, 10528, 'easter_c19_waterdrago', 'easter_c19_waterdrago', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10529, 10529, 'easter_c19_babykelpie', 'easter_c19_babykelpie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 24, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10530, 10530, 'easter_c19_habelina', 'easter_c19_habelina', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10531, 10531, 'easter_c19_babyent2', 'easter_c19_babyent2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10532, 10532, 'easter_c19_woodlandcritters', 'easter_c19_woodlandcritters', 's', 2, 2, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10533, 10533, 'clothing_r19_fox', 'clothing_r19_fox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10534, 10534, 'easter_c19_forrestegg2', 'easter_c19_forrestegg2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10535, 10535, 'easter_c19_lilredbonnie', 'easter_c19_lilredbonnie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10536, 10536, 'easter_c19_magicringtele', 'easter_c19_magicringtele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'teleporttile', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10537, 10537, 'easter_c19_hippogriff', 'easter_c19_hippogriff', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10538, 10538, 'easter_c19_fairyprince', 'easter_c19_fairyprince', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10539, 10539, 'clothing_leafhair', 'clothing_leafhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10540, 10540, 'easter_c19_forrestfloor', 'easter_c19_forrestfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10541, 10541, 'easter_c19_bearowl', 'easter_c19_bearowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10542, 10542, 'easter_c19_flowerlamp', 'easter_c19_flowerlamp', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10543, 10543, 'bonusbag19_1', 'bonusbag19_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10544, 10544, 'bonusrare19_1*0', 'bonusrare19_1*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10545, 10545, 'bonusrare19_1*1', 'bonusrare19_1*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10546, 10546, 'bonusrare19_1*2', 'bonusrare19_1*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10547, 10547, 'bonusrare19_1*3', 'bonusrare19_1*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10548, 10548, 'bonusrare19_1*4', 'bonusrare19_1*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10549, 10549, 'bonusrare19_1*5', 'bonusrare19_1*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10550, 10550, 'clothing_r19_comedymask', 'clothing_r19_comedymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10551, 10551, 'greek_c19_scrolls1', 'greek_c19_scrolls1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10552, 10552, 'greek_c19_table', 'greek_c19_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10553, 10553, 'greek_c19_vase2', 'greek_c19_vase2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10554, 10554, 'greek_c19_scrolls2', 'greek_c19_scrolls2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10555, 10555, 'greek_c19_harp2', 'greek_c19_harp2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10556, 10556, 'clothing_r19_tragedymask', 'clothing_r19_tragedymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10557, 10557, 'greek_c19_fruitbowl', 'greek_c19_fruitbowl', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10558, 10558, 'greek_c19_harp', 'greek_c19_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10559, 10559, 'greek_c19_pythagorascup', 'greek_c19_pythagorascup', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10560, 10560, 'clothing_r19_minotaurhorns', 'clothing_r19_minotaurhorns', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10561, 10561, 'greek_r19_tiledbath', 'greek_r19_tiledbath', 's', 2, 2, 1.50, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 29, 29, '');
INSERT INTO `items_base` VALUES (10562, 10562, 'greek_c19_shield2', 'greek_c19_shield2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10563, 10563, 'greek_c19_vase1', 'greek_c19_vase1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10564, 10564, 'greek_c19_chair', 'greek_c19_chair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10565, 10565, 'clothing_r19_medusa', 'clothing_r19_medusa', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10566, 10566, 'greek_r19_chariot', 'greek_r19_chariot', 's', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10567, 10567, 'greek_c19_statue', 'greek_c19_statue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10568, 10568, 'greek_c19_shield1', 'greek_c19_shield1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10569, 10569, 'greek_ltd19_harp', 'greek_ltd19_harp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10570, 10570, 'greek_r19_luxbed', 'greek_r19_luxbed', 's', 1, 3, 1.40, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10571, 10571, 'greek_c19_wall', 'greek_c19_wall', 's', 1, 2, 3.10, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10572, 10572, 'booster_c19_box1', 'booster_c19_box1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10573, 10573, 'booster_c19_box2', 'booster_c19_box2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10574, 10574, 'fest_c19_parasol1', 'fest_c19_parasol1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10575, 10575, 'fest_c19_stool3', 'fest_c19_stool3', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10576, 10576, 'fest_c19_loverstent', 'fest_c19_loverstent', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'tent', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10577, 10577, 'fest_c19_bobbatea', 'fest_c19_bobbatea', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10578, 10578, 'fest_ltd19_alpaca', 'fest_ltd19_alpaca', 's', 1, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10579, 10579, 'fest_c19_ticketstall', 'fest_c19_ticketstall', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10580, 10580, 'fest_c19_parasol3', 'fest_c19_parasol3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10581, 10581, 'clothing_bohogems', 'clothing_bohogems', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10582, 10582, 'fest_c19_materials', 'fest_c19_materials', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10583, 10583, 'clothing_bohoheadgems', 'clothing_bohoheadgems', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10584, 10584, 'clothing_plungebikini', 'clothing_plungebikini', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10585, 10585, 'fest_c19_falafelstall', 'fest_c19_falafelstall', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10586, 10586, 'fest_c19_pole', 'fest_c19_pole', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10587, 10587, 'fest_c19_skull3', 'fest_c19_skull3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10588, 10588, 'clothing_flowerbeard', 'clothing_flowerbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10589, 10589, 'fest_c19_coalicecream', 'fest_c19_coalicecream', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10590, 10590, 'clothing_dreadlockstied', 'clothing_dreadlockstied', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10591, 10591, 'fest_c19_cushion3', 'fest_c19_cushion3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10592, 10592, 'fest_c19_hangingdecor', 'fest_c19_hangingdecor', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10593, 10593, 'clothing_r19_rainbowhair', 'clothing_r19_rainbowhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10594, 10594, 'clothing_bohotunic', 'clothing_bohotunic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10595, 10595, 'fest_c19_backdrop1', 'fest_c19_backdrop1', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10596, 10596, 'fest_c19_dye1', 'fest_c19_dye1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10597, 10597, 'fest_c19_dye2', 'fest_c19_dye2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10598, 10598, 'fest_c19_cushion2', 'fest_c19_cushion2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10599, 10599, 'clothing_waistbag', 'clothing_waistbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10600, 10600, 'fest_c19_bprint1', 'fest_c19_bprint1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10601, 10601, 'fest_c19_dreamcatcher', 'fest_c19_dreamcatcher', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10602, 10602, 'fest_c19_bongos', 'fest_c19_bongos', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10603, 10603, 'fest_r19_gemowl', 'fest_r19_gemowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10604, 10604, 'clothing_grandetail', 'clothing_grandetail', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10605, 10605, 'fest_c19_dj', 'fest_c19_dj', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10606, 10606, 'fest_c19_bprint4', 'fest_c19_bprint4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10607, 10607, 'fest_c19_skull5', 'fest_c19_skull5', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10608, 10608, 'fest_c19_skull4', 'fest_c19_skull4', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10609, 10609, 'fest_c19_parasol2', 'fest_c19_parasol2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10610, 10610, 'fest_c19_skull2', 'fest_c19_skull2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10611, 10611, 'clothing_bohobackpack', 'clothing_bohobackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10612, 10612, 'fest_c19_brazier', 'fest_c19_brazier', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10613, 10613, 'clothing_flowingshirt', 'clothing_flowingshirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10614, 10614, 'fest_c19_bprint3', 'fest_c19_bprint3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10615, 10615, 'clothing_r19_rainbowshades', 'clothing_r19_rainbowshades', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10616, 10616, 'fest_c19_lamp', 'fest_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10617, 10617, 'fest_c19_palm', 'fest_c19_palm', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10618, 10618, 'clothing_bohovest', 'clothing_bohovest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10619, 10619, 'clothing_bohotiara', 'clothing_bohotiara', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10620, 10620, 'fest_r19_ladygaia', 'fest_r19_ladygaia', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10621, 10621, 'fest_c19_stool1', 'fest_c19_stool1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10622, 10622, 'fest_c19_hipdog', 'fest_c19_hipdog', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10623, 10623, 'fest_c19_backdrop2', 'fest_c19_backdrop2', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10624, 10624, 'fest_c19_amp', 'fest_c19_amp', 's', 1, 1, 2.80, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10625, 10625, 'fest_c19_didgeridoo', 'fest_c19_didgeridoo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10626, 10626, 'fest_c19_bprintcrackable', 'fest_c19_bprintcrackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10627, 10627, 'fest_c19_skull1', 'fest_c19_skull1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10628, 10628, 'clothing_ruggedbackpack', 'clothing_ruggedbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10629, 10629, 'clothing_bohopaint', 'clothing_bohopaint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10630, 10630, 'clothing_bohobag', 'clothing_bohobag', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10631, 10631, 'fest_c19_backdrop3', 'fest_c19_backdrop3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10632, 10632, 'fest_c19_skull6', 'fest_c19_skull6', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10633, 10633, 'fest_c19_sitar', 'fest_c19_sitar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10634, 10634, 'fest_c19_craft', 'fest_c19_craft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10635, 10635, 'fest_c19_stool2', 'fest_c19_stool2', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10636, 10636, 'fest_c19_bprint2', 'fest_c19_bprint2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10637, 10637, 'fest_c19_stage', 'fest_c19_stage', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10638, 10638, 'fest_c19_cushion1', 'fest_c19_cushion1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10639, 10639, 'fest_c19_flags', 'fest_c19_flags', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10640, 10640, 'pastel_c19_plushie3', 'pastel_c19_plushie3', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10641, 10641, 'pastel_c19_stool', 'pastel_c19_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10642, 10642, 'pastel_c19_cupcake', 'pastel_c19_cupcake', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10643, 10643, 'pastel_c19_bedsidetable', 'pastel_c19_bedsidetable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10644, 10644, 'pastel_c19_stardeco', 'pastel_c19_stardeco', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10645, 10645, 'clothing_r19_rainbowstarjumper', 'clothing_r19_rainbowstarjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10646, 10646, 'pastel_c19_sofa', 'pastel_c19_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10647, 10647, 'pastel_c19_cupboard', 'pastel_c19_cupboard', 's', 1, 1, 2.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10648, 10648, 'pastel_c19_unicornposter', 'pastel_c19_unicornposter', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10649, 10649, 'pastel_c19_lamp', 'pastel_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10650, 10650, 'pastel_c19_shootingstar', 'pastel_c19_shootingstar', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10651, 10651, 'pastel_c19_carpet', 'pastel_c19_carpet', 's', 4, 4, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10652, 10652, 'pastel_c19_lights', 'pastel_c19_lights', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10653, 10653, 'pastel_c19_table', 'pastel_c19_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10654, 10654, 'pastel_c19_plushie1', 'pastel_c19_plushie1', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10655, 10655, 'pastel_c19_starlights', 'pastel_c19_starlights', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10656, 10656, 'pastel_c19_wall', 'pastel_c19_wall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10657, 10657, 'pastel_c19_cubeseat', 'pastel_c19_cubeseat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10658, 10658, 'pastel_c19_plushiepile', 'pastel_c19_plushiepile', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10659, 10659, 'pastel_c19_floor', 'pastel_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10660, 10660, 'pastel_c19_plushie2', 'pastel_c19_plushie2', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10661, 10661, 'pastel_c19_bed', 'pastel_c19_bed', 's', 2, 3, 1.80, 0, 0, 2, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10662, 10662, 'CF_350_sceptre', 'CF_350_sceptre', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10663, 10663, 'diamond_painting39', 'diamond_painting39', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10664, 10664, 'fest_c19_bprintcrackableb', 'fest_c19_bprintcrackableb', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10665, 10665, 'bonusbag19_2', 'bonusbag19_2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10666, 10666, 'bonusrare19_2*0', 'bonusrare19_2*0', 's', 1, 1, 0.50, 1, 2, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10667, 10667, 'bonusrare19_2*1', 'bonusrare19_2*1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10668, 10668, 'bonusrare19_2*2', 'bonusrare19_2*2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10669, 10669, 'bonusrare19_2*3', 'bonusrare19_2*3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10670, 10670, 'bonusrare19_2*4', 'bonusrare19_2*4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10671, 10671, 'bonusrare19_2*5', 'bonusrare19_2*5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10672, 10672, 'rainbow_r19_pineapplefloat', 'rainbow_r19_pineapplefloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10673, 10673, 'rainbow_c19_table', 'rainbow_c19_table', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10674, 10674, 'rainbow_ltd19_parasol', 'rainbow_ltd19_parasol', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10675, 10675, 'rainbow_c19_rug', 'rainbow_c19_rug', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10676, 10676, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10677, 10677, 'rainbow_c19_lights', 'rainbow_c19_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10678, 10678, 'rainbow_c19_bed', 'rainbow_c19_bed', 's', 2, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10679, 10679, 'rainbow_r19_peacockfloat', 'rainbow_r19_peacockfloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10680, 10680, 'rainbow_r19_rainbowfloat', 'rainbow_r19_rainbowfloat', 's', 1, 1, 0.70, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10681, 10681, 'rainbow_r19_flamingofloat', 'rainbow_r19_flamingofloat', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'water_item', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10682, 10682, 'celestial_c19_wardrobe', 'celestial_c19_wardrobe', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10683, 10683, 'celestial_c19_starshower', 'celestial_c19_starshower', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10684, 10684, 'celestial_c19_dresser', 'celestial_c19_dresser', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10685, 10685, 'celestial_c19_moonbed', 'celestial_c19_moonbed', 's', 1, 3, 3.00, 0, 0, 1, 0, 0, 1, 1, 1, 1, 'bed', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10686, 10686, 'celestial_c19_spacebun', 'celestial_c19_spacebun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10687, 10687, 'celestial_c19_rug', 'celestial_c19_rug', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10688, 10688, 'celestial_c19_planet', 'celestial_c19_planet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10689, 10689, 'celestial_c19_tree', 'celestial_c19_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10690, 10690, 'celestial_c19_aurora', 'celestial_c19_aurora', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10691, 10691, 'celestial_c19_flower', 'celestial_c19_flower', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10692, 10692, 'celestial_c19_table', 'celestial_c19_table', 's', 1, 1, 1.30, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10693, 10693, 'celestial_c19_starchair', 'celestial_c19_starchair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10694, 10694, 'celestial_c19_floor', 'celestial_c19_floor', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10695, 10695, 'clothing_r19_celestialdress', 'clothing_r19_celestialdress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 1, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10696, 10696, 'clothing_zebratop', 'clothing_zebratop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10697, 10697, 'clothing_nt_zebratop', 'clothing_nt_zebratop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10698, 10698, 'clothing_croppedjumper', 'clothing_croppedjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10699, 10699, 'clothing_layeredlongskirt', 'clothing_layeredlongskirt', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10700, 10700, 'rainbow_c19_flags', 'rainbow_c19_flags', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10701, 10701, 'clothing_longmohawk', 'clothing_longmohawk', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10702, 10702, 'suncity_c19_botshop', 'suncity_c19_botshop', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10703, 10703, 'suncity_c19_jellyfood', 'suncity_c19_jellyfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10704, 10704, 'suncity_c19_building', 'suncity_c19_building', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10705, 10705, 'suncity_c19_chair', 'suncity_c19_chair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10706, 10706, 'suncity_c19_waterway', 'suncity_c19_waterway', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10707, 10707, 'suncity_c19_divider', 'suncity_c19_divider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10708, 10708, 'clothing_shortcut', 'clothing_shortcut', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10709, 10709, 'clothing_loosekimono', 'clothing_loosekimono', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10710, 10710, 'suncity_c19_flora', 'suncity_c19_flora', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10711, 10711, 'suncity_c19_glass', 'suncity_c19_glass', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10712, 10712, 'suncity_c19_plantpillar', 'suncity_c19_plantpillar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10713, 10713, 'suncity_c19_awning', 'suncity_c19_awning', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10714, 10714, 'clothing_gardenapron', 'clothing_gardenapron', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10715, 10715, 'suncity_ltd19_duckpond', 'suncity_ltd19_duckpond', 's', 3, 3, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10716, 10716, 'suncity_c19_clock', 'suncity_c19_clock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10717, 10717, 'suncity_c19_lamp', 'suncity_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10718, 10718, 'clothing_nt_flowytop', 'clothing_nt_flowytop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10719, 10719, 'clothing_butterflymask', 'clothing_butterflymask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10720, 10720, 'suncity_c19_plastic', 'suncity_c19_plastic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10721, 10721, 'suncity_c19_munchling', 'suncity_c19_munchling', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10722, 10722, 'suncity_c19_balcony', 'suncity_c19_balcony', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10723, 10723, 'suncity_c19_solarpanel', 'suncity_c19_solarpanel', 's', 1, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10724, 10724, 'clothing_r19_butterflydress', 'clothing_r19_butterflydress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10725, 10725, 'suncity_r19_biosphere', 'suncity_r19_biosphere', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10726, 10726, 'suncity_c19_floor', 'suncity_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10727, 10727, 'clothing_leafmask', 'clothing_leafmask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10728, 10728, 'clothing_gogglehat', 'clothing_gogglehat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10729, 10729, 'suncity_c19_paper', 'suncity_c19_paper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10730, 10730, 'suncity_c19_tree', 'suncity_c19_tree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10731, 10731, 'clothing_flowytop', 'clothing_flowytop', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10732, 10732, 'suncity_c19_trashboy', 'suncity_c19_trashboy', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10733, 10733, 'suncity_c19_biokit', 'suncity_c19_biokit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10734, 10734, 'clothing_leafearrings', 'clothing_leafearrings', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10735, 10735, 'suncity_c19_glasswall', 'suncity_c19_glasswall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10736, 10736, 'suncity_c19_gazebo', 'suncity_c19_gazebo', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10737, 10737, 'clothing_r19_featheredcowl', 'clothing_r19_featheredcowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10738, 10738, 'suncity_c19_wateroutlet', 'suncity_c19_wateroutlet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10739, 10739, 'clothing_floralbag', 'clothing_floralbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10740, 10740, 'suncity_c19_streetlight', 'suncity_c19_streetlight', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10741, 10741, 'suncity_r19_glassfountain', 'suncity_r19_glassfountain', 's', 2, 2, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10742, 10742, 'suncity_c19_minibridge', 'suncity_c19_minibridge', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10743, 10743, 'suncity_c19_waterwaycrnr', 'suncity_c19_waterwaycrnr', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10744, 10744, 'suncity_c19_table', 'suncity_c19_table', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10745, 10745, 'clothing_sprout', 'clothing_sprout', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10746, 10746, 'suncity_c19_perfumeshop', 'suncity_c19_perfumeshop', 's', 2, 1, 4.70, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10747, 10747, 'suncity_c19_vase', 'suncity_c19_vase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10748, 10748, 'clothing_nt_loosekimono', 'clothing_nt_loosekimono', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10749, 10749, 'clothing_nt_shortcut', 'clothing_nt_shortcut', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10750, 10750, 'clothing_nt_sprout', 'clothing_nt_sprout', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10751, 10751, 'clothing_nt_leafearrings', 'clothing_nt_leafearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10752, 10752, 'clothing_nt_gardenapron', 'clothing_nt_gardenapron', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10753, 10753, 'rainyday_c19_lamp', 'rainyday_c19_lamp', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10754, 10754, 'rainyday_c19_beanbag', 'rainyday_c19_beanbag', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10755, 10755, 'rainyday_c19_pillowfort', 'rainyday_c19_pillowfort', 's', 2, 1, 0.80, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10756, 10756, 'rainyday_c19_rainwindows', 'rainyday_c19_rainwindows', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10757, 10757, 'clothing_halftiedhair', 'clothing_halftiedhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10758, 10758, 'clothing_r19_raincoat', 'clothing_r19_raincoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10759, 10759, 'rainyday_c19_boardgames', 'rainyday_c19_boardgames', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10760, 10760, 'clothing_r19_teddygown', 'clothing_r19_teddygown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10761, 10761, 'clothing_bookbag', 'clothing_bookbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10762, 10762, 'rainyday_c19_tartanseat', 'rainyday_c19_tartanseat', 's', 3, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10763, 10763, 'rainyday_c19_rugblanket', 'rainyday_c19_rugblanket', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10764, 10764, 'rainyday_c19_cocoa', 'rainyday_c19_cocoa', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10765, 10765, 'rainyday_r19_rainbear', 'rainyday_r19_rainbear', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10766, 10766, 'rainyday_r19_fluffbun', 'rainyday_r19_fluffbun', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10767, 10767, 'market_c19_drygoods', 'market_c19_drygoods', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10768, 10768, 'market_c19_trolley', 'market_c19_trolley', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10769, 10769, 'market_c19_icecreamfreezer', 'market_c19_icecreamfreezer', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10770, 10770, 'market_c19_deli1', 'market_c19_deli1', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10771, 10771, 'market_c19_icecreamtubs', 'market_c19_icecreamtubs', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10772, 10772, 'market_c19_stationary', 'market_c19_stationary', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10773, 10773, 'market_c19_selfcheckout', 'market_c19_selfcheckout', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10774, 10774, 'market_c19_spill', 'market_c19_spill', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10775, 10775, 'market_c19_meat', 'market_c19_meat', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10776, 10776, 'market_c19_floor', 'market_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10777, 10777, 'market_c19_vegfruit', 'market_c19_vegfruit', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10778, 10778, 'market_c19_deli2', 'market_c19_deli2', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10779, 10779, 'market_c19_banner', 'market_c19_banner', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10780, 10780, 'market_c19_dairyfridge', 'market_c19_dairyfridge', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10781, 10781, 'market_c19_basket', 'market_c19_basket', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10782, 10782, 'market_c19_antitheftalarm', 'market_c19_antitheftalarm', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10783, 10783, 'market_c19_dvds', 'market_c19_dvds', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10784, 10784, 'market_c19_checkoutdesk', 'market_c19_checkoutdesk', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10785, 10785, 'market_c19_signboard', 'market_c19_signboard', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10786, 10786, 'hween_c19_autumnfloor', 'hween_c19_autumnfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10787, 10787, 'hween_c19_tarot', 'hween_c19_tarot', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10788, 10788, 'hween_c19_crookedfloor', 'hween_c19_crookedfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10789, 10789, 'hween_c19_bewitchedcauldron', 'hween_c19_bewitchedcauldron', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10790, 10790, 'clothing_r19_warlocks', 'clothing_r19_warlocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10791, 10791, 'hween_c19_herbs', 'hween_c19_herbs', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10792, 10792, 'clothing_r19_longlonghair', 'clothing_r19_longlonghair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10793, 10793, 'hween_c19_stonewall', 'hween_c19_stonewall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10794, 10794, 'hween_c19_pumpkinpatch', 'hween_c19_pumpkinpatch', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10795, 10795, 'hween_c19_bewitchedchair', 'hween_c19_bewitchedchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10796, 10796, 'hween_c19_bewitchedbed', 'hween_c19_bewitchedbed', 's', 1, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10797, 10797, 'hween_c19_bewitchedtable', 'hween_c19_bewitchedtable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10798, 10798, 'hween_c19_crystal', 'hween_c19_crystal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10799, 10799, 'hween_c19_roofcorner', 'hween_c19_roofcorner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10800, 10800, 'hween_c19_witchsatchel', 'hween_c19_witchsatchel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10801, 10801, 'hween_c19_flameon', 'hween_c19_flameon', 's', 1, 1, 2.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10802, 10802, 'clothing_nt_possessedeyes', 'clothing_nt_possessedeyes', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10803, 10803, 'hween_c19_angleroof', 'hween_c19_angleroof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10804, 10804, 'clothing_r19_demonwings', 'clothing_r19_demonwings', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10805, 10805, 'hween_c19_birchtree', 'hween_c19_birchtree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10806, 10806, 'hween_c19_firechild', 'hween_c19_firechild', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10807, 10807, 'hween_c19_bigroof', 'hween_c19_bigroof', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10808, 10808, 'hween_c19_witchcraft', 'hween_c19_witchcraft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10809, 10809, 'hween_c19_claddedwall', 'hween_c19_claddedwall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10810, 10810, 'clothing_possessedeyes', 'clothing_possessedeyes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10811, 10811, 'clothing_nt_witchrobes', 'clothing_nt_witchrobes', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10812, 10812, 'hween_c19_bewitchedskull', 'hween_c19_bewitchedskull', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10813, 10813, 'hween_ltd19_skullthrone', 'hween_ltd19_skullthrone', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10814, 10814, 'hween_c19_archway', 'hween_c19_archway', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10815, 10815, 'hween_r19_weepingwillow', 'hween_r19_weepingwillow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10816, 10816, 'hween_c19_smallroof', 'hween_c19_smallroof', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10817, 10817, 'hween_c19_darkwerewolf', 'hween_c19_darkwerewolf', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10818, 10818, 'hween_r19_witchfamiliar', 'hween_r19_witchfamiliar', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10819, 10819, 'hween_c19_fireplace', 'hween_c19_fireplace', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10820, 10820, 'clothing_witchhat2', 'clothing_witchhat2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10821, 10821, 'clothing_witchrobes', 'clothing_witchrobes', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10822, 10822, 'hween_c19_spiritowl', 'hween_c19_spiritowl', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10823, 10823, 'hween_c19_steeproof', 'hween_c19_steeproof', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10824, 10824, 'hween_c19_potions', 'hween_c19_potions', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10825, 10825, 'hween_c19_feathers', 'hween_c19_feathers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10826, 10826, 'hween_c19_crystalball', 'hween_c19_crystalball', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10827, 10827, 'clothing_nt_witchhat2', 'clothing_nt_witchhat2', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10828, 10828, 'hween_c19_slimeblob', 'hween_c19_slimeblob', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10829, 10829, 'hween_c19_bewitchedcandles', 'hween_c19_bewitchedcandles', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10830, 10830, 'hween_c19_witchsatchel2', 'hween_c19_witchsatchel2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10831, 10831, 'hween_c19_broomstaffstand', 'hween_c19_broomstaffstand', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10832, 10832, 'CF_250_Hucci', 'CF_250_Hucci', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10833, 10833, 'bonusbag19_3', 'bonusbag19_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10834, 10834, 'bonusrare19_3*0', 'bonusrare19_3*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10835, 10835, 'bonusrare19_3*1', 'bonusrare19_3*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10836, 10836, 'bonusrare19_3*2', 'bonusrare19_3*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10837, 10837, 'bonusrare19_3*3', 'bonusrare19_3*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10838, 10838, 'bonusrare19_3*4', 'bonusrare19_3*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10839, 10839, 'bonusrare19_3*5', 'bonusrare19_3*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10840, 10840, 'mutearea_sign2', 'mutearea_sign2', 's', 1, 1, 0.10, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'mutearea', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10841, 10841, 'clothing_habpods', 'clothing_habpods', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10842, 10842, 'clothing_nt_shortscarf', 'clothing_nt_shortscarf', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10843, 10843, 'clothing_nt_habpods', 'clothing_nt_habpods', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10844, 10844, 'clothing_nt_flaredtrench', 'clothing_nt_flaredtrench', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10845, 10845, 'clothing_microbag', 'clothing_microbag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10846, 10846, 'clothing_hitchedjumper', 'clothing_hitchedjumper', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10847, 10847, 'clothing_nt_hitchedjumper', 'clothing_nt_hitchedjumper', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10848, 10848, 'autumn_r19_maplebonsai', 'autumn_r19_maplebonsai', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10849, 10849, 'clothing_shortscarf', 'clothing_shortscarf', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10850, 10850, 'clothing_nt_microbag', 'clothing_nt_microbag', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10851, 10851, 'clothing_flaredtrench', 'clothing_flaredtrench', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10852, 10852, 'wintercabin_c19_window', 'wintercabin_c19_window', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10853, 10853, 'wintercabin_c19_floor', 'wintercabin_c19_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10854, 10854, 'wintercabin_c19_sofa', 'wintercabin_c19_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10855, 10855, 'wintercabin_c19_fence', 'wintercabin_c19_fence', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10856, 10856, 'wintercabin_c19_cabintable', 'wintercabin_c19_cabintable', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10857, 10857, 'wintercabin_c19_stairs', 'wintercabin_c19_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10858, 10858, 'wintercabin_c19_antlerlight', 'wintercabin_c19_antlerlight', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10859, 10859, 'wintercabin_c19_corner', 'wintercabin_c19_corner', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10860, 10860, 'wintercabin_c19_stage', 'wintercabin_c19_stage', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'multiheight', 3, '0', '1.2;2.5;3.5', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10861, 10861, 'wintercabin_c19_fireplace', 'wintercabin_c19_fireplace', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10862, 10862, 'wintercabin_c19_lamp', 'wintercabin_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10863, 10863, 'wintercabin_c19_cabinrug', 'wintercabin_c19_cabinrug', 's', 4, 3, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10864, 10864, 'wintercabin_c19_glasstable', 'wintercabin_c19_glasstable', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10865, 10865, 'wintercabin_c19_items', 'wintercabin_c19_items', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10866, 10866, 'wintercabin_c19_wall', 'wintercabin_c19_wall', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10867, 10867, 'wintercabin_c19_drawers', 'wintercabin_c19_drawers', 's', 2, 1, 1.20, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10868, 10868, 'wintercabin_c19_cabinchair', 'wintercabin_c19_cabinchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10869, 10869, 'wintercabin_c19_bed', 'wintercabin_c19_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10870, 10870, 'clothing_leatherhoodie', 'clothing_leatherhoodie', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10871, 10871, 'clothing_nt_shortfluffy', 'clothing_nt_shortfluffy', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10872, 10872, 'clothing_wavy3', 'clothing_wavy3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10873, 10873, 'clothing_r19_autumndress', 'clothing_r19_autumndress', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10874, 10874, 'clothing_nt_leatherhoodie', 'clothing_nt_leatherhoodie', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10875, 10875, 'clothing_r19_autumnhairpiece', 'clothing_r19_autumnhairpiece', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10876, 10876, 'clothing_nt_wavy3', 'clothing_nt_wavy3', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10877, 10877, 'clothing_shortfluffy', 'clothing_shortfluffy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10878, 10878, 'clothing_r19_puppyacc', 'clothing_r19_puppyacc', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10879, 10879, 'CF_500_orb', 'CF_500_orb', 's', 1, 1, 0.00, 1, 1, 1, 1, 0, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10880, 10880, 'xmas_c19_balcony', 'xmas_c19_balcony', 's', 2, 1, 5.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10881, 10881, 'xmas_c19_jarofgold', 'xmas_c19_jarofgold', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10882, 10882, 'xmas_c19_terrierplushie', 'xmas_c19_terrierplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10883, 10883, 'xmas_c19_icicles', 'xmas_c19_icicles', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10884, 10884, 'xmas_c19_angelfigure', 'xmas_c19_angelfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10885, 10885, 'xmas_c19_hamsterplushie', 'xmas_c19_hamsterplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10886, 10886, 'xmas_ltd19_icethrone', 'xmas_ltd19_icethrone', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10887, 10887, 'xmas_c19_snowsprites', 'xmas_c19_snowsprites', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10888, 10888, 'clothing_pompombag', 'clothing_pompombag', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10889, 10889, 'clothing_r19_elisa', 'clothing_r19_elisa', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10890, 10890, 'xmas_c19_box4b', 'xmas_c19_box4b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10891, 10891, 'clothing_nt_pompombag', 'clothing_nt_pompombag', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10892, 10892, 'xmas_c19_box1b', 'xmas_c19_box1b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10893, 10893, 'xmas_c19_elfguard', 'xmas_c19_elfguard', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10894, 10894, 'xmas_c19_crystalfloor', 'xmas_c19_crystalfloor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10895, 10895, 'clothing_nt_frostedbeard', 'clothing_nt_frostedbeard', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10896, 10896, 'xmas_c19_elffairy', 'xmas_c19_elffairy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10897, 10897, 'xmas_c19_reindeerfigure2', 'xmas_c19_reindeerfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10898, 10898, 'xmas_c19_box6b', 'xmas_c19_box6b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10899, 10899, 'xmas_c19_box5b', 'xmas_c19_box5b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10900, 10900, 'xmas_c19_curtain', 'xmas_c19_curtain', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10901, 10901, 'xmas_c19_box3', 'xmas_c19_box3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10902, 10902, 'xmas_c19_robinfigure', 'xmas_c19_robinfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10903, 10903, 'clothing_snowmansuit', 'clothing_snowmansuit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10904, 10904, 'clothing_nt_bearmuffs', 'clothing_nt_bearmuffs', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10905, 10905, 'clothing_frostedbeard', 'clothing_frostedbeard', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10906, 10906, 'xmas_c19_icetree', 'xmas_c19_icetree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10907, 10907, 'xmas_c19_reindeerfigure', 'xmas_c19_reindeerfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10908, 10908, 'xmas_r19_crystalharp', 'xmas_r19_crystalharp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10909, 10909, 'xmas_c19_archwall', 'xmas_c19_archwall', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10910, 10910, 'xmas_c19_furbanner', 'xmas_c19_furbanner', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10911, 10911, 'xmas_c19_snowcraft', 'xmas_c19_snowcraft', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10912, 10912, 'clothing_nordicscarf', 'clothing_nordicscarf', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10913, 10913, 'xmas_c19_crystaltable', 'xmas_c19_crystaltable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10914, 10914, 'xmas_c19_catplushie', 'xmas_c19_catplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10915, 10915, 'xmas_c19_dragonfigure2', 'xmas_c19_dragonfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10916, 10916, 'xmas_c19_box2', 'xmas_c19_box2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10917, 10917, 'xmas_c19_elfeskimo', 'xmas_c19_elfeskimo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10918, 10918, 'xmas_c19_lamp', 'xmas_c19_lamp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10919, 10919, 'clothing_pompomhat', 'clothing_pompomhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10920, 10920, 'xmas_c19_stackedicedrinks', 'xmas_c19_stackedicedrinks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10921, 10921, 'xmas_c19_pugplushie', 'xmas_c19_pugplushie', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10922, 10922, 'clothing_r19_frosted', 'clothing_r19_frosted', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10923, 10923, 'xmas_r19_crystalfountain', 'xmas_r19_crystalfountain', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10924, 10924, 'xmas_c19_crystalchair', 'xmas_c19_crystalchair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10925, 10925, 'clothing_bearmuffs', 'clothing_bearmuffs', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10926, 10926, 'xmas_c19_box3b', 'xmas_c19_box3b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10927, 10927, 'xmas_c19_windowwall', 'xmas_c19_windowwall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10928, 10928, 'xmas_c19_box6', 'xmas_c19_box6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10929, 10929, 'xmas_c19_unicornfigure2', 'xmas_c19_unicornfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10930, 10930, 'xmas_c19_dragonfigure', 'xmas_c19_dragonfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10931, 10931, 'xmas_c19_box4', 'xmas_c19_box4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10932, 10932, 'clothing_nt_pompomhat', 'clothing_nt_pompomhat', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10933, 10933, 'xmas_c19_robinfigure2', 'xmas_c19_robinfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10934, 10934, 'xmas_c19_angelfigure2', 'xmas_c19_angelfigure2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10935, 10935, 'xmas_c19_iceshards', 'xmas_c19_iceshards', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10936, 10936, 'xmas_c19_box5', 'xmas_c19_box5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10937, 10937, 'xmas_c19_elfmage', 'xmas_c19_elfmage', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10938, 10938, 'xmas_c19_chandelier', 'xmas_c19_chandelier', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10939, 10939, 'xmas_c19_box2b', 'xmas_c19_box2b', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10940, 10940, 'xmas_c19_unicornfigure', 'xmas_c19_unicornfigure', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10941, 10941, 'xmas_c19_icefood', 'xmas_c19_icefood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10942, 10942, 'clothing_nt_snowmansuit', 'clothing_nt_snowmansuit', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10943, 10943, 'xmas_c19_box1', 'xmas_c19_box1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10944, 10944, 'clothing_icecrown', 'clothing_icecrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10945, 10945, 'bonusrare19_4*0', 'bonusrare19_4*0', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10946, 10946, 'bonusrare19_4*1', 'bonusrare19_4*1', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10947, 10947, 'bonusrare19_4*2', 'bonusrare19_4*2', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10948, 10948, 'bonusrare19_4*3', 'bonusrare19_4*3', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10949, 10949, 'bonusrare19_4*4', 'bonusrare19_4*4', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10950, 10950, 'bonusrare19_4*5', 'bonusrare19_4*5', 's', 1, 1, 0.10, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10951, 10951, 'bonusbag19_4', 'bonusbag19_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10952, 10952, 'rare_prize19_xmas', 'rare_prize19_xmas', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10953, 10953, 'shome_keys', 'shome_keys', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10954, 10954, 'shome_hamster', 'shome_hamster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10955, 10955, 'clothing_goldpack4', 'clothing_goldpack4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10956, 10956, 'clothing_r20_galaxybackpack', 'clothing_r20_galaxybackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10957, 10957, 'clothing_heartnecklace', 'clothing_heartnecklace', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10958, 10958, 'clothing_r20_kittyearphones', 'clothing_r20_kittyearphones', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10959, 10959, 'china_goldenrat', 'china_goldenrat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10960, 10960, 'china_rat', 'china_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10961, 10961, 'clothing_rat', 'clothing_rat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10962, 10962, 'clothing_r19_sparklywaist5', 'clothing_r19_sparklywaist5', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10963, 10963, 'clothing_r19_sparklywaist6', 'clothing_r19_sparklywaist6', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10964, 10964, 'clothing_r19_sparklywaist7', 'clothing_r19_sparklywaist7', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10965, 10965, 'clothing_r19_sparklywaist8', 'clothing_r19_sparklywaist8', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10966, 10966, 'clothing_r19_sparklywaist2', 'clothing_r19_sparklywaist2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10967, 10967, 'clothing_r19_sparklywaist3', 'clothing_r19_sparklywaist3', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10968, 10968, 'clothing_r19_sparklywaist1', 'clothing_r19_sparklywaist1', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10969, 10969, 'clothing_r19_sparklywaist4', 'clothing_r19_sparklywaist4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10970, 10970, 'ny_r19_crackable', 'ny_r19_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10971, 10971, 'hc20_9', 'hc20_9', 's', 1, 1, 0.01, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10972, 10972, 'hc20_8', 'hc20_8', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10973, 10973, 'hc20_4', 'hc20_4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10974, 10974, 'hc20_2', 'hc20_2', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10975, 10975, 'hc20_12', 'hc20_12', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10976, 10976, 'hc20_3', 'hc20_3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10977, 10977, 'hc20_7', 'hc20_7', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10978, 10978, 'hc20_10', 'hc20_10', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10979, 10979, 'hc20_11', 'hc20_11', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10980, 10980, 'hc20_5', 'hc20_5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10981, 10981, 'hc20_6', 'hc20_6', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10982, 10982, 'hc20_1', 'hc20_1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10983, 10983, 'CF_750_minihabberge', 'CF_750_minihabberge', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10984, 10984, 'rare_prize20*0', 'rare_prize20*0', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10985, 10985, 'rare_prize20*1', 'rare_prize20*1', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10986, 10986, 'rare_prize20*10', 'rare_prize20*10', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10987, 10987, 'rare_prize20*11', 'rare_prize20*11', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10988, 10988, 'rare_prize20*12', 'rare_prize20*12', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10989, 10989, 'rare_prize20*13', 'rare_prize20*13', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10990, 10990, 'rare_prize20*2', 'rare_prize20*2', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10991, 10991, 'rare_prize20*3', 'rare_prize20*3', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10992, 10992, 'rare_prize20*4', 'rare_prize20*4', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10993, 10993, 'rare_prize20*5', 'rare_prize20*5', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10994, 10994, 'rare_prize20*6', 'rare_prize20*6', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10995, 10995, 'rare_prize20*7', 'rare_prize20*7', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10996, 10996, 'rare_prize20*8', 'rare_prize20*8', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10997, 10997, 'rare_prize20*9', 'rare_prize20*9', 's', 1, 1, 0.01, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10998, 10998, 'rare_r20_wardrobe', 'rare_r20_wardrobe', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (10999, 10999, 'clothing_r20_quinn', 'clothing_r20_quinn', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11000, 11000, 'rare_r20_balloonchair', 'rare_r20_balloonchair', 's', 1, 1, 2.00, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11001, 11001, 'val_c20_cakestand', 'val_c20_cakestand', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11002, 11002, 'val_c20_chair', 'val_c20_chair', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11003, 11003, 'val_c20_lights', 'val_c20_lights', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11004, 11004, 'val_c20_floor', 'val_c20_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11005, 11005, 'val_c20_blackboard', 'val_c20_blackboard', 'i', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11006, 11006, '42670', 'val_c20_window', 'i', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11007, 11007, 'val_c20_tablecounter', 'val_c20_tablecounter', 's', 2, 1, 1.50, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11008, 11008, 'clothing_chocochefoutfit', 'clothing_chocochefoutfit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11009, 11009, 'val_c20_cakedisplay', 'val_c20_cakedisplay', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11010, 11010, 'val_c20_wall', 'val_c20_wall', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11011, 11011, 'val_c20_cake', 'val_c20_cake', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11012, 11012, 'clothing_r20_tattoo', 'clothing_r20_tattoo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11013, 11013, 'val_c20_chocgift', 'val_c20_chocgift', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11014, 11014, 'val_c20_chocfountain', 'val_c20_chocfountain', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11015, 11015, 'val_c20_table', 'val_c20_table', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11016, 11016, 'val_c20_seats', 'val_c20_seats', 's', 2, 1, 2.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11017, 11017, 'bonusbag20_1', 'bonusbag20_1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11018, 11018, 'bonusrare20_1a*1', 'bonusrare20_1a*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11019, 11019, 'bonusrare20_1a*2', 'bonusrare20_1a*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11020, 11020, 'bonusrare20_1a*3', 'bonusrare20_1a*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11021, 11021, 'bonusrare20_1a*4', 'bonusrare20_1a*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11022, 11022, 'bonusrare20_1a*5', 'bonusrare20_1a*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11023, 11023, 'bonusrare20_1a*6', 'bonusrare20_1a*6', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11024, 11024, 'bonusrare20_2*1', 'bonusrare20_2*1', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11025, 11025, 'bonusrare20_2*2', 'bonusrare20_2*2', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11026, 11026, 'bonusrare20_2*3', 'bonusrare20_2*3', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11027, 11027, 'bonusrare20_2*4', 'bonusrare20_2*4', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11028, 11028, 'bonusrare20_2*5', 'bonusrare20_2*5', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11029, 11029, 'bonusrare20_2*6', 'bonusrare20_2*6', 's', 1, 1, 1.00, 1, 1, 1, 2, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11030, 11030, 'bonusbag20_3', 'bonusbag20_3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11031, 11031, 'bonusrare20_3*1', 'bonusrare20_3*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11032, 11032, 'bonusrare20_3*2', 'bonusrare20_3*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11033, 11033, 'bonusrare20_3*3', 'bonusrare20_3*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11034, 11034, 'bonusrare20_3*4', 'bonusrare20_3*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11035, 11035, 'bonusrare20_3*5', 'bonusrare20_3*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11036, 11036, 'bonusrare20_3*6', 'bonusrare20_3*6', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11037, 11037, 'bonusrare20_4*0', 'bonusrare20_4*0', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11038, 11038, 'bonusrare20_4*1', 'bonusrare20_4*1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11039, 11039, 'bonusrare20_4*2', 'bonusrare20_4*2', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11040, 11040, 'bonusrare20_4*3', 'bonusrare20_4*3', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11041, 11041, 'bonusrare20_4*4', 'bonusrare20_4*4', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11042, 11042, 'bonusrare20_4*5', 'bonusrare20_4*5', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11043, 11043, 'bonusbag20_2', 'bonusbag20_2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11044, 11044, 'bonusbag20_4', 'bonusbag20_4', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11045, 11045, 'rare_r20_grandebackdrop', 'rare_r20_grandebackdrop', 's', 3, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11046, 11046, 'clothing_c20_goldheartbp', 'clothing_c20_goldheartbp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11047, 11047, 'art_c20_plant', 'art_c20_plant', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11048, 11048, 'booster_c20_box', 'booster_c20_box', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11049, 11049, 'art_c20_rug', 'art_c20_rug', 's', 2, 3, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11050, 11050, 'booster_c20_box1', 'booster_c20_box1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11051, 11051, 'art_c20_floor', 'art_c20_floor', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11052, 11052, 'art_c20_light', 'art_c20_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11053, 11053, 'art_c20_paintings', 'art_c20_paintings', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11054, 11054, 'art_c20_gold4', 'art_c20_gold4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11055, 11055, 'art_c20_chair', 'art_c20_chair', 's', 1, 1, 1.60, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11056, 11056, 'art_c20_pillow', 'art_c20_pillow', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11057, 11057, 'art_c20_bin', 'art_c20_bin', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11058, 11058, 'art_c20_gold1', 'art_c20_gold1', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11059, 11059, 'clothing_c20_heartbackpack', 'clothing_c20_heartbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11060, 11060, 'art_c20_drawingtablet', 'art_c20_drawingtablet', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11061, 11061, 'art_c20_gold2', 'art_c20_gold2', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11062, 11062, 'art_c20_chair2', 'art_c20_chair2', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11063, 11063, 'art_c20_desk', 'art_c20_desk', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11064, 11064, 'art_c20_shelves', 'art_c20_shelves', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11065, 11065, 'art_c20_chair4', 'art_c20_chair4', 's', 1, 1, 1.10, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11066, 11066, 'art_c20_canvas', 'art_c20_canvas', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11067, 11067, 'art_c20_gold5', 'art_c20_gold5', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11068, 11068, 'art_c20_sofa', 'art_c20_sofa', 's', 2, 1, 0.90, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11069, 11069, 'art_c20_chair1', 'art_c20_chair1', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11070, 11070, 'art_c20_clock', 'art_c20_clock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11071, 11071, 'art_c20_clotheshanger', 'art_c20_clotheshanger', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11072, 11072, 'art_c20_rolledpaper', 'art_c20_rolledpaper', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11073, 11073, 'art_c20_gold3', 'art_c20_gold3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11074, 11074, 'art_c20_artstool', 'art_c20_artstool', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11075, 11075, 'art_c20_easel', 'art_c20_easel', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11076, 11076, 'art_c20_chair3', 'art_c20_chair3', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11077, 11077, 'art_c20_coffeetable', 'art_c20_coffeetable', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11078, 11078, 'art_c20_caddy', 'art_c20_caddy', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11079, 11079, 'easter_c20_heather', 'easter_c20_heather', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11080, 11080, 'easter_r20_mountaingoat', 'easter_r20_mountaingoat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11081, 11081, 'easter_c20_darkrock', 'easter_c20_darkrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11082, 11082, 'clothing_mysticrobes', 'clothing_mysticrobes', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11083, 11083, 'easter_c20_darkprize4', 'easter_c20_darkprize4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11084, 11084, 'easter_c20_scatteredforestfloor', 'easter_c20_scatteredforestfloor', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11085, 11085, 'easter_c20_fishingpole', 'easter_c20_fishingpole', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11086, 11086, 'clothing_nt_yogatop', 'clothing_nt_yogatop', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11087, 11087, 'clothing_nt_campingbackpack', 'clothing_nt_campingbackpack', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11088, 11088, 'easter_c20_stickteepee', 'easter_c20_stickteepee', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11089, 11089, 'easter_c20_ancientbird', 'easter_c20_ancientbird', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11090, 11090, 'clothing_explorersash', 'clothing_explorersash', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11091, 11091, 'easter_c20_rockboulders', 'easter_c20_rockboulders', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11092, 11092, 'clothing_r20_bunnyoutfit', 'clothing_r20_bunnyoutfit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11093, 11093, 'easter_c20_darkprize2', 'easter_c20_darkprize2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11094, 11094, 'clothing_puffyvest', 'clothing_puffyvest', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11095, 11095, 'easter_c20_mountainslopes', 'easter_c20_mountainslopes', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11096, 11096, 'easter_ltd20_fortuneduck', 'easter_ltd20_fortuneduck', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11097, 11097, 'easter_r20_mystictree', 'easter_r20_mystictree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11098, 11098, 'easter_c20_campingessentials', 'easter_c20_campingessentials', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11099, 11099, 'clothing_binoculars', 'clothing_binoculars', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11100, 11100, 'easter_c20_ornamentalrocks', 'easter_c20_ornamentalrocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11101, 11101, 'easter_c20_picnicfood', 'easter_c20_picnicfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11102, 11102, 'clothing_campingbackpack', 'clothing_campingbackpack', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11103, 11103, 'easter_c20_mountainflats', 'easter_c20_mountainflats', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11104, 11104, 'easter_c20_darkprize3', 'easter_c20_darkprize3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11105, 11105, 'easter_c20_darkprize1', 'easter_c20_darkprize1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11106, 11106, 'clothing_yogatop', 'clothing_yogatop', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11107, 11107, 'clothing_nt_puffyvest', 'clothing_nt_puffyvest', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11108, 11108, 'clothing_nt_sportshair', 'clothing_nt_sportshair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11109, 11109, 'easter_c20_camprug', 'easter_c20_camprug', 's', 2, 3, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11110, 11110, 'easter_c20_mossydivider', 'easter_c20_mossydivider', 's', 2, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11111, 11111, 'easter_c20_firstaidkit', 'easter_c20_firstaidkit', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11112, 11112, 'clothing_sportshair', 'clothing_sportshair', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11113, 11113, 'easter_c20_logwalk', 'easter_c20_logwalk', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11114, 11114, 'clothing_mysticcrown', 'clothing_mysticcrown', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11115, 11115, 'clothing_yogapants', 'clothing_yogapants', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11116, 11116, 'easter_c20_ancienthorse', 'easter_c20_ancienthorse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11117, 11117, 'easter_c20_kayak', 'easter_c20_kayak', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11118, 11118, 'clothing_r20_ponytailcap', 'clothing_r20_ponytailcap', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11119, 11119, 'clothing_nt_yogapants', 'clothing_nt_yogapants', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11120, 11120, 'easter_c20_lightprize3', 'easter_c20_lightprize3', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11121, 11121, 'easter_c20_climbingropetele', 'easter_c20_climbingropetele', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'teleport', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11122, 11122, 'clothing_nt_sportsshade', 'clothing_nt_sportsshade', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11123, 11123, 'clothing_nt_binoculars', 'clothing_nt_binoculars', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11124, 11124, 'easter_c20_lightprize2', 'easter_c20_lightprize2', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11125, 11125, 'easter_c20_forestfriends', 'easter_c20_forestfriends', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11126, 11126, 'easter_c20_lightrock', 'easter_c20_lightrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11127, 11127, 'easter_c20_clayrelic', 'easter_c20_clayrelic', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11128, 11128, 'easter_c20_fishstream', 'easter_c20_fishstream', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11129, 11129, 'clothing_rainbowegg', 'clothing_rainbowegg', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '3918', 0, 0, '');
INSERT INTO `items_base` VALUES (11130, 11130, 'easter_c20_jadeguardian', 'easter_c20_jadeguardian', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11131, 11131, 'easter_c20_heatherrock', 'easter_c20_heatherrock', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11132, 11132, 'easter_c20_ancientstatue', 'easter_c20_ancientstatue', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11133, 11133, 'clothing_sportsshade', 'clothing_sportsshade', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11134, 11134, 'easter_c20_lightprize4', 'easter_c20_lightprize4', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11135, 11135, 'easter_c20_lightprize1', 'easter_c20_lightprize1', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11136, 11136, 'easter_c20_waypointrocks', 'easter_c20_waypointrocks', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11137, 11137, 'easter_c20_energyfood', 'easter_c20_energyfood', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11138, 11138, 'easter_c20_zenmaster', 'easter_c20_zenmaster', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11139, 11139, 'clothing_nt_explorersash', 'clothing_nt_explorersash', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11140, 11140, 'easter_c20_foresttree', 'easter_c20_foresttree', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11141, 11141, 'easter_c20_rapids', 'easter_c20_rapids', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 0, 1, 1, 'roller', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11142, 11142, 'easter_c20_lightrock1', 'easter_c20_lightrock1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11143, 11143, 'easter_c20_darkrock1', 'easter_c20_darkrock1', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11144, 11144, 'rare_r20_corgi', 'rare_r20_corgi', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11145, 11145, 'rare_r20_marimo', 'rare_r20_marimo', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11146, 11146, 'rare_r20_treehouse', 'rare_r20_treehouse', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11147, 11147, 'spa_c20_bbrose', 'spa_c20_bbrose', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11148, 11148, 'spa_c20_crackable1A', 'spa_c20_crackable1A', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11149, 11149, 'clothing_towelwraphalf', 'clothing_towelwraphalf', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11150, 11150, 'spa_c20_crackable1B', 'spa_c20_crackable1B', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11151, 11151, 'clothing_eyemask', 'clothing_eyemask', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11152, 11152, 'clothing_maskmint', 'clothing_maskmint', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11153, 11153, 'spa_c20_bbmint', 'spa_c20_bbmint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11154, 11154, 'spa_c20_bbcharcoal', 'spa_c20_bbcharcoal', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11155, 11155, 'clothing_towelhair', 'clothing_towelhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11156, 11156, 'clothing_eyetomato', 'clothing_eyetomato', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11157, 11157, 'clothing_maskrose', 'clothing_maskrose', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11158, 11158, 'clothing_eyecucumber', 'clothing_eyecucumber', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11159, 11159, 'spa_c20_lavendersalt', 'spa_c20_lavendersalt', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11160, 11160, 'clothing_towelwrapfull', 'clothing_towelwrapfull', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11161, 11161, 'clothing_maskcitrus', 'clothing_maskcitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11162, 11162, 'spa_c20_bbcitrus', 'spa_c20_bbcitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11163, 11163, 'spa_c20_incense', 'spa_c20_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11164, 11164, 'clothing_maskcharcoal', 'clothing_maskcharcoal', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11165, 11165, 'clothing_eyecitrus', 'clothing_eyecitrus', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11166, 11166, 'spa_c20_crackable2A', 'spa_c20_crackable2A', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11167, 11167, 'clothing_eyestrawberry', 'clothing_eyestrawberry', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11168, 11168, 'spa_c20_crackable2B', 'spa_c20_crackable2B', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11169, 11169, 'spa_c20_bath', 'spa_c20_bath', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11170, 11170, 'CF_500_goldenbeetle', 'CF_500_goldenbeetle', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11171, 11171, 'clothing_r20_monkeyfezhat', 'clothing_r20_monkeyfezhat', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11172, 11172, 'india_c20_saribp', 'india_c20_saribp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11173, 11173, 'india_c20_longpillow', 'india_c20_longpillow', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11174, 11174, 'clothing_moviestarmakeup', 'clothing_moviestarmakeup', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11175, 11175, 'clothing_cobra', 'clothing_cobra', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11176, 11176, 'india_r20_bengaltiger', 'india_r20_bengaltiger', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11177, 11177, 'india_c20_incense', 'india_c20_incense', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11178, 11178, 'clothing_exoticcape', 'clothing_exoticcape', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11179, 11179, 'india_c20_capebp', 'india_c20_capebp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11180, 11180, 'india_c20_eleseat', 'india_c20_eleseat', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11181, 11181, 'india_c20_flowerbelldeco', 'india_c20_flowerbelldeco', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11182, 11182, 'india_c20_dye', 'india_c20_dye', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11183, 11183, 'clothing_headjewel', 'clothing_headjewel', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11184, 11184, 'clothing_moviestarhair', 'clothing_moviestarhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11185, 11185, 'clothing_grandsari', 'clothing_grandsari', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11186, 11186, 'india_c20_sofa', 'india_c20_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11187, 11187, 'clothing_grandheadjewel', 'clothing_grandheadjewel', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11188, 11188, 'india_c20_jewellerybox', 'india_c20_jewellerybox', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11189, 11189, 'clothing_sherwani', 'clothing_sherwani', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11190, 11190, 'india_c20_sherwanibp', 'india_c20_sherwanibp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11191, 11191, 'india_c20_light', 'india_c20_light', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11192, 11192, 'clothing_nt_turban', 'clothing_nt_turban', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11193, 11193, 'india_c20_balconydoor', 'india_c20_balconydoor', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11194, 11194, 'india_c20_archway', 'india_c20_archway', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11195, 11195, 'india_c20_snakebp', 'india_c20_snakebp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11196, 11196, 'india_c20_dessert', 'india_c20_dessert', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11197, 11197, 'india_c20_tiledfloor', 'india_c20_tiledfloor', 's', 2, 2, 0.10, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11198, 11198, 'clothing_turban', 'clothing_turban', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11199, 11199, 'india_c20_cloth', 'india_c20_cloth', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11200, 11200, 'clothing_grandsherwani', 'clothing_grandsherwani', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11201, 11201, 'india_c20_curries', 'india_c20_curries', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11202, 11202, 'india_c20_palmvase', 'india_c20_palmvase', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11203, 11203, 'clothing_nt_moviestarhair', 'clothing_nt_moviestarhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11204, 11204, 'clothing_grandexoticcape', 'clothing_grandexoticcape', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11205, 11205, 'india_c20_sewingmachine', 'india_c20_sewingmachine', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crafting', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11206, 11206, 'india_c20_blueprintb', 'india_c20_blueprintb', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11207, 11207, 'india_c20_eletable', 'india_c20_eletable', 's', 1, 1, 1.45, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11208, 11208, 'india_r20_exotictent', 'india_r20_exotictent', 's', 2, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11209, 11209, 'clothing_snake', 'clothing_snake', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11210, 11210, 'india_c20_blueprint', 'india_c20_blueprint', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11211, 11211, 'india_c20_teaset', 'india_c20_teaset', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11212, 11212, 'india_c20_headjewelbp', 'india_c20_headjewelbp', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11213, 11213, 'clothing_nt_moviestarmakeup', 'clothing_nt_moviestarmakeup', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11214, 11214, 'india_c20_beadbellsdeco', 'india_c20_beadbellsdeco', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11215, 11215, 'clothing_sari', 'clothing_sari', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11216, 11216, 'clothing_r20_jewelbraidhair', 'clothing_r20_jewelbraidhair', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11217, 11217, 'india_ltd20_sultanthrone', 'india_ltd20_sultanthrone', 's', 1, 1, 1.25, 0, 1, 0, 0, 0, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11218, 11218, 'diamond_painting48', 'diamond_painting48', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11219, 11219, 'diamond_painting50', 'diamond_painting50', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11220, 11220, 'diamond_painting49', 'diamond_painting49', 's', 2, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11221, 11221, 'diamond_painting47', 'diamond_painting47', 's', 1, 2, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11222, 11222, 'clothing_studentcap', 'clothing_studentcap', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11223, 11223, 'clothing_nt_studentcap', 'clothing_nt_studentcap', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11224, 11224, 'clothing_spottedoctohat', 'clothing_spottedoctohat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11225, 11225, 'rainyday_c20_craftset', 'rainyday_c20_craftset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11226, 11226, 'rainyday_c20_woodentable', 'rainyday_c20_woodentable', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11227, 11227, 'rainyday_c20_rainceilingwindow', 'rainyday_c20_rainceilingwindow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11228, 11228, 'rainyday_c20_paintset', 'rainyday_c20_paintset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11229, 11229, 'rainyday_c20_typewriter', 'rainyday_c20_typewriter', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11230, 11230, 'rainyday_c20_scentedcandles', 'rainyday_c20_scentedcandles', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11231, 11231, 'rainyday_c20_cosywhippet', 'rainyday_c20_cosywhippet', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11232, 11232, 'rainyday_c20_woodendesk', 'rainyday_c20_woodendesk', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11233, 11233, 'rainyday_c20_glowstars', 'rainyday_c20_glowstars', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11234, 11234, 'rainyday_c20_raindropwall', 'rainyday_c20_raindropwall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11235, 11235, 'rainyday_c20_woodenfloor', 'rainyday_c20_woodenfloor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11236, 11236, 'rainyday_c20_snugblanket', 'rainyday_c20_snugblanket', 's', 1, 1, 0.80, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11237, 11237, 'rainyday_c20_stackoflogs', 'rainyday_c20_stackoflogs', 's', 1, 2, 1.80, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11238, 11238, 'rainyday_c20_coathanger', 'rainyday_c20_coathanger', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11239, 11239, 'rainyday_c20_homebakes', 'rainyday_c20_homebakes', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11240, 11240, 'rainyday_c20_retrogames', 'rainyday_c20_retrogames', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11241, 11241, 'clothing_nt_starearrings', 'clothing_nt_starearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11242, 11242, 'clothing_starearrings', 'clothing_starearrings', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11243, 11243, 'clothing_glitzypurse', 'clothing_glitzypurse', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11244, 11244, 'clothing_nt_flapperdress', 'clothing_nt_flapperdress', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11245, 11245, 'clothing_chiseledface', 'clothing_chiseledface', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11246, 11246, 'clothing_nt_modernshortwave', 'clothing_nt_modernshortwave', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11247, 11247, 'habbo20_c20_artdecocarpet', 'habbo20_c20_artdecocarpet', 's', 3, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11248, 11248, 'clothing_nt_silkgloves', 'clothing_nt_silkgloves', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11249, 11249, 'habbo20_c20_balloons', 'habbo20_c20_balloons', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11250, 11250, 'clothing_nt_slickedbackhair', 'clothing_nt_slickedbackhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11251, 11251, 'clothing_r20_glitzytux', 'clothing_r20_glitzytux', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11252, 11252, 'clothing_pencilmoustache', 'clothing_pencilmoustache', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11253, 11253, 'clothing_nt_glitzypurse', 'clothing_nt_glitzypurse', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11254, 11254, 'clothing_modernshortwave', 'clothing_modernshortwave', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11255, 11255, 'clothing_slickedbackhair', 'clothing_slickedbackhair', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11256, 11256, 'clothing_flapperdress', 'clothing_flapperdress', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11257, 11257, 'clothing_nt_pencilmoustache', 'clothing_nt_pencilmoustache', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11258, 11258, 'habbo20_c20_artdecochair', 'habbo20_c20_artdecochair', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11259, 11259, 'clothing_silkgloves', 'clothing_silkgloves', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11260, 11260, 'habbo20_c20_artdecobackdrop', 'habbo20_c20_artdecobackdrop', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11261, 11261, 'habbo20_c20_glitzytable', 'habbo20_c20_glitzytable', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11262, 11262, 'clothing_nt_chiseledface', 'clothing_nt_chiseledface', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11263, 11263, 'neonpunk_c20_wall', 'neonpunk_c20_wall', 's', 1, 2, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11264, 11264, 'neonpunk_c20_cupboard', 'neonpunk_c20_cupboard', 's', 1, 1, 2.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11265, 11265, 'neonpunk_c20_strawberries', 'neonpunk_c20_strawberries', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11266, 11266, 'neonpunk_c20_stool', 'neonpunk_c20_stool', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11267, 11267, 'neonpunk_c20_lamp', 'neonpunk_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11268, 11268, 'clothing_r20_neonpunkset', 'clothing_r20_neonpunkset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11269, 11269, 'neonpunk_c20_bed', 'neonpunk_c20_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11270, 11270, 'neonpunk_c20_stardeco', 'neonpunk_c20_stardeco', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11271, 11271, 'neonpunk_c20_unicornposter', 'neonpunk_c20_unicornposter', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11272, 11272, 'neonpunk_c20_candylights', 'neonpunk_c20_candylights', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11273, 11273, 'neonpunk_c20_bows', 'neonpunk_c20_bows', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11274, 11274, 'neonpunk_c20_carpet', 'neonpunk_c20_carpet', 's', 4, 4, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11275, 11275, 'neonpunk_c20_lights', 'neonpunk_c20_lights', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11276, 11276, 'neonpunk_c20_table', 'neonpunk_c20_table', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11277, 11277, 'neonpunk_c20_cubeseat', 'neonpunk_c20_cubeseat', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11278, 11278, 'neonpunk_c20_storage', 'neonpunk_c20_storage', 's', 2, 1, 2.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11279, 11279, 'neonpunk_c20_plushiepile', 'neonpunk_c20_plushiepile', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11280, 11280, 'neonpunk_c20_plushie1', 'neonpunk_c20_plushie1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11281, 11281, 'neonpunk_c20_dresser', 'neonpunk_c20_dresser', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11282, 11282, 'neonpunk_c20_food', 'neonpunk_c20_food', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11283, 11283, 'neonpunk_c20_floor', 'neonpunk_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11284, 11284, 'neonpunk_c20_plushie2', 'neonpunk_c20_plushie2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11285, 11285, 'neonpunk_c20_plushie3', 'neonpunk_c20_plushie3', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11286, 11286, 'neonpunk_c20_sofa', 'neonpunk_c20_sofa', 's', 2, 1, 1.20, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11287, 11287, 'neonpunk_c20_bedsidetable', 'neonpunk_c20_bedsidetable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11288, 11288, 'gothiccafe_c20_sofa', 'gothiccafe_c20_sofa', 's', 2, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11289, 11289, 'gothiccafe_c20_creamrolls', 'gothiccafe_c20_creamrolls', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11290, 11290, 'gothiccafe_c20_bookcase', 'gothiccafe_c20_bookcase', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11291, 11291, 'gothiccafe_c20_table', 'gothiccafe_c20_table', 's', 1, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11292, 11292, 'gothiccafe_c20_teaplant', 'gothiccafe_c20_teaplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11293, 11293, 'gothiccafe_c20_glass', 'gothiccafe_c20_glass', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11294, 11294, 'gothiccafe_c20_vase', 'gothiccafe_c20_vase', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11295, 11295, 'gothiccafe_c20_icetea', 'gothiccafe_c20_icetea', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11296, 11296, 'gothiccafe_c20_donut', 'gothiccafe_c20_donut', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11297, 11297, 'gothiccafe_c20_coffeetable', 'gothiccafe_c20_coffeetable', 's', 2, 1, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11298, 11298, 'gothiccafe_c20_floor', 'gothiccafe_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11299, 11299, 'clothing_r20_gothicset', 'clothing_r20_gothicset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11300, 11300, 'gothiccafe_c20_rosepainting', 'gothiccafe_c20_rosepainting', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11301, 11301, 'gothiccafe_c20_shelf', 'gothiccafe_c20_shelf', 's', 1, 2, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'multiheight', 2, '0', '0.30;1.10', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11302, 11302, 'gothiccafe_c20_wall', 'gothiccafe_c20_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11303, 11303, 'gothiccafe_c20_mochicake', 'gothiccafe_c20_mochicake', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11304, 11304, 'gothiccafe_c20_counter', 'gothiccafe_c20_counter', 's', 1, 2, 1.10, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11305, 11305, 'gothiccafe_c20_rug', 'gothiccafe_c20_rug', 's', 2, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11306, 11306, 'gothiccafe_c20_windoor', 'gothiccafe_c20_windoor', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11307, 11307, 'gothiccafe_c20_armchair', 'gothiccafe_c20_armchair', 's', 1, 1, 1.20, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11308, 11308, 'habbo20_r20_crackable', 'habbo20_r20_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11309, 11309, 'habbo20_c20_crackable', 'habbo20_c20_crackable', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'crackable', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11310, 11310, 'habbo20_c20_blackgoldballoon', 'habbo20_c20_blackgoldballoon', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11311, 11311, 'clothing_h20th', 'clothing_h20th', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11312, 11312, 'habbo20_c20_rosegoldballoon', 'habbo20_c20_rosegoldballoon', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11313, 11313, 'rare_blackrosegold_parasol', 'rare_blackrosegold_parasol', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11314, 11314, 'rare_blackrosegold_icecream', 'rare_blackrosegold_icecream', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'vendingmachine', 2, '4', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11315, 11315, 'rare_blackrosegold_fountain', 'rare_blackrosegold_fountain', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11316, 11316, 'rare_r20_candle', 'rare_r20_candle', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11317, 11317, 'rare_blackrosegold_beehive_bulb', 'rare_blackrosegold_beehive_bulb', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11318, 11318, 'rare_blackrosegold_scifidoor', 'rare_blackrosegold_scifidoor', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11319, 11319, 'rare_blackrosegold_pillar', 'rare_blackrosegold_pillar', 's', 1, 1, 3.50, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11320, 11320, 'rare_blackrosegold_pillow', 'rare_blackrosegold_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11321, 11321, 'rare_blackrosegold_wooden_screen', 'rare_blackrosegold_wooden_screen', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11322, 11322, 'rare_blackrosegold_barrier', 'rare_blackrosegold_barrier', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11323, 11323, 'rare_blackrosegold_scifirocket', 'rare_blackrosegold_scifirocket', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11324, 11324, 'rare_blackrosegold_marquee', 'rare_blackrosegold_marquee', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11325, 11325, 'rare_blackrosegold_elephant_statue', 'rare_blackrosegold_elephant_statue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11326, 11326, 'rare_r20_throne', 'rare_r20_throne', 's', 1, 1, 1.30, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'pressureplate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11327, 11327, 'rare_blackrosegold_dragonlamp', 'rare_blackrosegold_dragonlamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11328, 11328, 'rare_blackrosegold_sleepingbag', 'rare_blackrosegold_sleepingbag', 's', 1, 3, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11329, 11329, 'rare_blackrosegold_scifiport', 'rare_blackrosegold_scifiport', 's', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11330, 11330, 'rare_blackrosegold_fan', 'rare_blackrosegold_fan', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11331, 11331, 'darkelegant_c20_flowerpot', 'darkelegant_c20_flowerpot', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11332, 11332, 'darkelegant_c20_smalltable', 'darkelegant_c20_smalltable', 's', 1, 1, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11333, 11333, 'darkelegant_c20_floor', 'darkelegant_c20_floor', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11334, 11334, 'darkelegant_c20_chair', 'darkelegant_c20_chair', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11335, 11335, 'darkelegant_c20_walldecor', 'darkelegant_c20_walldecor', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11336, 11336, 'darkelegant_c20_window', 'darkelegant_c20_window', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11337, 11337, 'darkelegant_c20_vanity', 'darkelegant_c20_vanity', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11338, 11338, 'darkelegant_c20_light', 'darkelegant_c20_light', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11339, 11339, 'darkelegant_c20_lionstatue', 'darkelegant_c20_lionstatue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11340, 11340, 'darkelegant_c20_teaset', 'darkelegant_c20_teaset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11341, 11341, 'darkelegant_c20_lamp', 'darkelegant_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11342, 11342, 'darkelegant_c20_stool', 'darkelegant_c20_stool', 's', 1, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11343, 11343, 'darkelegant_c20_cat', 'darkelegant_c20_cat', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11344, 11344, 'darkelegant_c20_table', 'darkelegant_c20_table', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11345, 11345, 'clothing_darkelegantset', 'clothing_darkelegantset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11346, 11346, 'darkelegant_c20_cupboard', 'darkelegant_c20_cupboard', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11347, 11347, 'darkelegant_c20_bed', 'darkelegant_c20_bed', 's', 2, 3, 2.00, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11348, 11348, 'darkelegant_c20_sofa', 'darkelegant_c20_sofa', 's', 2, 1, 1.50, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11349, 11349, 'darkelegant_c20_wall', 'darkelegant_c20_wall', 's', 2, 1, 4.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11350, 11350, 'darkelegant_c20_carpet', 'darkelegant_c20_carpet', 's', 3, 2, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11351, 11351, 'sunsetcafe_c20_duck', 'sunsetcafe_c20_duck', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11352, 11352, 'sunsetcafe_c20_plant', 'sunsetcafe_c20_plant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11353, 11353, 'sunsetcafe_c20_floor', 'sunsetcafe_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11354, 11354, 'sunsetcafe_c20_table', 'sunsetcafe_c20_table', 's', 1, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11355, 11355, 'sunsetcafe_c20_wallcorner', 'sunsetcafe_c20_wallcorner', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11356, 11356, 'sunsetcafe_c20_bench', 'sunsetcafe_c20_bench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11357, 11357, 'sunsetcafe_c20_benchcornerconcave', 'sunsetcafe_c20_benchcornerconcave', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 1, 1, '');
INSERT INTO `items_base` VALUES (11358, 11358, 'sunsetcafe_c20_coffeemachine', 'sunsetcafe_c20_coffeemachine', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'vendingmachine', 2, '14', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11359, 11359, 'sunsetcafe_c20_logdecor', 'sunsetcafe_c20_logdecor', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11360, 11360, 'sunsetcafe_c20_swordfish', 'sunsetcafe_c20_swordfish', 's', 3, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11361, 11361, 'sunsetcafe_c20_barcorner', 'sunsetcafe_c20_barcorner', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11362, 11362, 'sunsetcafe_c20_lightupfloor', 'sunsetcafe_c20_lightupfloor', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11363, 11363, 'sunsetcafe_c20_bar', 'sunsetcafe_c20_bar', 's', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11364, 11364, 'sunsetcafe_c20_shallow', 'sunsetcafe_c20_shallow', 's', 2, 2, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 30, 30, '');
INSERT INTO `items_base` VALUES (11365, 11365, 'sunsetcafe_c20_drinks', 'sunsetcafe_c20_drinks', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11366, 11366, 'sunsetcafe_c20_logsteppingstones', 'sunsetcafe_c20_logsteppingstones', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11367, 11367, 'sunsetcafe_c20_wall', 'sunsetcafe_c20_wall', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11368, 11368, 'darkmodern_c20_wall', 'darkmodern_c20_wall', 's', 2, 1, 3.60, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11369, 11369, 'darkmodern_c20_incense', 'darkmodern_c20_incense', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11370, 11370, 'darkmodern_c20_neonlight', 'darkmodern_c20_neonlight', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11371, 11371, 'darkmodern_c20_folder', 'darkmodern_c20_folder', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11372, 11372, 'darkmodern_c20_floor', 'darkmodern_c20_floor', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11373, 11373, 'darkmodern_c20_creative', 'darkmodern_c20_creative', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11374, 11374, 'darkmodern_c20_rug', 'darkmodern_c20_rug', 's', 2, 3, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11375, 11375, 'darkmodern_c20_display', 'darkmodern_c20_display', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11376, 11376, 'darkmodern_c20_speakers', 'darkmodern_c20_speakers', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11377, 11377, 'darkmodern_c20_pictures', 'darkmodern_c20_pictures', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11378, 11378, 'darkmodern_c20_bed', 'darkmodern_c20_bed', 's', 2, 3, 1.80, 0, 0, 1, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11379, 11379, 'darkmodern_c20_glassblockwall', 'darkmodern_c20_glassblockwall', 's', 2, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11380, 11380, 'darkmodern_c20_lowtable', 'darkmodern_c20_lowtable', 's', 1, 3, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11381, 11381, 'darkmodern_c20_plant', 'darkmodern_c20_plant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11382, 11382, 'darkmodern_c20_endtable', 'darkmodern_c20_endtable', 's', 1, 1, 1.40, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11383, 11383, 'darkmodern_c20_reads', 'darkmodern_c20_reads', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11384, 11384, 'darkmodern_c20_bunnylight', 'darkmodern_c20_bunnylight', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11385, 11385, 'darkmodern_c20_pillow', 'darkmodern_c20_pillow', 's', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11386, 11386, 'darkmodern_c20_desk', 'darkmodern_c20_desk', 's', 1, 2, 1.20, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11387, 11387, 'darkmodern_c20_sofa', 'darkmodern_c20_sofa', 's', 2, 1, 1.40, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11388, 11388, 'darkmodern_c20_hoomba', 'darkmodern_c20_hoomba', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11389, 11389, 'darkmodern_c20_chair', 'darkmodern_c20_chair', 's', 1, 1, 1.40, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11390, 11390, 'darkmodern_c20_pug', 'darkmodern_c20_pug', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11391, 11391, 'darkmodern_c20_shelf', 'darkmodern_c20_shelf', 's', 1, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11392, 11392, 'darkmodern_c20_lamp', 'darkmodern_c20_lamp', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11393, 11393, 'darkmodern_c20_tubelights', 'darkmodern_c20_tubelights', 's', 1, 1, 1.85, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11394, 11394, 'darkmodern_c20_tv', 'darkmodern_c20_tv', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11395, 11395, 'darkmodern_c20_floorlight', 'darkmodern_c20_floorlight', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11396, 11396, 'zengarden_c20_stonebench', 'zengarden_c20_stonebench', 's', 2, 1, 1.00, 0, 1, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11397, 11397, 'zengarden_c20_peacedog', 'zengarden_c20_peacedog', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11398, 11398, 'clothing_r20_harmonyset', 'clothing_r20_harmonyset', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'clothing', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11399, 11399, 'zengarden_c20_spikeyplant', 'zengarden_c20_spikeyplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11400, 11400, 'zengarden_c20_stonetable', 'zengarden_c20_stonetable', 's', 1, 1, 0.50, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11401, 11401, 'zengarden_c20_door', 'zengarden_c20_door', 's', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 1, 1, 1, 'gate', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11402, 11402, 'zengarden_c20_rootplant', 'zengarden_c20_rootplant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11403, 11403, 'zengarden_c20_light', 'zengarden_c20_light', 's', 1, 1, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11404, 11404, 'zengarden_c20_roof', 'zengarden_c20_roof', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11405, 11405, 'zengarden_c20_plankfloor', 'zengarden_c20_plankfloor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11406, 11406, 'zengarden_c20_roofcorner', 'zengarden_c20_roofcorner', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11407, 11407, 'zengarden_c20_moss', 'zengarden_c20_moss', 's', 1, 1, 0.20, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11408, 11408, 'zengarden_c20_goldenmobile', 'zengarden_c20_goldenmobile', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11409, 11409, 'zengarden_c20_pebbles', 'zengarden_c20_pebbles', 's', 2, 2, 0.05, 1, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11410, 11410, 'zengarden_c20_bamboo', 'zengarden_c20_bamboo', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11411, 11411, 'zengarden_c20_divider', 'zengarden_c20_divider', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11412, 11412, 'zengarden_c20_glasspond', 'zengarden_c20_glasspond', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11413, 11413, 'habbo20_c20_trophybronze', 'habbo20_c20_trophybronze', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11414, 11414, 'habbo20_c20_trophyblock', 'habbo20_c20_trophyblock', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11415, 11415, 'habbo20_c20_trophygold', 'habbo20_c20_trophygold', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11416, 11416, 'habbo20_c20_trophylooks', 'habbo20_c20_trophylooks', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11417, 11417, 'habbo20_c20_trophydesign', 'habbo20_c20_trophydesign', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11418, 11418, 'habbo20_c20_trophysilver', 'habbo20_c20_trophysilver', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11419, 11419, 'habbo20_c20_trophyvideo', 'habbo20_c20_trophyvideo', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'trophy', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (11420, 11420, 'CF_1500_suitcase2', 'CF_1500_suitcase2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (19894, 3002, 'Golvfärg', 'floor', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (19896, 3001, 'Väggfärg', 'wallpaper', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (19926, 4055, 'Landskap', 'landscape', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 0, 'roomeffect', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (20060, 20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (20100, 2010, '', 'Poker', 'i', 1, 1, 1.00, 1, 1, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40010, 4001, '', 'poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 0, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40020, 4002, 'Gothic fountain', 'gothicfountain', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40030, 4003, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40040, 4004, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40050, 4005, 'Gothic Torch', 'torch', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40060, 4006, 'Heartlight', 'val_heart', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40070, 4007, 'Romantique Wall Mirror', 'wallmirror', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40080, 4008, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40090, 4009, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40100, 4010, 'The Wheel of Fortune', 'habbowheel', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40110, 4011, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40120, 4012, 'V Guitar', 'guitar_v', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40130, 4013, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40140, 4014, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40150, 4015, 'Xmas light', 'xmas_light', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40160, 4016, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40170, 4017, 'Swords', 'sw_swords', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40180, 4018, 'sw_stone', 'sw_stone', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40190, 4019, 'Spiderwick Hole on Wall', 'sw_hole', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40200, 4020, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40210, 4021, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40220, 4022, 'Window Frame', 'arabian_wndw', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40230, 4023, 'Bubble Juice Logo', 'md_logo_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40240, 4024, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40250, 4025, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40260, 4026, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40270, 4027, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40280, 4028, 'Tiki Surfboard', 'tiki_surfboard', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40290, 4029, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40300, 4030, 'Tiki Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40310, 4031, 'Single Window', 'window_single_default', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40320, 4032, 'Double Window', 'window_double_default', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40330, 4033, 'Window', 'noob_window_double', 'i', 0, 0, 1.00, 1, 1, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40340, 4034, 'Chinese Window Large', 'window_chinese_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40350, 4035, 'Golden Window', 'window_golden', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40360, 4036, 'Square Glass Window', 'window_square', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40370, 4037, 'Romantic Window Small', 'window_romantic_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40380, 4038, 'Chinese Window Small', 'window_chinese_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40390, 4039, '70s Window Large', 'window_70s_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40400, 4040, '70s Window Small', 'window_70s_narrow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40410, 4041, 'Romantic Window Large', 'window_romantic_wide', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40420, 4042, 'Basic Window', 'window_basic', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40430, 4043, 'ads_sunnyd', 'ads_sunnyd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40440, 4044, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40450, 4045, 'Bay Window', 'window_triple', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40460, 4046, 'Diner Window Small', 'window_diner2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40470, 4047, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40480, 4048, 'Diner Wall Table', 'diner_walltable', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40490, 4049, 'Large Window', 'window_diner', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40500, 4050, 'Nokia', 'ads_nokia_logo', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40510, 4051, 'easy_poster', 'easy_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40520, 4052, 'Window', 'window_hole', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40530, 4053, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40540, 4054, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40560, 4056, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40570, 4057, 'netari_poster', 'netari_poster', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40580, 4058, 'ads_campguitar', 'ads_campguitar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40590, 4059, 'Nuclear poster', 'hween08_rad', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40600, 4060, 'X-Ray light', 'hw_08_xray', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40610, 4061, 'Window with Blood - Small', 'hween08_wndwb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40620, 4062, 'Window with Blood - Big', 'hween08_wndw', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40630, 4063, 'Biohazard poster', 'hween08_bio', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40640, 4064, 'X-Ray light', 'hw08_xray', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40650, 4065, 'Gothic fountain', 'gothicfountain2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40660, 4066, 'LED Wall Poster', 'party_led', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40670, 4067, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40680, 4068, 'Girls\' Bathrooom Sign', 'party_wc_girl', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40690, 4069, 'Neon Left Arrow', 'party_neon1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40700, 4070, 'Guys\' Bathrooom Sign', 'party_wc_boy', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40710, 4071, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40720, 4072, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40730, 4073, 'Neon Right Arrow', 'party_neon2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40740, 4074, 'Heart Light', 'party_neon5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40750, 4075, 'Flamingo Light', 'party_neon3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40760, 4076, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40770, 4077, 'Snowy Poster', 'xmas08_wallpaper', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'roomeffect', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40780, 4078, 'ads_clwall2', 'ads_clwall2', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40790, 4079, 'ads_clwall3', 'ads_clwall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40800, 4080, 'xmas_icewall name', 'xmas_icewall', 'i', 1, 1, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40810, 4081, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40820, 4082, 'ChildLine TV', 'ads_clwall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40830, 4083, 'Habbo Mall Window', 'ads_mall_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40840, 4084, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40850, 4085, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40860, 4086, 'Wall Lamp', 'china_light', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40870, 4087, 'Window', 'bolly_wdw_wd', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40880, 4088, 'American Idol Poster', 'ads_idol_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40890, 4089, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40900, 4090, 'Monster Blueprint', 'ads_igor_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40910, 4091, 'Habbo Mall Petshop Window', 'ads_mall_winpet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40920, 4092, 'Habbo Mall Furni Window', 'ads_mall_winfur', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40930, 4093, 'American Idol Flat Screen', 'ads_idol_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40940, 4094, 'Wooden window', 'lc_window1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40950, 4095, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40960, 4096, 'Aquarium window', 'lc_window2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40970, 4097, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40980, 4098, 'Habbo Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (40990, 4099, 'Makeup Mirror', 'ads_idol_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41000, 4100, 'Habbo Mall Window Beauty', 'ads_mall_winbea', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41010, 4101, 'Habbo Mall Music Window', 'ads_mall_winmus', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41020, 4102, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41030, 4103, 'ads_mall_winchi', 'ads_mall_winchi', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41040, 4104, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41050, 4105, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41060, 4106, 'ads_mall_winspo', 'ads_mall_winspo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41070, 4107, 'Waterfall', 'exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41080, 4108, 'American Idol Neon Sign', 'ads_idol_logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41090, 4109, 'Habbo Mall Ice Cream Window', 'ads_mall_winice', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41100, 4110, 'World Map', 'exe_map', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41110, 4111, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41120, 4112, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41130, 4113, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41140, 4114, 'Forest Wall', 'country_forestwall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41150, 4115, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41160, 4116, 'Country Lantern', 'country_lantern', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41170, 4117, 'Country Fireplace', 'country_fp', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41180, 4118, 'Country wall', 'country_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41190, 4119, 'flag_norway', 'flag_norway', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41200, 4120, 'Le Diner', 'diner_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41210, 4121, 'Jungle Wall', 'lt_jngl_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41220, 4122, 'Dress Up Mirror', 'ads_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (41230, 4123, 'Lost Tribe Stone Wall', 'lt_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42200, 4220, 'Heart stickies', 'post_it_vd', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42210, 4221, 'Pad of Stickies', 'post_it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42220, 4222, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42230, 4223, 'Spaceship Corner Wall', 'sf_wall3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42240, 4224, 'Spaceship Window', 'sf_window', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42250, 4225, 'ads_mall_wintra', 'ads_mall_wintra', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42260, 4226, 'WWE', 'ads_wwe_poster', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42270, 4227, 'sf_wall', 'sf_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42280, 4228, 'Spaceship Wall', 'sf_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42290, 4229, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42300, 4230, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42310, 4231, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42320, 4232, 'Relaxation Wall', 'rela_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42330, 4233, 'Magnetic Knife Holder', 'ktchn_knives', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42340, 4234, 'Kitchen Oven', 'ktchn_oven', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42350, 4235, 'Kitchen Wall', 'ktchn_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42360, 4236, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42370, 4237, 'Large Mood Switch', 'dimmer_swtch', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42380, 4238, 'Small Mood Switch', 'dimmer_buttn', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42390, 4239, 'Small Mood Controller', 'dimmer_fuse2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42400, 4240, 'Large Mood Controller', 'dimmer_fuse6', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42410, 4241, 'ads_mtv_bigtv name', 'ads_mtv_bigtv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42420, 4242, 'ads_mtv_tv name', 'ads_mtv_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42430, 4243, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42440, 4244, 'Urban Wall', 'urban_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42450, 4245, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42460, 4246, 'flag_peru', 'flag_peru', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42470, 4247, 'Creaky Corner', 'hween09_crnr1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42480, 4248, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42490, 4249, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42500, 4250, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42510, 4251, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42520, 4252, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42530, 4253, 'flag_greece', 'flag_greece', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42540, 4254, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42550, 4255, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42560, 4256, 'flag_chile', 'flag_chile', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42570, 4257, 'Creaky Wall', 'hween09_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42580, 4258, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42590, 4259, 'Old Stone Wall', 'hween09_stonewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42600, 4260, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42610, 4261, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42620, 4262, 'flag_panama', 'flag_panama', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42630, 4263, 'Haunted Painting', 'hween09_paint', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42640, 4264, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42650, 4265, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42660, 4266, 'Floating Curtain', 'hween09_curt', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42670, 4267, 'Loading screen memorial', 'byesw_loadscreen', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42680, 4268, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42690, 4269, 'Haunted Forest', 'hween09_treewall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42700, 4270, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42710, 4271, 'Haunted Window', 'hween09_win', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 0, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42720, 4272, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42730, 4273, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42740, 4274, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42750, 4275, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42760, 4276, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42770, 4277, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42780, 4278, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42790, 4279, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42800, 4280, 'Holiday Stocking', 'xm09_stocking', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42810, 4281, 'Tall Red Striped Bauble', 'xm09_bauble_17', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42820, 4282, 'Yellow Bauble', 'xm09_bauble_4', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42830, 4283, 'Tall Blue Striped Bauble', 'xm09_bauble_19', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42840, 4284, 'Red Striped Bauble', 'xm09_bauble_6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42850, 4285, 'Green Bauble', 'xm09_bauble_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42860, 4286, 'Yellow Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42870, 4287, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42880, 4288, 'White Bauble', 'xm09_bauble_5', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42890, 4289, 'Tall Red Bauble', 'xm09_bauble_11', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42900, 4290, 'Tall Yellow Bauble', 'xm09_bauble_14', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42910, 4291, 'Blue Striped Bauble', 'xm09_bauble_7', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42920, 4292, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42930, 4293, 'White Striped Bauble', 'xm09_bauble_10', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42940, 4294, 'Yellow Striped Bauble', 'xm09_bauble_9', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42950, 4295, 'Green Striped Bauble', 'xm09_bauble_8', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42960, 4296, 'Tall Yellow Striped Bauble', 'xm09_bauble_20', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42970, 4297, 'Blue Bauble', 'xm09_bauble_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42980, 4298, 'White Dot Bauble', 'xm09_bauble_18', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (42990, 4299, 'Tall Green Bauble', 'xm09_bauble_13', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43000, 4300, 'Red Bauble', 'xm09_bauble_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43010, 4301, 'Tall White Bauble', 'xm09_bauble_15', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43020, 4302, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43030, 4303, 'Purple Green Bauble', 'xm09_bauble_16', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43040, 4304, 'Tall Blue Bauble', 'xm09_bauble_12', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43050, 4305, 'Green White Bauble', 'xm09_bauble_21', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43060, 4306, 'White Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43070, 4307, 'Xmas Tree Wall', 'xm09_firwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43080, 4308, 'Snow Forest Wall', 'xm09_forestwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43090, 4309, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43100, 4310, 'Party Lights', 'party_lights', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43110, 4311, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43120, 4312, 'Christmas Fireplace', 'xm09_frplc', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 9, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43130, 4313, '2010 Poster', 'year2010', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43140, 4314, 'Tiger Poster', 'china_pstr3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43150, 4315, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43160, 4316, 'Embroidered Wall', 'val09_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43170, 4317, 'Designer Wardrobe', 'val09_wdrobe_g', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43180, 4318, 'Sound-proofed Wall', 'val09_wall1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43190, 4319, 'Marble Sink', 'bling_sink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43200, 4320, 'Designer Wardrobe', 'val09_wdrobe_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43210, 4321, 'Bathroom Cabinet', 'bling_cabinet', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43220, 4322, 'ads_percyw name', 'ads_percyw', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43230, 4323, 'Boost Surf Sho Surfboard', 'ads_boost_surfb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43240, 4324, 'Teen Life Check Wheel', 'ads_tlc_wheel', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'colorwheel', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43250, 4325, 'Green Bean Vines', 'garden_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43260, 4326, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43270, 4327, 'Salon Shelf', 'runway_shelf', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43280, 4328, 'La Trobe Uni Pennant', 'ads_latrobe_flag', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43290, 4329, 'HC Wall Art', 'hc3_walldeco', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 10, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43300, 4330, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43310, 4331, 'Runway Fabric', 'runway_fabric', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43320, 4332, 'Twilight at Target Item', 'ads_target_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43330, 4333, 'ads_super_pop name', 'ads_super_pop', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43340, 4334, 'ads_tv_chocapic_02 name', 'ads_tv_chocapic_02', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43350, 4335, 'ads_tv_chocapic_01 name', 'ads_tv_chocapic_01', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43360, 4336, 'Shark Jaws', 'bw_jaws', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43370, 4337, 'ads_grefusa_surfb name', 'ads_grefusa_surfb', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43380, 4338, 'Cabinet', 'ktchn10_cabnt', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43390, 4339, 'Hospital X-Ray', 'hosptl_xray', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43400, 4340, 'Fog Wall', 'hween10_fogwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43410, 4341, 'Arena Lights 1', 'bb_painimies1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43420, 4342, 'Arena Lights 2', 'bb_painimies2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43430, 4343, 'MTV Big TV', 'ads_mtv_bigtv2', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43440, 4344, 'MTV TV', 'ads_mtv_tv2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43450, 4345, 'hween10_card_3 name', 'hween10_card_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43460, 4346, 'Moon Tarot Card', 'hween10_card_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43470, 4347, 'Wheel of Fortune Tarot', 'hween10_card_4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43480, 4348, 'hween10_card_6 name', 'hween10_card_6', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43490, 4349, 'hween10_wallskull name', 'hween10_wallskull', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43500, 4350, 'Death Tarot Card', 'hween10_card_2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43510, 4351, 'hween10_card_5 name', 'hween10_card_5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43520, 4352, 'Nokia Lights 2', 'ads_nokiax3_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43530, 4353, 'Nokia Lights 3', 'ads_nokiax3_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43540, 4354, 'Nokia Lights', 'ads_nokiax3_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43550, 4355, 'Nokia X3', 'ads_nokiax3_phn', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43560, 4356, 'Security Sensor', 'exe_sensor', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43570, 4357, 'Blue Calendar', 'qt_calendar2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43580, 4358, 'ads_r7logo name', 'ads_r7logo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43590, 4359, 'qt_calendar0 name', 'qt_calendar0', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43600, 4360, 'Santa Calendar', 'qt_calendar1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43610, 4361, 'Icy Bauble 2', 'qt_xm10_bauble2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43620, 4362, 'Skyscraper 1', 'es_build1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43630, 4363, 'Skyscraper 4', 'es_build4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43640, 4364, 'Skyscraper 2', 'es_build2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43650, 4365, 'Icy Bauble 1', 'qt_xm10_bauble1', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43660, 4366, 'Skyscraper 3', 'es_build3', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43670, 4367, 'Shop Window', 'es_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43680, 4368, 'Icy Bauble 3', 'qt_xm10_bauble3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43690, 4369, 'Ice Star', 'qt_xm10_icestar', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43700, 4370, 'City Building 1', 'es_big1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43710, 4371, 'City Building 3', 'es_big3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43720, 4372, 'City Building 2', 'es_big2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43730, 4373, 'Countdown Building', 'year2011', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43740, 4374, 'Tiger Wall Cover', 'bling11_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43750, 4375, 'Panther Wall Cover', 'bling11_wall4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43760, 4376, 'Zebra Wall Cover', 'bling11_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43770, 4377, 'Leopard Wall Cover', 'bling11_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43780, 4378, 'Heart Lights', 'qt_val11_heartlights', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43790, 4379, 'Vegas Buildings', 'bling11_big1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43800, 4380, 'Gothic Stained Glass', 'gothic_st_glass', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43810, 4381, 'ads_bigtv_missmix name', 'ads_bigtv_missmix', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43820, 4382, 'Theater Hall Lights', 'cine_light2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43830, 4383, 'Theater Lights', 'cine_light1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43840, 4384, 'Blue Arrow', 'cubie_decal_3_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43850, 4385, 'Purple Decklight', 'cubie_decklight_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43860, 4386, 'Blue Circle Art', 'cubie_decal_1_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43870, 4387, 'Blue Mod Poster', 'cubie_decal_2_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43880, 4388, 'Purple Arrow', 'cubie_decal_3_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43890, 4389, 'Blue Wallshelf', 'cubie_wallshelf_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43900, 4390, 'Purple Circle Art', 'cubie_decal_1_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43910, 4391, 'Black Arrow', 'cubie_decal_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43920, 4392, 'Purple Wall Shelf', 'cubie_wallshelf_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 7, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43930, 4393, 'Purple Mod Poster', 'cubie_decal_2_p', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43940, 4394, 'Blue Decklight', 'cubie_decklight_b', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43950, 4395, 'Crazed Rorshach Inkblot', 'cubie_decal_0', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43960, 4396, 'Wall Shelf', 'waasa_wall_shelf2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43970, 4397, 'Book Shelf', 'waasa_wall_shelf1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43980, 4398, 'Mushroom Walls', 'easter11_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (43990, 4399, 'ads_suunvuorow name', 'ads_suunvuorow', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44000, 4400, 'ads_volkswagen_poster name', 'ads_volkswagen_poster', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44010, 4401, 'picture_car name', 'picture_car', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44020, 4402, 'Kung Fu Panda 2', 'ads_kfp2_tv', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44030, 4403, 'ads_kfp2_wall name', 'ads_kfp2_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44040, 4404, 'Dungeon Wall', 'dng_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44050, 4405, 'ads_cchups_screen name', 'ads_cchups_screen', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44060, 4406, 'Graffiti 1', 'sb_tag1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44070, 4407, 'Concrete Wall', 'sb_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44080, 4408, 'Graffiti 2', 'sb_tag2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44090, 4409, 'Graffiti 3', 'sb_tag3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44100, 4410, 'ads_durex_screen name', 'ads_durex_screen', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44110, 4411, 'ads_mtv_wall name', 'ads_mtv_wall', 'i', 0, 0, 1.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44120, 4412, 'Sunset Wall', 'summer_sunset_wall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44130, 4413, 'White+Blue USVA Wallrug', 'usva5_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44140, 4414, 'Green USVA Wallrug', 'usva3_wallrug', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44150, 4415, 'White+Pink USVA Wallrug', 'usva_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44160, 4416, 'Red USVA Wallrug', 'usva4_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44170, 4417, 'Black+Yellow USVA Wallrug', 'usva2_wallrug', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44180, 4418, 'Chalkboard', 'school_chalkboard', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44190, 4419, 'Urinal', 'school_urinal', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44200, 4420, 'School Wall', 'school_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44210, 4421, 'School Charts', 'school_charts', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44220, 4422, 'Toilet Wall', 'school_toilet_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44230, 4423, 'Light Wall', 'boutique_lampwall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44240, 4424, 'Shoe Rack', 'boutique_shrack2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44250, 4425, 'Shoe Rack', 'boutique_shrack1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44260, 4426, 'Speakers', 'boutique_speakers', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44270, 4427, 'Hot from the streets of New York. Two states.', 'boutique_clrack2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44280, 4428, 'Hot from the catwalks of Milan. Two states.', 'boutique_clrack1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44290, 4429, 'ads_flag_un', 'ads_flag_un', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44300, 4430, 'Pitchfork', 'horse_pitchfork_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44310, 4431, 'Traditional Stable Wall', 'horse_stable_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44320, 4432, 'White Stable Wall', 'horse_stable_wall_w', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44330, 4433, 'Horse Shoe', 'horse_shoe_wall', 'i', 0, 0, 9.99, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44340, 4434, 'Wicked Window', 'hween11_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44350, 4435, 'Crocodile Head', 'xmas11_hd4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44360, 4436, 'Cabin Wall', 'xmas11_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44370, 4437, 'Arctic Bear Head', 'xmas11_hd2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44380, 4438, 'Ghost Pet Head', 'xmas11_hd5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44390, 4439, 'Wild Boar Head', 'xmas11_hd3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44400, 4440, 'Moose Head', 'xmas11_hd1', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44410, 4441, 'Deer Head', 'xmas11_hd6', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44420, 4442, 'Alvin 3 Surfboard', 'ads_alvinsurf', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44430, 4443, 'Cuckoo\'s Clock', 'xmas11_cuckoo', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44440, 4444, 'ads_m6_wall name', 'ads_m6_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44450, 4445, '2012 Countdown Sign', 'year2012', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44460, 4446, 'Mountain Landscape', 'snowb_mountain_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 0, 0, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44470, 4447, 'The Danish Flag', 'flag_denmark', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44480, 4448, 'China Town', 'urban_wall_china', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44490, 4449, 'ads_antena3_wall name', 'ads_antena3_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44500, 4450, 'xm11_stocking name', 'xm11_stocking', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44510, 4451, 'for testing purposes', 'wallchair', 'i', 0, 0, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44520, 4452, 'Window', 'jp_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44530, 4453, 'jp_wall name', 'jp_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44540, 4454, 'Stone Wall', 'stone_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44550, 4455, 'Shed Wall', 'gardenshed_wall', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44560, 4456, 'Vanilla Waterfall', 'js_exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44570, 4457, 'Sports led screen', 'football12_es', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44580, 4458, 'Sports led screen', 'football12_it', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44590, 4459, 'Sports led screen', 'football12_de', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44600, 4460, 'Sports led screen', 'football12_pt', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44610, 4461, 'Savannah landscape', 'anc_savanna_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44620, 4462, 'Jungle landscape', 'anc_sunset_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44630, 4463, 'London Skyline', 'lon_skyline', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44640, 4464, 'hween12_dartboard name', 'hween12_dartboard', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44650, 4465, 'Stage Backdrop', 'hs_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 11, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44660, 4466, 'Stars Wall Lamp', 'hs_wlight', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44670, 4467, 'Applause Sign', 'hs_applause', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44680, 4468, 'Castle Wall', 'xmas12_wall_in', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44690, 4469, 'Castle Window', 'xmas12_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44700, 4470, 'Castle Wall', 'xmas12_wall_out', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44710, 4471, 'Castle Door', 'xmas12_door', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44720, 4472, 'Torch', 'xmas12_torch', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44750, 4475, '2013 Countdown Sign', 'year2013', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44760, 4476, 'Mayan Wall', 'ny2013_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44770, 4477, 'china_pstr4 name', 'china_pstr4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44780, 4478, 'Venetian Wall', 'val13_wall_2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44790, 4479, 'Venetian Wall', 'val13_wall_3', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44800, 4480, 'Venetian Wall', 'val13_wall_1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44810, 4481, 'Red Clock', 'pixel_clock_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44820, 4482, 'Base Wall Decoration', 'pixel_walldeco', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44830, 4483, 'Pink Clock', 'pixel_clock_pink', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44840, 4484, 'pixel_mirror name', 'pixel_mirror', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44850, 4485, 'Black Clock', 'pixel_clock_black', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44860, 4486, 'Green Clock', 'pixel_clock_green', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44870, 4487, 'Blue Clock', 'pixel_clock_blue', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44880, 4488, 'Green Base Wall', 'pixel_wall_green', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44890, 4489, 'Red Base Wall', 'pixel_wall_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44900, 4490, 'Pink Base Painting', 'pixel_painting_pink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44910, 4491, 'Green Base Painting', 'pixel_painting_green', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44920, 4492, 'Pink Base Wall', 'pixel_wall_pink', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44930, 4493, 'Black Base Painting', 'pixel_painting_black', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44940, 4494, 'Blue Base Painting', 'pixel_painting_blue', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44950, 4495, 'Red Base Painting', 'pixel_painting_red', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44960, 4496, 'Blue Base Wall', 'pixel_wall_blue', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44970, 4497, 'Black Base Wall', 'pixel_wall_black', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44980, 4498, 'pixel_poster2 name', 'pixel_poster2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (44990, 4499, 'Steampunk Dimmer Switch', 'dimmer_steampunk', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'dimmer', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45000, 4500, 'Steampunk Wall', 'steampunk_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45010, 4501, 'Steampunk Wall', 'steampunk_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45020, 4502, 'steampunk_window name', 'steampunk_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45030, 4503, 'World Map', 'steampunk_map', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45040, 4504, 'easter13_wall3 name', 'easter13_wall3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45050, 4505, 'Egg-shaped Window', 'easter13_window', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45060, 4506, 'easter13_wall1 name', 'easter13_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45070, 4507, 'easter13_wall2 name', 'easter13_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45080, 4508, 'Bad Side Wall', 'mystics_bwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45090, 4509, 'Good Side Wall', 'mystics_gwall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45100, 4510, 'The Austrian Flag', 'flag_austria', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45110, 4511, 'Grunge Wall', 'grungewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45120, 4512, 'School Chalkboard', 'school_chalkboard2', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45130, 4513, 'The Ducket List', 'cine_pstr_6', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45140, 4514, 'Dark Duck Descends', 'cine_pstr_4', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45150, 4515, 'M.O.D', 'cine_pstr_7', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45160, 4516, 'Habbo Club', 'cine_pstr_8', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45170, 4517, 'Get Frank', 'cine_pstr_1', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45180, 4518, 'Avatar Editor', 'cine_pstr_5', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45190, 4519, 'Revenge of the Cheeps', 'cine_pstr_0', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45200, 4520, 'The Rabbit 2', 'cine_pstr_3', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45210, 4521, 'Bobbaro', 'cine_pstr_9', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45220, 4522, 'The Rabbit', 'cine_pstr_2', 'i', 0, 0, 1.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45230, 4523, 'habbopage_wall name', 'habbopage_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45240, 4524, 'brnd_cscape_wall name', 'brnd_cscape_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45250, 4525, 'ads_nokiax3_wallb name', 'ads_nokiax3_wallb', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45260, 4526, 'ads_nokiax3_wall name', 'ads_nokiax3_wall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45270, 4527, 'builderwall_exp name', 'builderwall_exp', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45280, 4528, 'test_habbopage_display name', 'test_habbopage_display', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45290, 4529, 'Gnome', 'cine_pstr_10', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45300, 4530, 'HC Executive Waterfall', 'hc_exe_wfall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45310, 4531, 'Stories Christmas Stickies', 'post_it_xmas', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45320, 4532, '2014 Countdown', 'year2014', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45330, 4533, 'Stories Dream Stickies', 'post_it_dreams', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45340, 4534, 'Horse Poster', 'china_pstr5', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45350, 4535, 'Heroic Acts Certificate', 'storieshero_poster', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45360, 4536, 'Valentines card', 'external_image_wallitem', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45370, 4537, 'val14_wall1', 'val14_wall1', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45380, 4538, 'Orange Spa Wall', 'val14_wall3', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45390, 4539, 'Blue Spa Wall', 'val14_wall2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45400, 4540, 'Feather Quill Sticky', 'post_it_shakesp', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'postit', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45410, 4541, 'Habbo Selfie', 'external_image_wallitem_photo', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45420, 4542, 'Draped Sequin Wall', 'runway_fabric2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45430, 4543, 'Boarder\'s residence window', 'stories_sch_glass', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45440, 4544, 'Lagomorph Wall', 'easter14_wall', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45450, 4545, 'The Big Pixel Wave', 'diamond_painting6', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45453, 45453, 'The Big Pixel Wave', 'diamond_painting6', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45460, 4546, 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45463, 45463, 'A Bar at Folies-Habberge', 'diamond_painting4', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45470, 4547, 'The Duck Pond', 'diamond_painting2', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45473, 45473, 'The Duck Pond', 'diamond_painting2', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45480, 4548, 'The Captured Pirates', 'diamond_painting5', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45483, 45483, 'The Captured Pirates', 'diamond_painting5', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45490, 4549, 'Duck Funk Dance', 'diamond_painting1', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45500, 4550, 'Heartbroken Habbo', 'diamond_painting3', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45503, 45503, 'Heartbroken Habbo', 'diamond_painting3', 'i', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45510, 4551, 'Steelscar Banner', 'vikings_banner_r', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45520, 4552, 'Battleshade Banner', 'vikings_banner_g', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45530, 4553, 'Battleshade Wall Shield', 'vikings_wallshield_g', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45540, 4554, 'Steelscar Wall Shield', 'vikings_wallshield_r', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45550, 4555, 'Battleshade Wooden Wall', 'vikings_wall_g', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45560, 4556, 'Steelscar Wooden Wall', 'vikings_wall_r', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45570, 4557, 'Summer Lovin\' Stickies', 'post_it_juninas', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, '', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45580, 4558, 'hblooza14_wall name', 'hblooza14_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45590, 4559, 'wildwest_wallpaper name', 'wildwest_wallpaper', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45600, 4560, 'Skull Wall Hanging', 'st_wildwest_wallskull', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45610, 4561, 'Floppy Disk Poster', 'uni_floppy', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45620, 4562, 'Fairy Lights', 'uni_fairylights', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45630, 4563, 'Anime Robot Poster', 'uni_poster1', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45640, 4564, 'Beach Babe Poster', 'uni_pinupgirl', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45650, 4565, 'Hip Mounted Deer', 'uni_hipdeer', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45660, 4566, 'Anime Girl Poster', 'uni_poster2', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45670, 4567, 'Professor\'s Bookshelf', 'uni_libraryshelf', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45680, 4568, 'Plain Coat Rack', 'uni_coatrack', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45690, 4569, 'Coat Rack', 'uni_girlcoatrack', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45700, 4570, 'Beach Dude Poster', 'uni_pinupboy', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45710, 4571, 'Vinyl Poster', 'uni_vinyl', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45720, 4572, 'Moustache Poster', 'uni_moustache', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45730, 4573, 'Teal Bathroom Wall', 'bathroom_wall4', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45740, 4574, 'Light Grey Bathroom Wall', 'bathroom_wall1', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45750, 4575, 'Onyx Bathroom Wall', 'bathroom_wall3', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45760, 4576, 'Dark Grey Bathroom Wall', 'bathroom_wall2', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45770, 4577, 'Anatomy of a Habbo', 'st_uni_poster', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45780, 4578, 'Floral Stained Glass', 'hween14_stainglass', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45790, 4579, 'Skull Stained Glass', 'hween14_hcglass', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45800, 4580, 'Black Adobe Wall', 'hween14_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45810, 4581, 'Camera Pic', 'external_image_wallitem_poster', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'external_image', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45820, 4582, 'Ping Pong', 'cine_pstr_11', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45830, 4583, 'Habbo Games', 'cine_pstr_18', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45840, 4584, 'Quacktrix', 'cine_pstr_16', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45850, 4585, 'Ding Dong', 'cine_pstr_12', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45860, 4586, 'The Guardian of Habbo', 'cine_pstr_19', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45870, 4587, 'Sing Song', 'cine_pstr_13', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45880, 4588, 'Ducknado', 'cine_pstr_15', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45890, 4589, 'Freeze!', 'cine_pstr_14', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45900, 4590, 'Barry Bobba', 'cine_pstr_17', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45910, 4591, 'st_pstr_felipe name', 'st_pstr_felipe', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45920, 4592, 'HC Window Frame', 'hc_arab_wndw', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45930, 4593, 'HC Ancestral Scimitars', 'hc_arab_swords', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45940, 4594, 'Mt. Fuji Wall Piece', 'val15_fujiwall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45950, 4595, 'Attic Wall', 'attic15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45960, 4596, 'Oil Painting', 'attic15_painting', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45970, 4597, 'Camera Pic', 'external_image_wallitem_poster_small', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 1, 1, 'external_image', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45980, 4598, 'Carnival Mask', 'carnival15_wallmask', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (45990, 4599, 'Neo-Habbo Cityscape', 'cpunk_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46000, 4600, 'Year of the Goat Poster', 'china_pstr6', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46010, 4601, 'cypunk_c15_wall name', 'cypunk_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46020, 4602, 'Sugarscape Wall', 'cland_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46030, 4603, 'Lady with a Duck', 'diamond_painting9', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46040, 4604, 'Life rider', 'diamond_painting18', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46050, 4605, 'Pet Lion in a Pixel Storm', 'diamond_painting17', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46060, 4606, 'Nighthabbos', 'diamond_painting15', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46070, 4607, 'Birth of Dragons', 'diamond_painting16', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46080, 4608, 'Hotelier Man(ager)', 'diamond_painting14', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46090, 4609, 'Carré', 'diamond_painting13', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46100, 4610, 'Creation of Habbo', 'diamond_painting10', 'i', 0, 0, 0.00, 1, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46110, 4611, 'Pixel night', 'diamond_painting7', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46120, 4612, 'Soapy Girl', 'diamond_painting12', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46130, 4613, 'Dans so ducké', 'diamond_painting11', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46140, 4614, 'Frank Needs YOU.', 'army15_poster', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46150, 4615, 'Habbo Forces Sign', 'army_c15_insig', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46160, 4616, 'Global Satellite Screen', 'army15_largescreen', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46170, 4617, 'Conference Walls', 'army_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46180, 4618, 'Jurassic Wall Piece', 'dino_c15_wallpiece', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 8, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46190, 4619, 'View of the Seine', 'paris_c15_wall', 'i', 0, 0, 0.00, 0, 1, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46200, 4620, 'Lodge Window', 'lodge_c15_window', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46210, 4621, 'Log Wall', 'lodge_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46220, 4622, 'Dungeon Flag', 'drago_c15_flag', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46230, 4623, 'Ancient Wall', 'anc_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46240, 4624, 'Tiki Moss Wall', 'tiki_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46250, 4625, 'Executive Skyline', 'exe_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46260, 4626, 'Romantique Wall', 'romantique_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46270, 4627, 'Bling Wall', 'bling_c15_wall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46280, 4628, 'Burning hotel', 'hween_c15_sky', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46290, 4629, 'The future is back poster', 'cine_pstr_20', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46300, 4630, 'Kitchen Cabinet', 'ktchn_c15_cupboard', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46310, 4631, 'Habbo Home Poster', 'gift_hhome', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46320, 4632, 'gold_c15_arc_icewall name', 'gold_c15_arc_icewall', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46330, 4633, 'Ribbon Wreath', 'xmas_c15_advent9', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46340, 4634, 'Candy Stripe Wreath', 'xmas_c15_advent10', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46350, 4635, 'Monkey Poster', 'china_pstr7', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46360, 4636, 'Cursed Fountain', 'gothic_r16_fountain', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46370, 4637, 'Iron Frank', 'super_c16_pstriron', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46380, 4638, 'Cat Lady', 'super_c16_pstrcat', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46390, 4639, 'The Incredible Sulk', 'super_c16_pstrsulk', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46400, 4640, 'Superheroes in Love', 'super_c16_pstrlove', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46410, 4641, 'Wall Decoration', 'olympics_c16_walldecal', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46420, 4642, 'xmas_c16_painting name', 'xmas_c16_painting', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 4, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46430, 4643, 'Ice Cafe Window', 'classic5_window', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46440, 4644, 'Rooster Poster', 'china_pstr8', 'i', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46450, 4645, 'mall_c17_winclo', 'mall_c17_winclo', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46460, 4646, 'mall_c17_winpet', 'mall_c17_winpet', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46470, 4647, 'mall_c17_winspo', 'mall_c17_winspo', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46480, 4648, 'easter_c17_countrybg', 'easter_c17_countrybg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 5, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46490, 4649, 'year2018', 'year2018', 'i', 0, 0, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46500, 4650, 'hc17_7', 'hc17_7', 'i', 0, 0, 0.00, 1, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46510, 4651, 'china_pstr9', 'china_pstr9', 'i', 0, 0, 0.00, 0, 1, 1, 1, 1, 1, 0, 1, 0, 'default', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46520, 4652, 'coralking_c18_seabg name', 'coralking_c18_seabg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46530, 4653, 'diamond_painting26', 'diamond_painting26', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46540, 4654, 'diamond_painting28', 'diamond_painting28', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46550, 4655, 'diamond_painting27', 'diamond_painting27', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46560, 4656, 'diamond_painting23', 'diamond_painting23', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46570, 4657, 'diamond_painting21', 'diamond_painting21', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46580, 4658, 'diamond_painting20', 'diamond_painting20', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46590, 4659, 'diamond_painting19', 'diamond_painting19', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46600, 4660, 'diamond_painting24', 'diamond_painting24', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46610, 4661, 'diamond_painting29', 'diamond_painting29', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46620, 4662, 'diamond_painting30', 'diamond_painting30', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46630, 4663, 'diamond_painting22', 'diamond_painting22', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46640, 4664, 'diamond_painting25', 'diamond_painting25', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46650, 4665, 'hween_c18_labwallpanel', 'hween_c18_labwallpanel', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46660, 4666, 'xmas_c18_starrybg', 'xmas_c18_starrybg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46670, 4667, 'year2019', 'year2019', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46680, 4668, 'china_pstr10', 'china_pstr10', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46690, 4669, 'easter_c19_forrestbg', 'easter_c19_forrestbg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46700, 4670, 'fest_c19_bgwall', 'fest_c19_bgwall', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46710, 4671, 'diamond_painting37', 'diamond_painting37', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46720, 4672, 'diamond_painting33', 'diamond_painting33', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46730, 4673, 'diamond_painting31', 'diamond_painting31', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46740, 4674, 'diamond_painting36', 'diamond_painting36', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46750, 4675, 'diamond_painting40', 'diamond_painting40', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46760, 4676, 'diamond_painting35', 'diamond_painting35', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46770, 4677, 'diamond_painting41', 'diamond_painting41', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46780, 4678, 'diamond_painting32', 'diamond_painting32', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46790, 4679, 'diamond_painting38', 'diamond_painting38', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46800, 4680, 'diamond_painting34', 'diamond_painting34', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46810, 4681, 'celestial_c19_wall', 'celestial_c19_wall', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46820, 4682, 'celestial_c19_constellations', 'celestial_c19_constellations', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 6, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46830, 4683, 'hween_c19_mistywoodsbg', 'hween_c19_mistywoodsbg', 'i', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 3, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46840, 4684, 'china_pstr11', 'china_pstr11', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46850, 4685, 'year2020', 'year2020', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46860, 4686, 'art_c20_wall', 'art_c20_wall', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46870, 4687, 'art_c20_window', 'art_c20_window', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46880, 4688, 'india_c20_sunsetbg', 'india_c20_sunsetbg', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46890, 4689, 'diamond_painting52', 'diamond_painting52', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46900, 4690, 'diamond_painting42', 'diamond_painting42', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46910, 4691, 'diamond_painting46', 'diamond_painting46', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46920, 4692, 'diamond_painting51', 'diamond_painting51', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46930, 4693, 'diamond_painting44', 'diamond_painting44', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46940, 4694, 'diamond_painting45', 'diamond_painting45', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (46950, 4695, 'diamond_painting43', 'diamond_painting43', 'i', 1, 1, 0.00, 0, 0, 0, 0, 1, 1, 0, 1, 1, 'default', 2, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50000, 50000, 'a0 pet0', 'a0 pet0', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50001, 50001, 'a0 pet1', 'a0 pet1', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50002, 50002, 'a0 pet2', 'a0 pet2', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50003, 50003, 'a0 pet3', 'a0 pet3', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50004, 50004, 'a0 pet4', 'a0 pet4', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50005, 50005, 'a0 pet5', 'a0 pet5', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50006, 50006, 'a0 pet6', 'a0 pet6', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet6', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50007, 50007, 'a0 pet7', 'a0 pet7', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet7', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50008, 50008, 'a0 pet8', 'a0 pet8', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet8', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50009, 50009, 'a0 pet9', 'a0 pet9', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet9', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50010, 50010, 'a0 pet10', 'a0 pet10', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet10', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50011, 50011, 'a0 pet11', 'a0 pet11', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet11', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50012, 50012, 'a0 pet12', 'a0 pet12', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet12', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50014, 50014, 'a0 pet14', 'a0 pet14', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet14', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50015, 50015, 'a0 pet15', 'a0 pet15', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet15', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50017, 50017, 'a0 pet17', 'a0 pet17', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet17', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50018, 50018, 'a0 pet18', 'a0 pet18', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet18', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50019, 50019, 'a0 pet19', 'a0 pet19', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet19', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50020, 50020, 'a0 pet20', 'a0 pet20', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet20', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50021, 50021, 'a0 pet21', 'a0 pet21', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet21', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50022, 50022, 'a0 pet22', 'a0 pet22', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet22', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50023, 50023, 'a0 pet23', 'a0 pet23', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet23', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50024, 50024, 'a0 pet24', 'a0 pet24', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet24', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50025, 50025, 'a0 pet25', 'a0 pet25', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet25', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50028, 50028, 'a0 pet28', 'a0 pet28', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet28', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50029, 50029, 'a0 pet29', 'a0 pet29', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet29', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50030, 50030, 'a0 pet30', 'a0 pet30', 's', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'pet31', 0, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50031, 50031, 'a0 pet31', 'a0 pet31', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pet31', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50032, 50032, 'a0 pet32', 'a0 pet32', 's', 0, 0, 0.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 'pet37', 1, '0', '', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50035, 50035, 'a0 pet35', 'a0 pet35', 's', 0, 0, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50200, 0, 'HTW01', 'HTW01', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50201, 0, 'HTW02', 'HTW02', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50202, 0, 'SPD10', 'SPD10', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50203, 0, 'SPD11', 'SPD11', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50204, 0, 'SPD08', 'SPD08', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50205, 0, 'SPD09', 'SPD09', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50206, 0, 'SPD12', 'SPD12', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50500, 0, 'Football_PT', 'Football_PT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50501, 0, 'Football_IT', 'Football_IT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50502, 0, 'Football_DE', 'Football_DE', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50503, 0, 'Football_PT', 'Football_PT', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50504, 0, 'STG05', 'STG05', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50505, 0, 'STG08', 'STG08', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50506, 0, 'STG07', 'STG07', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50507, 0, 'STG06', 'STG06', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50508, 0, 'SCH17', 'SCH17', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50509, 0, 'SCH16', 'SCH16', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50510, 0, 'SCH15', 'SCH15', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'default', 1, '0', '0', '', 0, 0, '');
INSERT INTO `items_base` VALUES (50512, 0, 'MCH01', 'MCH01', 'b', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 'badge', 1, '0', '0', '', 0, 0, '');
-- ----------------------------
-- Table structure for items_crackable
-- ----------------------------
DROP TABLE IF EXISTS `items_crackable`;
CREATE TABLE `items_crackable` (
`item_id` int(0) NOT NULL,
`item_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'Item name for identification',
`count` int(0) NOT NULL,
`prizes` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '179:1' COMMENT 'Used in the format of item_id:chance;item_id_2:chance. item_id must be id in the items_base table. Default value for chance is 100.',
`achievement_tick` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`achievement_cracked` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`required_effect` int(0) NOT NULL DEFAULT 0,
`subscription_duration` int(0) NULL DEFAULT NULL,
`subscription_type` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL COMMENT 'hc for Habbo Club, bc for Builders Club',
PRIMARY KEY (`item_id`) USING BTREE,
UNIQUE INDEX `id`(`item_id`) USING BTREE,
INDEX `data`(`count`, `prizes`, `achievement_tick`, `achievement_cracked`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of items_crackable
-- ----------------------------
INSERT INTO `items_crackable` VALUES (4986, 'easter13_egg_0', 1000, '2012:12;2004:13;1934:12;1874:13;1866:12;1850:13;1842:12;1834:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (4987, 'easter13_egg_3', 20000, '5009:33;5000:33;5006:33', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (4988, 'easter13_egg_1', 5000, '3010:4;3008:4;3007:4;3004:4;3003:4;2999:4;2998:4;2997:4;2996:4;2995:4;2994:4;2993:4;2990:4;2989:4;2988:4;2987:4;2984:4;2983:4;2981:4;2979:4;2977:4;2976:4;2975:4;2973:4;2971:4;2969:4', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (4989, 'easter13_egg_2', 10000, '208:8;209:7;210:7;215:7;228:7;235:7;3709:7;3710:7;3719:7;3727:7;4365:7;4745:7', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5099, 'mystics_crystal_s', 3, '5105:100', 'CrystalCracker', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5100, 'mystics_crystal_m', 3, '5104:100', 'CrystalCracker', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5102, 'mystics_crystal_l', 1500000, '5101:100', 'CrystalCracker', 'CrystalLegend', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5985, 'hblooza14_pinata2', 100, '5996:60;6006:30;6017:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5990, 'hblooza14_pinata1', 100, '5989:60;6007:30;6005:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (6001, 'hblooza14_pinata3', 100, '6003:60;6021:30;5999:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (6028, 'hblooza14_pinata4', 100, '5978:60;5977:30;5980:10', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8193, 'habbo15_rare_crackable', 2, '8222:7;8221:7;8220:6;8219:7;8218:6;8217:7;8216:6;8215:7;8214:6;8213:7;8212:6;8211:7;8210:6;8209:7;8208:7', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8201, 'habbo15_crackable', 2, '2645:10;6024:10;2063:10;2066:10;8193:10;9325:10;9326:10;9327:10;9324:10;2064:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8409, 'hween_c15_pumpkin2', 1, '8379:20;8380:20;8384:20;8390:20;8401:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8410, 'hween_c15_pumpkin1', 1, '8404:50;8370:50;8363:35;8362:35;8373:15;8365:15', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8451, 'gold_rare_crackable', 2, '8458:6;8457:6;8456:6;8455:6;8454:6;8453:5;8452:6;8450:6;8449:6;8448:6;8447:6;8446:5;8445:6;8444:6;8442:6;8441:6;46320:6', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8881, 'easter_r16_crackable', 2, '8880:25;8882:25;8884:25;8886:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8918, 'jungle_c16_flowerd2', 12, '8919:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8919, 'jungle_c16_flowerd1', 12, '8919:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8926, 'jungle_c16_flowerc3', 12, '8926:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8948, 'jungle_c16_flowera3', 12, '8948:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8951, 'jungle_c16_flowerd3', 12, '8951:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8968, 'jungle_c16_flowerc2', 12, '8968:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8975, 'jungle_c16_flowera1', 12, '8975:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8977, 'jungle_c16_flowerb3', 12, '8977:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8981, 'jungle_c16_flowerb2', 12, '8981:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8982, 'jungle_c16_flowerb1', 12, '8982:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8983, 'jungle_c16_flowerc1', 12, '8983:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8987, 'jungle_c16_flowera2', 12, '8987:80', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8993, 'bonusbag16_1', 1, '8361:20;8360:20;8359:20;8358:20;2065:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8994, 'bonusbag16_2', 1, '8353:20;8352:20;8351:20;8350:20;2065:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9134, 'hhistory_r16_crackable', 2, '9131:6;9132:8;9133:6;9135:7;9136:6;9137:7;9138:6;9139:7;9140:6;9141:7;9142:6;9143:7;9144:6;9145:8;9146:6', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9154, 'hween_r16_crackable2', 20, '9178:50;9156:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9164, 'hween_c16_crackable1', 20, '9158:50;9188:35;9191:15', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9230, 'xmas_c16_stocking', 1, '9254:5;9218:5;9217:5;9216:5;8499:5;8484:5;6253:5;5496:5;4330:5;4315:5;4304:5;4293:5;4291:5;4287:5;3740:5;3313:5;2064:5;215:5;214:5;212:5', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9281, 'bonusbag16_3', 1, '8357:20;8356:20;8355:20;8354:20;2065:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9324, 'bc_gift_31days', 2, '', '', '', 0, 31, 'bc');
INSERT INTO `items_crackable` VALUES (9325, 'hc_gift_14days', 1, '', '', '', 0, 14, 'hc');
INSERT INTO `items_crackable` VALUES (9326, 'hc_gift_31days', 1, '', '', '', 0, 31, 'hc');
INSERT INTO `items_crackable` VALUES (9327, 'bc_gift_14days', 2, '', '', '', 0, 14, 'bc');
INSERT INTO `items_crackable` VALUES (9408, 'easter_c17_floweringbush', 1, '9444:50;9431:35;9434:15', '', '', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9416, 'easter_c17_egg', 20, '9443:25;9426:25;9410:25;9453:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9425, 'easter_c17_leafsprout', 1, '9436:100', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9433, 'easter_c17_sapling', 1, '9408:100', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9445, 'easter_c17_seeds', 1, '9433:50;9425:50', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9447, 'easter_c17_seedbag', 1, '9445:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9461, 'bonusbag17_1', 1, '9348:12;9347:13;9346:12;9345:13;9344:12;9343:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9463, 'santorini_c17_artefact4', 2, '9472:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9467, 'santorini_c17_artefact3', 2, '9492:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9475, 'santorini_c17_artefact5', 2, '9479:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9477, 'santorini_r17_chest', 2, '9463:20;9467:20;9475:20;9480:20;9502:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9480, 'santorini_c17_artefact1', 2, '9482:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9502, 'santorini_c17_artefact2', 2, '9470:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9549, 'bonusbag17_2', 1, '9366:12;9365:13;9364:12;9363:13;9362:12;9361:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9667, 'hhistory_r17_crackable', 2, '9656:6;9657:6;9658:6;9659:7;9660:6;9661:6;9662:6;9663:7;9664:6;9665:6;9666:6;9668:7;9669:6;9670:6;9671:6;9672:7', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9753, 'hween_c17_flamingknight', 20, '9738:20;9733:20;9739:20;9760:20;9727:10;9734:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9763, 'bonusbag17_3', 1, '9360:12;9359:13;9358:12;9357:13;9356:12;9355:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9764, 'bonusbag17_4', 1, '9354:12;9353:13;9352:12;9351:13;9350:12;9349:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9808, 'xmas_c17_book', 1, '9790:17;9793:16;9801:17;9829:17;9833:16;9842:17', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9867, 'bonusbag18_3', 1, '9866:12;9865:13;9864:12;9863:13;9862:12;9861:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9868, 'bonusbag18_2', 1, '9874:12;9873:13;9872:12;9871:13;9870:12;9869:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9875, 'bonusbag18_4', 1, '9882:12;9881:13;9880:12;9879:13;9878:12;9877:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9876, 'bonusbag18_1', 1, '9888:12;9887:13;9886:12;9885:13;9884:12;9883:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9896, 'ny18_crackable', 1, '9889:14;9890:14;9891:15;9892:14;9893:14;9894:14;9895:15', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9961, 'easter_c18_snowdrop3', 12, '9961:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9963, 'easter_c18_lupin1', 12, '9963:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9965, 'easter_c18_tulip2', 12, '9965:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9966, 'easter_c18_seedpackrose', 1, '10022:25;9994:25;9971:25;9983:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9970, 'easter_c18_seedpacktulip', 1, '9997:25;9965:25;9972:25;10006:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9971, 'easter_c18_rose3', 12, '9971:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9972, 'easter_c18_tulip3', 12, '9972:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9976, 'easter_c18_lupin3', 12, '9976:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9978, 'easter_c18_lupin4', 12, '9978:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9982, 'easter_c18_seedpacksnowdrop', 1, '10017:25;10021:25;9961:25;9986:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9983, 'easter_c18_rose4', 12, '9983:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9986, 'easter_c18_snowdrop4', 12, '9986:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9994, 'easter_c18_rose2', 12, '9994:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9997, 'easter_c18_tulip1', 12, '9997:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10002, 'easter_c18_lupin2', 12, '10002:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10006, 'easter_c18_tulip4', 12, '10006:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10013, 'easter_c18_seedpacklupin', 1, '9963:25;10002:25;9976:25;9978:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10017, 'easter_c18_snowdrop1', 12, '10017:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10021, 'easter_c18_snowdrop2', 12, '10021:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10022, 'easter_c18_rose1', 12, '10022:80;9969:20', '', 'AdvancedHorticulturist', 192, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10070, 'coralking_c18_treasurechest', 2, '10062:60;10065:60;10069:60;10077:60;10080:60;10081:60;10084:60;10086:60;10089:60;10100:60;10104:60;10108:60;10110:60;10118:60;10119:60;10072:30;10099:30;10111:30;10117:30;10093:10;10113:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10078, 'coralking_r18_goldenchest', 2, '10072:70;10099:70;10111:70;10117:70;10093:30;10113:30', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10170, 'tokyo_c18_gacha', 2, '10132:10;10133:10;10139:10;10144:10;10152:10;10154:10;10155:10;10167:10;10168:10;10185:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10212, 'hhistory_r18_crackable', 2, '10206:6;10207:6;10208:6;10209:7;10210:6;10211:6;10213:6;10214:7;10215:6;10216:6;10217:6;10218:7;10219:6;10220:6;10221:6;10222:7', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10322, 'diamond_c18_giftbox', 2, '10323:45;10324:45;10321:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10341, 'xmas_c18_doll10', 2, '10349:80;10394:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10343, 'xmas_c18_doll8', 2, '10387:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10349, 'xmas_c18_doll6', 2, '10384:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10352, 'xmas_c18_doll5', 2, '10378:80;10394:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10370, 'xmas_c18_doll3', 2, '10398:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10371, 'xmas_c18_doll2', 2, '10370:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10378, 'xmas_c18_doll1', 2, '10371:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10384, 'xmas_c18_doll7', 2, '10343:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10387, 'xmas_c18_doll9', 2, '10341:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10398, 'xmas_c18_doll4', 2, '10352:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10414, 'ny_r18_crackable', 2, '10409:12;10410:13;10411:12;10412:13;10415:12;10416:13;10417:12;10418:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10487, 'easter_c19_babyent', 24, '10516:57;10495:25', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10497, 'easter_c19_book1', 2, '10517:45;10535:45;10522:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10498, 'easter_c19_book3', 2, '10532:45;10513:45;10494:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10501, 'easter_c19_book2', 2, '10488:45;10524:45;10504:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10505, 'easter_c19_book4', 2, '10530:45;10538:45;10523:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10510, 'easter_c19_babyhippogriff', 24, '10541:75;10537:25', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10512, 'easter_c19_forrestegg', 24, '10510:50;10487:35;10529:15', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10518, 'easter_c19_ancientbook', 1, '10497:25;10501:25;10498:25;10505:25', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10529, 'easter_c19_babykelpie', 24, '10484:75;10528:25', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10543, 'bonusbag19_1', 1, '10549:12;10548:13;10547:12;10546:13;10545:12;10544:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10572, 'booster_c19_box1', 1, '10568:17;10563:16;10559:17;10557:16;10555:17;10551:17', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10573, 'booster_c19_box2', 1, '10568:17;10563:16;10559:17;10557:16;10558:17;10551:17', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10665, 'bonusbag19_2', 1, '10671:12;10670:13;10669:12;10668:13;10667:12;10666:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10800, 'hween_c19_witchsatchel', 1, '10787:12;10791:13;10798:12;10812:13;10824:12;10825:13;10826:12;10829:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10833, 'bonusbag19_3', 1, '10839:12;10838:13;10837:12;10836:13;10835:12;10834:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10901, 'xmas_c19_box3', 2, '10931:50;10884:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10916, 'xmas_c19_box2', 2, '10901:50;10907:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10928, 'xmas_c19_box6', 2, '10912:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10931, 'xmas_c19_box4', 2, '10936:50;10940:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10936, 'xmas_c19_box5', 2, '10928:50;10930:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10943, 'xmas_c19_box1', 2, '10916:50;10902:50', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10951, 'bonusbag19_4', 1, '10950:12;10949:13;10948:12;10947:13;10946:12;10945:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10970, 'ny_r19_crackable', 1, '10968:13;10966:12;10967:13;10969:12;10962:13;10963:12;10964:13;10965:12', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11017, 'bonusbag20_1', 1, '11023:12;11022:13;11021:12;11020:13;11019:12;11018:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11030, 'bonusbag20_3', 1, '11036:12;11035:13;11034:12;11033:13;11033:12;11031:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11043, 'bonusbag20_2', 1, '11029:12;11028:13;11027:12;11026:13;11025:12;11024:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11044, 'bonusbag20_4', 1, '11042:12;11041:13;11040:12;11039:13;11038:12;11037:13;9326:12;2065:13', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11048, 'booster_c20_box', 1, '11069:15;11062:14;11076:9;11065:9;11056:8;11070:8;11059:7;11058:6;11061:6;11073:6;11054:5;11067:5;11046:2', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11081, 'easter_c20_darkrock', 1, '11104:31;11093:31;11105:31;11083:7', '', '', 183, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11083, 'easter_c20_darkprize4', 1, '11114:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11093, 'easter_c20_darkprize2', 1, '11116:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11104, 'easter_c20_darkprize3', 1, '11138:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11105, 'easter_c20_darkprize1', 1, '11127:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11120, 'easter_c20_lightprize3', 1, '11132:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11124, 'easter_c20_lightprize2', 1, '11130:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11126, 'easter_c20_lightrock', 1, '11120:31;11124:31;11135:31;11134:7', '', '', 183, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11134, 'easter_c20_lightprize4', 1, '11082:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11135, 'easter_c20_lightprize1', 1, '11089:100', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11148, 'spa_c20_crackable1A', 2, '11153:15;11154:10;11151:10;11155:10;11159:10;11160:10;11163:10;11165:10;11167:10;11143:5', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11166, 'spa_c20_crackable2A', 2, '11163:15;11147:10;11155:10;11151:10;11159:10;11162:10;11158:10;11156:10;11149:10;11142:5', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11210, 'india_c20_blueprint', 2, '11195:20;11190:20;11179:20;11172:20;11212:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5332, 'mystics_crystal', 14, '179:100', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8438, 'habbo15_pumpkin1', 3, '8404:50;8370:50;8363:35;8362:35;8373:15;8365:15', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (8439, 'habbo15_pumpkin2', 3, '8379:20;8380:20;8384:20;8390:20;8401:20', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (10626, 'fest_c19_bprintcrackable', 2, '10600:25;10606:25;10614:25;10636:25', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11308, 'habbo20_r20_crackable', 2, '11327:1;11314:2;11325:4;11315:4;11313:4;11330:6;11329:6;11320:6;11323:7;11318:7;11317:7;11328:9;11324:9;11321:9;11319:9;11322:10', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (11309, 'habbo20_c20_crackable', 2, '11309:3;11308:1;6281:6;6292:10;8583:10;8335:10;10481:12;7843:12;8589:12;10821:12;8526:12', '', '', 0, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5194, 'hblooza_pinata1', 100, '179:1', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (5193, 'hblooza_pinata2', 100, '179:1', 'PinataWhacker', 'PinataBreaker', 158, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9214, 'xmas_c16_creature7', 24, '9256:50;9246:50', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9232, 'xmas_c16_egg', 24, '9214:33;9238:33;9251:33', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9238, 'xmas_c16_creature1', 24, '9211:50;9258:50', '', '', 186, NULL, NULL);
INSERT INTO `items_crackable` VALUES (9251, 'xmas_c16_creature4', 24, '9224:50;9242:50', '', '', 186, NULL, NULL);
-- ----------------------------
-- Table structure for items_highscore_data
-- ----------------------------
DROP TABLE IF EXISTS `items_highscore_data`;
CREATE TABLE `items_highscore_data` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`item_id` int(0) NOT NULL,
`user_ids` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`score` int(0) NOT NULL,
`is_win` tinyint(1) NULL DEFAULT 0,
`timestamp` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE,
INDEX `data`(`item_id`, `user_ids`) USING BTREE,
INDEX `status`(`is_win`, `score`, `timestamp`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for items_hoppers
-- ----------------------------
DROP TABLE IF EXISTS `items_hoppers`;
CREATE TABLE `items_hoppers` (
`item_id` int(0) NOT NULL,
`base_item` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for items_presents
-- ----------------------------
DROP TABLE IF EXISTS `items_presents`;
CREATE TABLE `items_presents` (
`item_id` int(0) NOT NULL,
`base_item_reward` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for items_teleports
-- ----------------------------
DROP TABLE IF EXISTS `items_teleports`;
CREATE TABLE `items_teleports` (
`teleport_one_id` int(0) NOT NULL,
`teleport_two_id` int(0) NOT NULL,
INDEX `teleport_one_id`(`teleport_one_id`) USING BTREE,
INDEX `teleport_two_id`(`teleport_two_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for logs_hc_payday
-- ----------------------------
DROP TABLE IF EXISTS `logs_hc_payday`;
CREATE TABLE `logs_hc_payday` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`timestamp` int(0) UNSIGNED NULL DEFAULT NULL,
`user_id` int(0) UNSIGNED NULL DEFAULT NULL,
`hc_streak` int(0) UNSIGNED NULL DEFAULT NULL,
`total_coins_spent` int(0) UNSIGNED NULL DEFAULT NULL,
`reward_coins_spent` int(0) UNSIGNED NULL DEFAULT NULL,
`reward_streak` int(0) UNSIGNED NULL DEFAULT NULL,
`total_payout` int(0) UNSIGNED NULL DEFAULT NULL,
`currency` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`claimed` tinyint(1) NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
INDEX `timestamp`(`timestamp`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for logs_shop_purchases
-- ----------------------------
DROP TABLE IF EXISTS `logs_shop_purchases`;
CREATE TABLE `logs_shop_purchases` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`timestamp` int(0) UNSIGNED NULL DEFAULT NULL,
`user_id` int(0) UNSIGNED NULL DEFAULT NULL,
`catalog_item_id` int(0) UNSIGNED NULL DEFAULT NULL,
`item_ids` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL,
`catalog_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`cost_credits` int(0) NULL DEFAULT NULL,
`cost_points` int(0) NULL DEFAULT NULL,
`points_type` int(0) NULL DEFAULT NULL,
`amount` int(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `timestamp`(`timestamp`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for marketplace_items
-- ----------------------------
DROP TABLE IF EXISTS `marketplace_items`;
CREATE TABLE `marketplace_items` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`item_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`price` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
`sold_timestamp` int(0) NOT NULL DEFAULT 0,
`state` int(0) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`) USING BTREE,
INDEX `itemdata`(`item_id`, `user_id`) USING BTREE,
INDEX `price`(`price`) USING BTREE,
INDEX `time`(`timestamp`, `sold_timestamp`) USING BTREE,
INDEX `status`(`state`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for messenger_categories
-- ----------------------------
DROP TABLE IF EXISTS `messenger_categories`;
CREATE TABLE `messenger_categories` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(25) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`user_id` int(0) NOT NULL,
UNIQUE INDEX `identifier`(`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for messenger_friendrequests
-- ----------------------------
DROP TABLE IF EXISTS `messenger_friendrequests`;
CREATE TABLE `messenger_friendrequests` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_to_id` int(0) NOT NULL DEFAULT 0,
`user_from_id` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
INDEX `users`(`user_to_id`, `user_from_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for messenger_friendships
-- ----------------------------
DROP TABLE IF EXISTS `messenger_friendships`;
CREATE TABLE `messenger_friendships` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_one_id` int(0) NOT NULL DEFAULT 0,
`user_two_id` int(0) NOT NULL DEFAULT 0,
`relation` int(0) NOT NULL DEFAULT 0,
`friends_since` int(0) NOT NULL DEFAULT 0,
`category` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
INDEX `user_one_id`(`user_one_id`) USING BTREE,
INDEX `user_two_id`(`user_two_id`) USING BTREE,
INDEX `userdata`(`user_one_id`, `user_two_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for messenger_offline
-- ----------------------------
DROP TABLE IF EXISTS `messenger_offline`;
CREATE TABLE `messenger_offline` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`user_from_id` int(0) NOT NULL DEFAULT 0,
`message` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`sended_on` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for namechange_log
-- ----------------------------
DROP TABLE IF EXISTS `namechange_log`;
CREATE TABLE `namechange_log` (
`user_id` int(0) NOT NULL,
`old_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`new_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`timestamp` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for navigator_filter
-- ----------------------------
DROP TABLE IF EXISTS `navigator_filter`;
CREATE TABLE `navigator_filter` (
`key` varchar(11) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`field` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`compare` enum('equals','equals_ignore_case','contains') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`database_query` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
PRIMARY KEY (`key`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of navigator_filter
-- ----------------------------
INSERT INTO `navigator_filter` VALUES ('owner', 'getOwnerName', 'equals_ignore_case', 'SELECT * FROM rooms WHERE owner_name LIKE ?');
INSERT INTO `navigator_filter` VALUES ('anything', 'filterAnything', 'contains', 'SELECT rooms.*, CONCAT_WS(rooms.owner_name, rooms.name, rooms.description, rooms.tags, guilds.name, guilds.description) as whole FROM rooms LEFT JOIN guilds ON rooms.guild_id = guilds.id HAVING whole LIKE ? ');
INSERT INTO `navigator_filter` VALUES ('roomname', 'getName', 'contains', 'SELECT * FROM rooms WHERE name COLLATE UTF8_GENERAL_CI LIKE ? ');
INSERT INTO `navigator_filter` VALUES ('tag', 'getTags', 'equals', 'SELECT * FROM rooms WHERE tags LIKE CONCAT(?, \";%\") ');
INSERT INTO `navigator_filter` VALUES ('group', 'getGuildName', 'contains', 'SELECT rooms.* FROM guilds INNER JOIN rooms ON guilds.room_id = rooms.id WHERE CONCAT(guilds.name, guilds.description) LIKE ?');
INSERT INTO `navigator_filter` VALUES ('desc', 'getDescription', 'contains', 'SELECT * FROM rooms WHERE description LIKE ?');
INSERT INTO `navigator_filter` VALUES ('promo', 'getPromotionDesc', 'contains', 'SELECT rooms.* FROM rooms INNER JOIN room_promotions ON rooms.id = room_promotions.id WHERE room_promotions.end_timestamp >= UNIX_TIMESTAMP() AND CONCAT (room_promotions.title, room_promotions.description) LIKE ?');
-- ----------------------------
-- Table structure for navigator_flatcats
-- ----------------------------
DROP TABLE IF EXISTS `navigator_flatcats`;
CREATE TABLE `navigator_flatcats` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`min_rank` int(0) NOT NULL DEFAULT 0,
`caption_save` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'caption_save',
`caption` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`can_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`max_user_count` int(0) NOT NULL DEFAULT 100,
`public` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`list_type` int(0) NOT NULL DEFAULT 0 COMMENT 'Display mode in the navigator. 0 for list, 1 for thumbnails.',
`order_num` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of navigator_flatcats
-- ----------------------------
INSERT INTO `navigator_flatcats` VALUES (1, 1, 'caption_save', '${navigator.flatcategory.global.BC}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (2, 1, 'caption_save_building', '${navigator.flatcategory.global.BUILDING}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (3, 1, 'caption_save_chat', '${navigator.flatcategory.global.CHAT}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (4, 1, 'caption_save_fansite', '${navigator.flatcategory.global.FANSITE}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (5, 1, 'caption_save_games', '${navigator.flatcategory.global.GAMES}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (6, 1, 'caption_save_help', '${navigator.flatcategory.global.HELP}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (7, 1, 'caption_save_life', '${navigator.flatcategory.global.LIFE}', '0', 100, '0', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (8, 7, 'caption_save_official', '${navigator.flatcategory.global.OFFICIAL}', '0', 100, '1', 0, 0);
INSERT INTO `navigator_flatcats` VALUES (9, 1, 'caption_save_party', '${navigator.flatcategory.global.PARTY}', '0', 100, '0', 0, 0);
-- ----------------------------
-- Table structure for navigator_publiccats
-- ----------------------------
DROP TABLE IF EXISTS `navigator_publiccats`;
CREATE TABLE `navigator_publiccats` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Staff Picks',
`image` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1',
`order_num` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of navigator_publiccats
-- ----------------------------
INSERT INTO `navigator_publiccats` VALUES (1, 'Staff Picks', '0', '1', 0);
INSERT INTO `navigator_publiccats` VALUES (2, 'Official Games', '0', '1', 0);
INSERT INTO `navigator_publiccats` VALUES (3, 'Official Fansites', '0', '1', 0);
INSERT INTO `navigator_publiccats` VALUES (4, 'BAW: Builders at Work', '0', '1', 0);
INSERT INTO `navigator_publiccats` VALUES (5, 'Room Bundles', '0', '1', 0);
INSERT INTO `navigator_publiccats` VALUES (6, 'Safety', '0', '1', 0);
-- ----------------------------
-- Table structure for navigator_publics
-- ----------------------------
DROP TABLE IF EXISTS `navigator_publics`;
CREATE TABLE `navigator_publics` (
`public_cat_id` int(0) NOT NULL,
`room_id` int(0) NOT NULL,
`visible` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '1'
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for nux_gifts
-- ----------------------------
DROP TABLE IF EXISTS `nux_gifts`;
CREATE TABLE `nux_gifts` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`type` enum('item','room') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'item',
`value` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'If type item then items.item_name. If type room then room id to copy.',
`image` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of nux_gifts
-- ----------------------------
INSERT INTO `nux_gifts` VALUES (1, 'item', 'rare_daffodil_rug', 'notifications/rare_daffodil_rug.png');
INSERT INTO `nux_gifts` VALUES (2, 'item', 'rare_moonrug', 'notifications/rare_moonrug.png');
INSERT INTO `nux_gifts` VALUES (3, 'item', 'sandrug', 'notifications/sandrug.png');
-- ----------------------------
-- Table structure for old_guilds_forums
-- ----------------------------
DROP TABLE IF EXISTS `old_guilds_forums`;
CREATE TABLE `old_guilds_forums` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`guild_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`subject` mediumtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`message` longtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`state` enum('OPEN','CLOSED','HIDDEN_BY_ADMIN','HIDDEN_BY_STAFF') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'OPEN',
`admin_id` int(0) NOT NULL DEFAULT 0,
`pinned` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`locked` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`timestamp` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for old_guilds_forums_comments
-- ----------------------------
DROP TABLE IF EXISTS `old_guilds_forums_comments`;
CREATE TABLE `old_guilds_forums_comments` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`thread_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
`message` longtext CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`state` enum('OPEN','CLOSED','HIDDEN_BY_ADMIN','HIDDEN_BY_STAFF') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'OPEN',
`admin_id` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for permissions
-- ----------------------------
DROP TABLE IF EXISTS `permissions`;
CREATE TABLE `permissions` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`rank_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`badge` varchar(12) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`level` int(0) NOT NULL DEFAULT 1,
`room_effect` int(0) NOT NULL DEFAULT 0,
`log_commands` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`prefix` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`prefix_color` varchar(7) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`cmd_about` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_alert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_allow_trading` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_badge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_blockalert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_bundle` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_calendar` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_changename` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_chatcolor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_commands` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_connect_camera` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_control` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_coords` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_credits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_subscription` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0',
`cmd_danceall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_diagonal` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_disconnect` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_duckets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_ejectall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_empty` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_empty_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_empty_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_enable` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_event` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_faceless` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_fastwalk` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_filterword` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_freeze` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_freeze_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_gift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_give_rank` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_ha` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_can_stalk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_hal` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_invisible` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_ip_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_machine_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_hand_item` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_happyhour` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_hidewired` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_kickall` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_softkick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_massbadge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roombadge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_masscredits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_massduckets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_massgift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_masspoints` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_moonwalk` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_mimic` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_multi` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_mute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_pet_info` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_pickall` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_plugins` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_points` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_promote_offer` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_pull` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_push` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_redeem` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_reload_room` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_roomalert` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roomcredits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roomeffect` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roomgift` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roomitem` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roommute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roompixels` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_roompoints` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_say` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_say_all` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_setmax` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_set_poll` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_setpublic` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_setspeed` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_shout` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_shout_all` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_shutdown` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_sitdown` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_staffalert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_staffonline` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_summon` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_summonrank` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_super_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_stalk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_superpull` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_take_badge` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_talk` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_teleport` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_trash` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_transform` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_unban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_unload` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_unmute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_achievements` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_catalogue` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_config` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_guildparts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_hotel_view` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_items` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_navigator` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_permissions` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_pet_data` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_plugins` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_polls` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_texts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_wordfilter` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_userinfo` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_word_quiz` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_warp` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_anychatcolor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_anyroomowner` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_empty_others` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_enable_others` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_see_whispers` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_see_tentchat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_superwired` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_supporttool` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_unkickable` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_guildgate` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_moverotate` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_placefurni` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_unlimited_bots` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'Overrides the bot restriction to the inventory and room.',
`acc_unlimited_pets` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'Overrides the pet restriction to the inventory and room.',
`acc_hide_ip` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_hide_mail` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_not_mimiced` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_chat_no_flood` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_staff_chat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_staff_pick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_enteranyroom` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_fullrooms` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_infinite_credits` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_infinite_pixels` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_infinite_points` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_ambassador` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_debug` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_chat_no_limit` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0' COMMENT 'People with this permission node are always heard and can see all chat in the room regarding of maximum hearing distance in the room settings (In game)',
`acc_chat_no_filter` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_nomute` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_guild_admin` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_catalog_ids` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_ticket_q` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_user_logs` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_user_alert` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_user_kick` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_user_ban` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_room_info` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_modtool_room_logs` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_trade_anywhere` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_update_notifications` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_helper_use_guide_tool` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_helper_give_guide_tours` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_helper_judge_chat_reviews` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_floorplan_editor` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_camera` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_ads_background` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_wordquiz` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_room_staff_tags` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_infinite_friends` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_mimic_unredeemed` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_update_youtube_playlists` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_add_youtube_playlist` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`auto_credits_amount` int(0) NULL DEFAULT 0,
`auto_pixels_amount` int(0) NULL DEFAULT 0,
`auto_gotw_amount` int(0) NULL DEFAULT 0,
`auto_points_amount` int(0) NULL DEFAULT 0,
`acc_mention` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_setstate` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_buildheight` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_setrotation` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_sellroom` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_buyroom` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_pay` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_kill` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_hoverboard` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_kiss` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_hug` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_welcome` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`cmd_disable_effects` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_brb` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_nuke` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_slime` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_explain` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_closedice` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`acc_closedice_room` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2',
`cmd_set` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`cmd_furnidata` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`kiss_cmd` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`acc_calendar_force` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT '0',
`cmd_update_calendar` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of permissions
-- ----------------------------
INSERT INTO `permissions` VALUES (1, 'Member', '', 1, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (2, 'VIP', '', 2, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (3, 'X', '', 3, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (4, 'Support', '', 4, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (5, 'Moderator', '', 5, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (6, 'Super Mod', '', 6, 0, '0', '', '', '1', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0, 0, 0, 0, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '2', '1', '1', '1', '1', '1', '2', '1', '0', '0', '0', '0');
INSERT INTO `permissions` VALUES (7, 'Administrator', 'ADM', 7, 0, '0', 'ADM', '#A1A1A1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 0, 0, 0, 0, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0');
-- ----------------------------
-- Table structure for pet_actions
-- ----------------------------
DROP TABLE IF EXISTS `pet_actions`;
CREATE TABLE `pet_actions` (
`ID` int(0) NOT NULL AUTO_INCREMENT,
`pet_type` int(0) NOT NULL,
`pet_name` varchar(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`offspring_type` int(0) NOT NULL DEFAULT -1,
`happy_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`tired_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`random_actions` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`can_swim` enum('1','0') CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT '0',
PRIMARY KEY (`ID`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 77 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of pet_actions
-- ----------------------------
INSERT INTO `pet_actions` VALUES (38, 0, 'Dog', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (1, 1, 'Cat', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (2, 2, 'Crocodile', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (3, 3, 'Terrier', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (4, 4, 'Bear', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (5, 5, 'Pig', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (6, 6, 'Lion', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (7, 7, 'Rhino', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (8, 8, 'Spider', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (9, 9, 'Turtle', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (10, 10, 'Chicken', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (11, 11, 'Frog', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (12, 12, 'Dragon', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (13, 13, '', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (14, 14, 'Monkey', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (15, 15, 'Horse', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (16, 16, 'Monsterplant', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (17, 17, 'Bunny', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (18, 18, 'Evil Bunny', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (19, 19, 'Bored Bunny', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (20, 20, 'Love Bunny', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (21, 21, 'Wise Pidgeon', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (22, 22, 'Cunning Pidgeon', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (23, 23, 'Evil Monkey', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (24, 24, 'Baby Bear', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (25, 25, 'Baby Terrier', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (26, 26, 'Gnome', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (27, 27, 'Leprechaun', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (28, 28, 'Baby Cat', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (29, 29, 'Baby Dog', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (30, 30, 'Baby Pig', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (31, 31, 'Haloompa', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (32, 32, 'Fools', -1, '', '', '', '1');
INSERT INTO `pet_actions` VALUES (33, 33, 'Pterodactyl', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (34, 34, 'Velociraptor', -1, '', '', '', '0');
INSERT INTO `pet_actions` VALUES (35, 35, 'Cow', -1, '', '', '', '0');
-- ----------------------------
-- Table structure for pet_breeding
-- ----------------------------
DROP TABLE IF EXISTS `pet_breeding`;
CREATE TABLE `pet_breeding` (
`pet_id` int(0) NOT NULL,
`offspring_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for pet_breeding_races
-- ----------------------------
DROP TABLE IF EXISTS `pet_breeding_races`;
CREATE TABLE `pet_breeding_races` (
`pet_type` int(0) NOT NULL,
`rarity_level` int(0) NOT NULL,
`breed` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of pet_breeding_races
-- ----------------------------
INSERT INTO `pet_breeding_races` VALUES (28, 1, 1);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 2);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 3);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 4);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 5);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 6);
INSERT INTO `pet_breeding_races` VALUES (28, 1, 7);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 8);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 9);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 10);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 11);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 12);
INSERT INTO `pet_breeding_races` VALUES (28, 2, 13);
INSERT INTO `pet_breeding_races` VALUES (28, 3, 14);
INSERT INTO `pet_breeding_races` VALUES (28, 3, 15);
INSERT INTO `pet_breeding_races` VALUES (28, 3, 16);
INSERT INTO `pet_breeding_races` VALUES (28, 3, 17);
INSERT INTO `pet_breeding_races` VALUES (28, 4, 18);
INSERT INTO `pet_breeding_races` VALUES (28, 4, 19);
INSERT INTO `pet_breeding_races` VALUES (28, 4, 20);
-- ----------------------------
-- Table structure for pet_breeds
-- ----------------------------
DROP TABLE IF EXISTS `pet_breeds`;
CREATE TABLE `pet_breeds` (
`race` int(0) NOT NULL,
`color_one` int(0) NOT NULL,
`color_two` int(0) NOT NULL,
`has_color_one` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`has_color_two` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
UNIQUE INDEX `idx_name`(`race`, `color_one`, `color_two`, `has_color_one`, `has_color_two`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of pet_breeds
-- ----------------------------
INSERT INTO `pet_breeds` VALUES (0, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 21, 21, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 22, 22, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 23, 23, '1', '0');
INSERT INTO `pet_breeds` VALUES (0, 24, 24, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 21, 21, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 22, 22, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 23, 23, '1', '0');
INSERT INTO `pet_breeds` VALUES (1, 24, 24, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (2, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (3, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (4, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (4, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (4, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (4, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (5, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 6, 6, '0', '1');
INSERT INTO `pet_breeds` VALUES (6, 7, 7, '0', '1');
INSERT INTO `pet_breeds` VALUES (6, 8, 8, '0', '1');
INSERT INTO `pet_breeds` VALUES (6, 9, 9, '0', '1');
INSERT INTO `pet_breeds` VALUES (6, 10, 10, '0', '1');
INSERT INTO `pet_breeds` VALUES (6, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (6, 12, 12, '0', '1');
INSERT INTO `pet_breeds` VALUES (7, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 3, 3, '0', '1');
INSERT INTO `pet_breeds` VALUES (7, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (7, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (8, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (9, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (10, 0, 0, '1', '1');
INSERT INTO `pet_breeds` VALUES (10, 1, 1, '1', '1');
INSERT INTO `pet_breeds` VALUES (10, 2, 2, '1', '1');
INSERT INTO `pet_breeds` VALUES (10, 3, 3, '1', '1');
INSERT INTO `pet_breeds` VALUES (10, 4, 4, '1', '1');
INSERT INTO `pet_breeds` VALUES (11, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 8, 8, '0', '0');
INSERT INTO `pet_breeds` VALUES (11, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (11, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (12, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (14, 0, 0, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 1, 1, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 2, 2, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 3, 3, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 4, 4, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 5, 5, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 6, 6, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 7, 7, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 8, 8, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 9, 9, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 10, 10, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 11, 11, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 12, 12, '1', '1');
INSERT INTO `pet_breeds` VALUES (14, 13, 13, '1', '1');
INSERT INTO `pet_breeds` VALUES (15, 1, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 21, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 25, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 29, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 33, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 37, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 41, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 45, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 49, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 53, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 1, 57, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 22, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 26, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 30, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 34, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 38, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 42, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 46, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 50, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 54, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 2, 58, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 23, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 27, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 31, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 35, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 39, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 43, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 47, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 51, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 55, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 3, 59, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 21, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 24, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 28, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 32, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 36, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 40, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 44, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 48, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 52, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 56, '1', '0');
INSERT INTO `pet_breeds` VALUES (15, 4, 60, '1', '0');
INSERT INTO `pet_breeds` VALUES (17, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (17, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (17, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (17, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (17, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (18, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (19, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (20, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (21, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (22, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (23, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (24, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (25, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (26, 0, 0, '0', '0');
INSERT INTO `pet_breeds` VALUES (27, 0, 0, '0', '0');
INSERT INTO `pet_breeds` VALUES (28, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (28, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (29, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (30, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (31, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (32, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (33, 20, 20, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 0, 0, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 1, 1, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 3, 3, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 18, 18, '1', '0');
INSERT INTO `pet_breeds` VALUES (34, 19, 19, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 2, 2, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 4, 4, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 5, 5, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 6, 6, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 7, 7, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 8, 8, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 9, 9, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 10, 10, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 11, 11, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 12, 12, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 13, 13, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 14, 14, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 15, 15, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 16, 16, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 17, 17, '1', '0');
INSERT INTO `pet_breeds` VALUES (35, 18, 18, '1', '1');
-- ----------------------------
-- Table structure for pet_commands
-- ----------------------------
DROP TABLE IF EXISTS `pet_commands`;
CREATE TABLE `pet_commands` (
`pet_id` int(0) NOT NULL,
`command_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of pet_commands
-- ----------------------------
INSERT INTO `pet_commands` VALUES (12, 0);
INSERT INTO `pet_commands` VALUES (12, 35);
INSERT INTO `pet_commands` VALUES (12, 5);
INSERT INTO `pet_commands` VALUES (12, 3);
INSERT INTO `pet_commands` VALUES (12, 36);
INSERT INTO `pet_commands` VALUES (12, 37);
INSERT INTO `pet_commands` VALUES (12, 38);
INSERT INTO `pet_commands` VALUES (12, 2);
INSERT INTO `pet_commands` VALUES (12, 6);
INSERT INTO `pet_commands` VALUES (12, 7);
INSERT INTO `pet_commands` VALUES (12, 22);
INSERT INTO `pet_commands` VALUES (12, 8);
INSERT INTO `pet_commands` VALUES (12, 9);
INSERT INTO `pet_commands` VALUES (12, 41);
INSERT INTO `pet_commands` VALUES (12, 10);
INSERT INTO `pet_commands` VALUES (12, 11);
INSERT INTO `pet_commands` VALUES (12, 12);
INSERT INTO `pet_commands` VALUES (12, 13);
INSERT INTO `pet_commands` VALUES (12, 14);
INSERT INTO `pet_commands` VALUES (12, 15);
INSERT INTO `pet_commands` VALUES (12, 16);
INSERT INTO `pet_commands` VALUES (12, 42);
-- ----------------------------
-- Table structure for pet_commands_data
-- ----------------------------
DROP TABLE IF EXISTS `pet_commands_data`;
CREATE TABLE `pet_commands_data` (
`command_id` int(0) NOT NULL,
`text` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`required_level` int(0) NOT NULL,
`reward_xp` int(0) NOT NULL DEFAULT 5,
`cost_happyness` int(0) NOT NULL DEFAULT 0,
`cost_energy` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`command_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of pet_commands_data
-- ----------------------------
INSERT INTO `pet_commands_data` VALUES (0, 'Free', 1, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (1, 'Sit', 1, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (2, 'Down', 2, 10, 0, 0);
INSERT INTO `pet_commands_data` VALUES (3, 'Here', 2, 10, 0, 0);
INSERT INTO `pet_commands_data` VALUES (4, 'Beg', 2, 10, 0, 0);
INSERT INTO `pet_commands_data` VALUES (5, 'Play Dead', 3, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (6, 'Stay', 4, 10, 0, 0);
INSERT INTO `pet_commands_data` VALUES (7, 'Follow', 5, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (8, 'Stand', 6, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (9, 'Jump', 6, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (10, 'Speak', 7, 10, 0, 0);
INSERT INTO `pet_commands_data` VALUES (11, 'Play', 8, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (12, 'Silent', 8, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (13, 'Nest', 5, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (14, 'Drink', 4, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (15, 'Follow left', 15, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (16, 'Follow right', 15, 15, 0, 0);
INSERT INTO `pet_commands_data` VALUES (17, 'Play football', 10, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (18, 'Come here', 9, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (19, 'Bounce', 9, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (20, 'Flat', 11, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (21, 'Dance', 12, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (22, 'Spin', 10, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (23, 'Switch TV', 12, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (24, 'Move forward', 17, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (25, 'Turn left', 18, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (26, 'Turn right', 18, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (27, 'Relax', 13, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (28, 'Croak', 14, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (29, 'Dip', 14, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (30, 'Wave', 5, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (31, 'Mambo!', 18, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (32, 'High jump', 18, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (33, 'Chicken dance', 7, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (34, 'Triple jump', 9, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (35, 'Spread wings', 8, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (36, 'Breathe fire', 10, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (37, 'Hang', 12, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (38, 'Torch', 6, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (40, 'Swing', 13, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (41, 'Roll', 10, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (42, 'Ring of fire', 20, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (43, 'Eat', 4, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (44, 'Wag Tail', 4, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (45, 'Count', 6, 5, 0, 0);
INSERT INTO `pet_commands_data` VALUES (46, 'Breed', 20, 5, 0, 0);
-- ----------------------------
-- Table structure for pet_drinks
-- ----------------------------
DROP TABLE IF EXISTS `pet_drinks`;
CREATE TABLE `pet_drinks` (
`pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it affect all pet types.',
`item_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for pet_foods
-- ----------------------------
DROP TABLE IF EXISTS `pet_foods`;
CREATE TABLE `pet_foods` (
`pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it affect all pet types.',
`item_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for pet_items
-- ----------------------------
DROP TABLE IF EXISTS `pet_items`;
CREATE TABLE `pet_items` (
`pet_id` int(0) NOT NULL COMMENT 'Leave 0 to have it affect all pet types.',
`item_id` int(0) NOT NULL COMMENT 'Item id of a item having one of the following interactions: nest, pet_food, pet_drink'
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for pet_vocals
-- ----------------------------
DROP TABLE IF EXISTS `pet_vocals`;
CREATE TABLE `pet_vocals` (
`pet_id` int(0) NOT NULL DEFAULT 0 COMMENT 'Leave 0 to have it apply to all pet types.',
`type` enum('DISOBEY','DRINKING','EATING','GENERIC_HAPPY','GENERIC_NEUTRAL','GENERIC_SAD','GREET_OWNER','HUNGRY','LEVEL_UP','MUTED','PLAYFUL','SLEEPING','THIRSTY','TIRED','UNKNOWN_COMMAND') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'GENERIC_HAPPY',
`message` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of pet_vocals
-- ----------------------------
INSERT INTO `pet_vocals` VALUES (0, 'GENERIC_HAPPY', 'Yay, lets play!');
INSERT INTO `pet_vocals` VALUES (0, 'GENERIC_HAPPY', '*Whistles*');
INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'Nope, ain\'t gonna do that for you.');
INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'Who do you think I am?');
INSERT INTO `pet_vocals` VALUES (0, 'DISOBEY', 'That ain\'t gonna happen mate.');
-- ----------------------------
-- Table structure for polls
-- ----------------------------
DROP TABLE IF EXISTS `polls`;
CREATE TABLE `polls` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Hey! We\'d appreciate it if you could take some time to answer these questions. It will help improve our hotel.',
`thanks_message` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`reward_badge` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for polls_answers
-- ----------------------------
DROP TABLE IF EXISTS `polls_answers`;
CREATE TABLE `polls_answers` (
`poll_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`question_id` int(0) NOT NULL,
`answer` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
UNIQUE INDEX `unique_index`(`poll_id`, `user_id`, `question_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for polls_questions
-- ----------------------------
DROP TABLE IF EXISTS `polls_questions`;
CREATE TABLE `polls_questions` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`parent_id` int(0) NOT NULL DEFAULT 0,
`poll_id` int(0) NOT NULL,
`order` int(0) NOT NULL,
`question` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`type` int(0) NOT NULL DEFAULT 2,
`min_selections` int(0) NOT NULL DEFAULT 1,
`options` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for recycler_prizes
-- ----------------------------
DROP TABLE IF EXISTS `recycler_prizes`;
CREATE TABLE `recycler_prizes` (
`rarity` int(0) NOT NULL,
`item_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_bans
-- ----------------------------
DROP TABLE IF EXISTS `room_bans`;
CREATE TABLE `room_bans` (
`room_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`ends` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_enter_log
-- ----------------------------
DROP TABLE IF EXISTS `room_enter_log`;
CREATE TABLE `room_enter_log` (
`room_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
`exit_timestamp` int(0) NOT NULL DEFAULT 0,
INDEX `room_enter_log_room_id`(`room_id`) USING BTREE,
INDEX `room_enter_log_user_entry`(`user_id`, `timestamp`) USING BTREE,
INDEX `room_id`(`room_id`) USING BTREE,
INDEX `exit_timestamp`(`exit_timestamp`) USING BTREE,
INDEX `timestamps`(`timestamp`, `exit_timestamp`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_game_scores
-- ----------------------------
DROP TABLE IF EXISTS `room_game_scores`;
CREATE TABLE `room_game_scores` (
`room_id` int(0) NOT NULL,
`game_start_timestamp` int(0) NOT NULL,
`game_name` varchar(64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`user_id` int(0) NOT NULL,
`team_id` int(0) NOT NULL,
`score` int(0) NOT NULL,
`team_score` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for room_models
-- ----------------------------
DROP TABLE IF EXISTS `room_models`;
CREATE TABLE `room_models` (
`name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`door_x` int(0) NOT NULL,
`door_y` int(0) NOT NULL,
`door_dir` int(0) NOT NULL DEFAULT 2,
`heightmap` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`public_items` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`club_only` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
PRIMARY KEY (`name`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of room_models
-- ----------------------------
INSERT INTO `room_models` VALUES ('model_basa', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxx\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx22222222222222222222x\r\nx000x11xxxxxxxx11x000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nx00000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_4', 0, 12, 2, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nxXXXXXXXX9999999999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx00000000XXXXXXX999999x\r\nx000000000000000999999x\r\nx000000000000000999999x\r\nx000000000000000999999x\r\n0000000000000000999999x\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nx000000000000000XXXXXXx\r\nxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_3', 0, 10, 2, 'XXXXXXXXXXXXXXXXX\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nXXX0000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\n0000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nX000000000000000X\r\nXXXXXXXXXXXXXXXXX', '', '1');
INSERT INTO `room_models` VALUES ('model_b2g', 0, 0, 2, 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_opening', 0, 23, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_y', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_oscar', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_u', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_z', 0, 9, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_w', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxxxxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxxx\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_x', 0, 12, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n0000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('park_b', 11, 2, 6, '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0');
INSERT INTO `room_models` VALUES ('model_0', 0, 4, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_v', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx00000000000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxxx0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_t', 0, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_s', 0, 3, 2, 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx00000\r\nx00000\r\nx00000', '', '0');
INSERT INTO `room_models` VALUES ('park_a', 2, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx000000000000000000000000000000000xxxx\r\nxxxxxxx0000000000000000000000000000000000xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx00000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xxxxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0');
INSERT INTO `room_models` VALUES ('the_den', 3, 22, 0, '00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nGV00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('cinema_a', 20, 27, 0, 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxxxx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111\r\n333333332111111111111111\r\n333333332111111111111111\r\n333333332111111111111111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0');
INSERT INTO `room_models` VALUES ('picnic', 16, 5, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x2222222222222222222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x222222222222222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n22222222222222xxxx22222222222222222222\r\n22222222222222xxx222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0');
INSERT INTO `room_models` VALUES ('custom_model', 0, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxx\r\nxxxxxxxxxxx000000000000000xxx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx11111111111111111xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('theater', 20, 27, 0, 'XXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXX111111111XXXXXXX\r\nXXXXXXX11111111100000XX\r\nXXXX00X11111111100000XX\r\nXXXX00x11111111100000XX\r\n4XXX00X11111111100000XX\r\n4440000XXXXXXXXX00000XX\r\n444000000000000000000XX\r\n4XX000000000000000000XX\r\n4XX0000000000000000000X\r\n44400000000000000000000\r\n44400000000000000000000\r\n44X00000000000000000000\r\n44X11111111111111111000\r\n44X11111111111111111000\r\n33X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22211111111111111111000\r\n22211111111111111111000\r\nXXXXXXXXXXXXXXXXXXXX00X\r\nXXXXXXXXXXXXXXXXXXXX00X', 'QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159thchair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCSCHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thchair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIHHc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thchair1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thchair1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc2610thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair1SCRFIHHc2616thchair1PDRFIH', '0');
INSERT INTO `room_models` VALUES ('orient', 35, 22, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxxxxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x1111111111000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx11000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx1111111111000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0');
INSERT INTO `room_models` VALUES ('dusty_lounge', 14, 1, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x222x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx33322222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx32222222222333333333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111xxxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx1111111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA', '0');
INSERT INTO `room_models` VALUES ('netcafe', 22, 12, 2, 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx0000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx', 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH', '0');
INSERT INTO `room_models` VALUES ('rooftop_2', 4, 9, 2, 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH', '0');
INSERT INTO `room_models` VALUES ('star_lounge', 37, 36, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0');
INSERT INTO `room_models` VALUES ('tearoom', 21, 19, 6, 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n333333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n3333333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH', '0');
INSERT INTO `room_models` VALUES ('rooftop', 17, 12, 2, '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444xxxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x444444xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH', '0');
INSERT INTO `room_models` VALUES ('pub_a', 15, 25, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx31111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0');
INSERT INTO `room_models` VALUES ('newbie_lobby', 2, 11, 2, 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx0000000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxxx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx000000000000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0');
INSERT INTO `room_models` VALUES ('pizza', 5, 27, 2, 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0');
INSERT INTO `room_models` VALUES ('old_skool', 2, 1, 2, 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x0000000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0');
INSERT INTO `room_models` VALUES ('model_h', 4, 4, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxx1111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_p', 0, 23, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_r', 10, 4, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx333333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx000000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxxx11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_q', 10, 4, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxx222222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx222221111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxxxx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_o', 0, 18, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\n1111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_n', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\nx00000000000000000000\r\n000000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_g', 1, 7, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nx11111000000\r\nxx1111000000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` VALUES ('model_l', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\n000000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_m', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\n00000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_k', 0, 13, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\n0000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_j', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\n000000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_i', 0, 10, 2, 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\n00000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_e', 1, 5, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx0000000000\r\nxx0000000000\r\nx00000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_f', 2, 5, 2, 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxx000000000x\r\nxxx00000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_a', 3, 5, 2, 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxx000000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_b', 0, 5, 2, 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\n000000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_c', 4, 7, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxx0000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_d', 4, 7, 2, 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxx0000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_room_15', 3, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx11111xXXXXXXXXXXXXXXXXx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xYYYYYYYYYYYYYYYYx\r\nx11111xYYYYYYYYYYYYYYYYx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xUUUUUUUUUUUUUUUUx\r\nx11111xUUUUUUUUUUUUUUUUx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xVVVVVVVVVVVVVVVVx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx11111xWWWWWWWWWWWWWWWWx\r\nx11111xxxxxxxxxxxxxxxxxx\r\nx1111100000000000000008x\r\nx1111100000000000000009x\r\nx111110000000000000000ax\r\nx111110000000000000000bx\r\n1111110000000000000000cx\r\nx111110000000000000000dx\r\nx111110000000000000000ex\r\nx111110000000000000000fx\r\nx111110000000000000000gx\r\nx111110000000000000000hx\r\nx111110000000000000000ix\r\nx111110000000000000000jx\r\nx111110000000000000000kx\r\nx111110000000000000000lx\r\nx111110000000000000000mx\r\nx111110000000000000000nx\r\nx111110xxxxxxxxxxxxxxxxx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nx111110xzzzzzzzzzzzzzzzx\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_1', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxeeeeeeeeeeeeeeeedcba9888888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxeeeeeeeeeeeeeeeexxxxxx88888888888\r\nxdxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxcxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxbxxxxxxxxxxxxxxxxxxxxx88888888888\r\nxaxxxxxxxxxxxxxxxxxxxxx88888888888\r\naaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxxxxxxx\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaaxxxx6666666666666\r\nxaaaaaaaaaaaaaaaa98766666666666666\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx5xxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx4xxxx\r\nxaaaaaaaaaaaaaaaaxxxxxxxxxxxx3xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxaaaaaaaaaaaaaaaaxxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx9xxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx8xxx3333333333xxxx\r\nxxxxxxxxxxxxxxxx7xxx3333333333xxxx\r\nxxx777777777xxxx6xxx3333333333xxxx\r\nxxx777777777xxxx5xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx4xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx3xxxxxxxxxxxxxxxxx\r\nxxx777777777xxxx2xxxxxxxxxxxxxxxxx\r\nxfffffffffxxxxxx1xxxxxxxxxxxxxxxxx\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxfffffffffxxxxxx111111111111111111\r\nxxxxxxxxxxxxxxxx111111111111111111\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_2', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxjjjjjjjjjjjjjx0000xxxxxxxxxx\r\nxxxxxxxxxxxxiix0000xxxxxxxxxx\r\nxxxxxxxxxxxxhhx0000xxxxxxxxxx\r\nxxxxxxxxxxxxggx0000xxxxxxxxxx\r\nxxxxxxxxxxxxffx0000xxxxxxxxxx\r\nxxxxxxxxxxxxeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\neeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxeeeeeeeeeeeeex0000xxxxxxxxxx\r\nxxxxxxxxxxxxddx00000000000000\r\nxxxxxxxxxxxxccx00000000000000\r\nxxxxxxxxxxxxbbx00000000000000\r\nxxxxxxxxxxxxaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxaaaaaaaaaaaaax00000000000000\r\nxxxxxxxxxxxx99x0000xxxxxxxxxx\r\nxxxxxxxxxxxx88x0000xxxxxxxxxx\r\nxxxxxxxxxxxx77x0000xxxxxxxxxx\r\nxxxxxxxxxxxx66x0000xxxxxxxxxx\r\nxxxxxxxxxxxx55x0000xxxxxxxxxx\r\nxxxxxxxxxxxx44x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nx4444444444444x0000xxxxxxxxxx\r\nxxxxxxxxxxxx33x0000xxxxxxxxxx\r\nxxxxxxxxxxxx22x0000xxxxxxxxxx\r\nxxxxxxxxxxxx11x0000xxxxxxxxxx\r\nxxxxxxxxxxxx00x0000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nx000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_5', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\n000000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_6', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x000000000000000000000000xxxx\r\nx222222222x00000000xxxxxxxx00000000xxxx\r\nx11xxxxxxxx00000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\n0000000000000000000xxxxxxxx00000000xxxx\r\nx000000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00x000000000000000xxxxxxxx00000000xxxx\r\nx00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx\r\nx00xxxxxxxxxxxxxxxxxxxxxxxx00000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx0000000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nx00x0000000000000000000000000000000xxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_7', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx2222221000000000xxxxxxxx\r\nx2222221000000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xx00000000xxxxxxxx\r\nx222222xxxxxxxxxxxxxxxxxx\r\nx222222xkkkkkkxxiiiiiiiix\r\nx222222xkkkkkkxxiiiiiiiix\r\nx222222xkkkkkkjiiiiiiiiix\r\nx222222xkkkkkkjiiiiiiiiix\r\nx222222xkkkkkkxxiiiiiiiix\r\nxxx11xxxkkkkkkxxiiiiiiiix\r\nxxx00xxxkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\n0000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xkkkkkkxxxxxxxxxxx\r\nx000000xxxjjxxxxxxxxxxxxx\r\nx000000xxxiixxxxxxxxxxxxx\r\nx000000xiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx\r\nxxxxxxxxiiiiiixxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_8', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555555555555555555xxxxxxxxx\r\nx5555555555xxxxxxxxxxxxxxxxxxxxxxxx\r\nx55555555554321000000000000000000xx\r\nx55555555554321000000000000000000xx\r\nx5555555555xxxxx00000000000000000xx\r\nx555555x44x0000000000000000000000xx\r\nx555555x33x0000000000000000000000xx\r\nx555555x22x0000000000000000000000xx\r\nx555555x11x0000000000000000000000xx\r\n5555555x00x0000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nx555555x0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxx0000000000000000000000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('model_9', 0, 17, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\n00000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nx0000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');
INSERT INTO `room_models` VALUES ('infobus_bus', 16, 11, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx0xxxxx\r\nxxxxxxxxxxxxxxxxxxx\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxx00000000000000000\r\nxxxxxxxxxxxxxxxx0xx', ' ', '0');
-- ----------------------------
-- Table structure for room_models_custom
-- ----------------------------
DROP TABLE IF EXISTS `room_models_custom`;
CREATE TABLE `room_models_custom` (
`id` int(0) NOT NULL,
`name` varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`door_x` int(0) NOT NULL,
`door_y` int(0) NOT NULL,
`door_dir` int(0) NOT NULL,
`heightmap` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
UNIQUE INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of room_models_custom
-- ----------------------------
INSERT INTO `room_models_custom` VALUES (50, 'custom_50', 4, 6, 2, 'xxxxxxxxxxxxx\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxx11111111x\rxxxxx000000xx\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxx0000000000\rxxxxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (51, 'custom_51', 13, 5, 6, 'xxxxxxxxxxxxxx\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rx1111111111111\rxx111111111111\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxx111111xx\rxxxxxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (52, 'custom_52', 9, 4, 6, 'xxxxxxxxxx\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxx0000000\rxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (53, 'custom_53', 9, 2, 4, 'xxxxxxxxxx\rxxx0000000\rxxx0000000\rxxx000000x\rxxx000000x\rxxx0000xxx\rxxx0000xxx\rxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (54, 'custom_54', 6, 2, 3, 'xxxxxxxxxx\rxxx0000xxx\rxxx0000xxx\rxxx0000xxx\rxxx0000xxx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxx00000xx\rxxxxx000xx\rxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (55, 'custom_55', 6, 1, 2, 'xxxxxxxxxx\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxx00000x\rxxxxxxxxxx\r');
INSERT INTO `room_models_custom` VALUES (56, 'custom_56', 10, 3, 6, 'xxxxxxxxxxxx\rxxx00000000x\rxxx00000000x\rxxx00000000x\rxxx00000000x\rxxxxxxxxxxxx\r');
-- ----------------------------
-- Table structure for room_mutes
-- ----------------------------
DROP TABLE IF EXISTS `room_mutes`;
CREATE TABLE `room_mutes` (
`room_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`ends` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_promotions
-- ----------------------------
DROP TABLE IF EXISTS `room_promotions`;
CREATE TABLE `room_promotions` (
`room_id` int(0) NOT NULL,
`title` varchar(127) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`description` varchar(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`end_timestamp` int(0) NOT NULL DEFAULT 0,
`start_timestamp` int(0) NOT NULL DEFAULT -1,
`category` int(0) NOT NULL DEFAULT 0,
UNIQUE INDEX `room_id`(`room_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for room_rights
-- ----------------------------
DROP TABLE IF EXISTS `room_rights`;
CREATE TABLE `room_rights` (
`room_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_trade_log
-- ----------------------------
DROP TABLE IF EXISTS `room_trade_log`;
CREATE TABLE `room_trade_log` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_one_id` int(0) NOT NULL,
`user_two_id` int(0) NOT NULL,
`user_one_ip` varchar(45) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`user_two_ip` varchar(45) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`timestamp` int(0) NOT NULL,
`user_one_item_count` int(0) NOT NULL,
`user_two_item_count` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_one_id`(`user_one_id`) USING BTREE,
INDEX `user_two_id`(`user_two_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for room_trade_log_items
-- ----------------------------
DROP TABLE IF EXISTS `room_trade_log_items`;
CREATE TABLE `room_trade_log_items` (
`id` int(0) NOT NULL,
`item_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
UNIQUE INDEX `id`(`id`, `item_id`, `user_id`) USING BTREE,
INDEX `id_2`(`id`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `id_3`(`id`, `user_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for room_trax
-- ----------------------------
DROP TABLE IF EXISTS `room_trax`;
CREATE TABLE `room_trax` (
`room_id` int(0) NOT NULL,
`trax_item_id` int(0) NOT NULL
) ENGINE = InnoDB CHARACTER SET = armscii8 COLLATE = armscii8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for room_trax_playlist
-- ----------------------------
DROP TABLE IF EXISTS `room_trax_playlist`;
CREATE TABLE `room_trax_playlist` (
`room_id` int(0) NOT NULL,
`item_id` int(0) NOT NULL,
INDEX `room_id`(`room_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for room_votes
-- ----------------------------
DROP TABLE IF EXISTS `room_votes`;
CREATE TABLE `room_votes` (
`user_id` int(0) NOT NULL,
`room_id` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for room_wordfilter
-- ----------------------------
DROP TABLE IF EXISTS `room_wordfilter`;
CREATE TABLE `room_wordfilter` (
`room_id` int(0) NOT NULL,
`word` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
UNIQUE INDEX `unique_index`(`room_id`, `word`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for rooms
-- ----------------------------
DROP TABLE IF EXISTS `rooms`;
CREATE TABLE `rooms` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`owner_id` int(0) NOT NULL DEFAULT 0,
`owner_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`name` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '',
`description` varchar(512) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`model` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'model_a',
`password` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`state` enum('open','locked','password','invisible') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'open',
`users` int(0) NOT NULL DEFAULT 0,
`users_max` int(0) NOT NULL DEFAULT 25,
`guild_id` int(0) NOT NULL DEFAULT 0,
`category` int(0) NOT NULL DEFAULT 1,
`score` int(0) NOT NULL DEFAULT 0,
`paper_floor` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
`paper_wall` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
`paper_landscape` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0.0',
`thickness_wall` int(0) NOT NULL DEFAULT 0,
`wall_height` int(0) NOT NULL DEFAULT -1,
`thickness_floor` int(0) NOT NULL DEFAULT 0,
`moodlight_data` varchar(254) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '2,1,1,#000000,255;2,3,1,#000000,255;2,3,1,#000000,255;',
`tags` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`is_public` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`is_staff_picked` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`allow_other_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`allow_other_pets_eat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`allow_walkthrough` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`allow_hidewall` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`chat_mode` int(0) NOT NULL DEFAULT 0,
`chat_weight` int(0) NOT NULL DEFAULT 1,
`chat_speed` int(0) NOT NULL DEFAULT 1,
`chat_hearing_distance` int(0) NOT NULL DEFAULT 50,
`chat_protection` int(0) NOT NULL DEFAULT 2,
`override_model` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`who_can_mute` int(0) NOT NULL DEFAULT 0,
`who_can_kick` int(0) NOT NULL DEFAULT 0,
`who_can_ban` int(0) NOT NULL DEFAULT 0,
`poll_id` int(0) NOT NULL DEFAULT 0,
`roller_speed` int(0) NOT NULL DEFAULT 4,
`promoted` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`trade_mode` int(0) NOT NULL DEFAULT 2,
`move_diagonally` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '1',
`jukebox_active` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`hidewired` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`is_forsale` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE,
INDEX `name`(`name`) USING BTREE,
INDEX `owner_name`(`owner_name`) USING BTREE,
INDEX `owner_id`(`owner_id`) USING BTREE,
INDEX `guild_id`(`guild_id`) USING BTREE,
INDEX `category`(`category`) USING BTREE,
INDEX `public_status`(`is_public`, `is_staff_picked`) USING BTREE,
INDEX `togehter_data`(`name`, `owner_name`, `guild_id`) USING BTREE,
INDEX `tags`(`tags`) USING BTREE,
INDEX `state`(`state`) USING BTREE,
INDEX `description`(`description`) USING BTREE,
INDEX `users`(`users`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 201 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of rooms
-- ----------------------------
INSERT INTO `rooms` VALUES (50, 1, 'Systemaccount', 'Dark Elegant Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 25, 0, 12, 0, '401', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#2020', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (51, 1, 'Systemaccount', 'Chill Modern Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 25, 0, 12, 0, '401', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#2020', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (52, 1, 'Systemaccount', 'Piglet\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '407', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (53, 1, 'Systemaccount', 'Polar Bear\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (54, 1, 'Systemaccount', 'Cat\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (55, 1, 'Systemaccount', 'Puppy\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '0.0', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
INSERT INTO `rooms` VALUES (56, 1, 'Systemaccount', 'Terrier\'s Habitat Bundle', 'This is Yours Now, feel free to Edit!', 'model_a', '', 'open', 0, 10, 0, 12, 0, '102', '0.0', '0.0', -2, -1, -2, '2,1,1,#000000,255;2,2,2,#000000,255;2,3,1,#000000,255;', '#roombundle;#habitat', '0', '0', '0', '0', '1', '1', 0, 1, 1, 50, 2, '1', 0, 0, 0, 0, 4, '0', 0, '1', '0', '0', '0');
-- ----------------------------
-- Table structure for sanction_levels
-- ----------------------------
DROP TABLE IF EXISTS `sanction_levels`;
CREATE TABLE `sanction_levels` (
`level` int(0) NOT NULL,
`type` enum('ALERT','BAN','MUTE') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`hour_length` int(0) NOT NULL,
`probation_days` int(0) NOT NULL,
PRIMARY KEY (`level`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sanction_levels
-- ----------------------------
INSERT INTO `sanction_levels` VALUES (1, 'ALERT', 0, 30);
INSERT INTO `sanction_levels` VALUES (2, 'MUTE', 1, 30);
INSERT INTO `sanction_levels` VALUES (3, 'BAN', 18, 30);
INSERT INTO `sanction_levels` VALUES (4, 'BAN', 168, 30);
INSERT INTO `sanction_levels` VALUES (5, 'BAN', 720, 60);
INSERT INTO `sanction_levels` VALUES (6, 'BAN', 720, 60);
INSERT INTO `sanction_levels` VALUES (7, 'BAN', 876581, 876581);
-- ----------------------------
-- Table structure for sanctions
-- ----------------------------
DROP TABLE IF EXISTS `sanctions`;
CREATE TABLE `sanctions` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`habbo_id` int(0) NOT NULL DEFAULT 0,
`sanction_level` int(0) NOT NULL DEFAULT 0,
`probation_timestamp` int(0) NOT NULL DEFAULT 0,
`reason` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`trade_locked_until` int(0) NOT NULL DEFAULT 0,
`is_muted` tinyint(1) NOT NULL DEFAULT 0,
`mute_duration` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for soundtracks
-- ----------------------------
DROP TABLE IF EXISTS `soundtracks`;
CREATE TABLE `soundtracks` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`author` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`track` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`length` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 28 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of soundtracks
-- ----------------------------
INSERT INTO `soundtracks` VALUES (1, 'ballad_of_bonnie', 'The Ballad of Bonnie Blonde', 'Pixel! at the Disco', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', 124);
INSERT INTO `soundtracks` VALUES (2, 'bossa_nova', 'Push the Call for Help', 'BanzaiBabes', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', 48);
INSERT INTO `soundtracks` VALUES (3, 'doorman_frank', 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', 48);
INSERT INTO `soundtracks` VALUES (4, 'pianissimo', 'Haven\'t Friend Request You Yet', 'Micheal Bauble', '1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:', 72);
INSERT INTO `soundtracks` VALUES (5, 'sounds_that_fit', 'Sounds That Fit Double Rainbows', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 88);
INSERT INTO `soundtracks` VALUES (6, 'gold_coin_digger', 'Gold Coin Digger', 'Kayne Quest', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', 68);
INSERT INTO `soundtracks` VALUES (7, 'miami_miamor', 'Too Lost In Lido', 'BanzaiBabes', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', 96);
INSERT INTO `soundtracks` VALUES (8, 'limber_take', 'Pixelrazzi', 'Lady BlaBla', '1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:', 80);
INSERT INTO `soundtracks` VALUES (9, 'klub_haus', 'Touch the Skyscraper', 'Kayne Quest', '1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:', 56);
INSERT INTO `soundtracks` VALUES (10, 'disco_extreme', 'About VIP Now', 'BanzaiBabes', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', 108);
INSERT INTO `soundtracks` VALUES (11, 'good_trade', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 104);
INSERT INTO `soundtracks` VALUES (12, 'haadolocknloll', 'I Write Bans not Tragedies', 'Pixel! at the Disco', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', 64);
INSERT INTO `soundtracks` VALUES (13, 'weirdodo', 'Furni Face', 'Lady BlaBla', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', 68);
INSERT INTO `soundtracks` VALUES (14, 'double_peks', 'Habbowood', 'Micheal Bauble', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:', 72);
INSERT INTO `soundtracks` VALUES (15, 'party_trax', 'Party Trax', 'Aerokid', '1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:', 100);
INSERT INTO `soundtracks` VALUES (16, 'who_dares_stacks', 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76);
INSERT INTO `soundtracks` VALUES (17, 'rnb_swat_teem', 'Pet Romance', 'Lady BlaBla', '1:118,1;0,1;136,2;0,2;137,2;0,2;137,2;136,2;137,2;136,4;71,6;0,4:2:121,6;122,4;123,4;122,4;123,2;122,4;0,2;169,2;0,2:3:0,1;125,1;143,8;68,2;165,2;69,1;0,1;69,1;168,1;169,2;69,1;0,1;69,1;125,1;143,4;167,1;0,1:4:0,2;120,8;138,4;120,6;138,6;66,2;121,2:', 61);
INSERT INTO `soundtracks` VALUES (18, 'park_adventure', 'Park Adventure', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 90);
INSERT INTO `soundtracks` VALUES (19, 'good_trade', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 107);
INSERT INTO `soundtracks` VALUES (20, 'chilled_trax', 'Phuturistic Chilled Trax', 'Aerokid', '1:65,2;64,16;0,1;69,1;0,4;31,8;64,12;49,4;53,2:2:0,2;66,18;70,24;75,3;0,3:3:0,6;71,4;72,10;36,4;30,4;36,4;0,4;77,8;0,6:4:0,10;68,2;65,2;68,2;67,4;73,12;0,10;81,3;0,5:', 106);
INSERT INTO `soundtracks` VALUES (21, 'epic_flail', 'Epic Flail', 'Habbocalyptica', '1:484,12;0,4;298,2;303,2;298,2;303,2;0,3;366,1;305,4;306,2;0,2;306,2;0,1;366,1;0,4;629,4;630,4;622,4;630,4;305,4;306,2;0,2;306,2;0,1;366,1;298,2;303,2;298,2;303,2;484,12;0,2:2:0,2;471,8;207,3;0,3;298,2;303,2;298,2;303,2;295,2;296,2;305,4;306,2;296,2;306,2;296,2;471,4;629,4;630,4;622,8;305,4;306,2;296,2;306,2;296,2;298,2;303,2;298,2;303,2;471,4;207,3;0,7:3:0,2;471,8;0,2;338,32;39,2;0,6;39,2;0,2;630,4;338,20;471,4;0,10:4:0,3;471,8;0,1;338,32;39,2;0,10;622,4;338,20;0,1;471,4;0,9:5:485,4;0,1;485,4;0,11;295,2;296,2;295,2;296,2;0,4;295,2;296,2;295,2;296,2;0,16;39,2;0,6;295,2;296,2;295,2;296,2;295,2;296,2;295,2;296,2;469,4;0,10:6:472,12;0,8;244,10;182,14;244,2;0,20;244,16;472,8;0,6:', 186);
INSERT INTO `soundtracks` VALUES (22, 'alley_cat_in_trouble', 'Alley Cat in Trouble', 'Rage Against the Fuse', '1:349,20;355,8;349,8;307,8;307,1;307,1;307,1;0,1;349,8;457,2:2:0,2;346,17;0,5;346,11;0,1;361,12;346,7;0,3:3:0,4;240,16;0,8;240,8;307,8;307,1;307,1;307,1;0,1;240,8;0,2:4:0,8;243,12;0,8;243,8;363,8;0,4;243,8;0,2:5:0,12;242,8;0,4;236,4;242,8;457,2;0,2;457,2;0,2;457,2;457,2;242,8;0,2:6:0,2;71,18;0,4;71,32;0,2:', 119);
INSERT INTO `soundtracks` VALUES (23, 'lost_my_tapes_at_goa', 'Tapes from Goa', 'Habnosis', '1:0,116;116,8;0,8;5,56;0,64:2:0,49;42,6;0,21;575,4;0,4;575,20;0,4;0,2;290,6;290,2;290,4;293,2;297,1;291,2;0,12;42,6;0,31;75,4;0,6;97,2;0,16;575,4;0,2;502,4;0,12;502,4;0,4;502,4:3:0,42;471,4;0,3;81,4;44,2;0,12;97,2;2,2;0,2;2,2;0,2;2,8;0,1;81,3;0,4;410,14;0,2;410,30;97,2;0,2;410,2;0,2;410,2;0,2;410,2;0,2;410,2;0,10;97,2;0,6;97,2;410,22;97,2;410,16:4:0,44;410,40;157,66;97,2;157,2;97,2;0,4;157,79:5:0,20;577,8;0,8;570,16;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;423,2;79,2;0,2;79,2;97,2;0,6;97,2;0,6;97,2;0,6;97,2;0,14;97,2;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;0,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,1;100,1;101,19;100,5;101,1;100,1;101,1;100,6;101,1;100,1;101,1;100,5;101,1;100,1;101,1;0,4;576,4;575,12:6:0,11;576,16;0,5;100,19;101,1;447,32;0,6;447,50;454,36;447,56:7:0,4;575,16;0,6;514,4;0,1;118,1;0,5;118,1;0,3;118,1;97,2;0,6;97,2;0,8;71,24;0,8;471,48;0,24;73,82:8:578,20;0,4;579,8;0,6;73,46;0,4;73,87;97,2;0,44;578,32;579,4:', 512);
INSERT INTO `soundtracks` VALUES (24, 'galactic_disco', 'Galactic Disco', 'DJ Bobba feat. Habboway', '1:214,2;95,20;0,2;260,1;0,3;260,1;0,1;407,16;95,6;0,6:2:0,14;461,2;0,2;461,2;0,10;495,2;0,2;495,2;0,2;495,2;0,2;495,2;0,2;412,2;0,5;495,2;0,3:3:0,2;413,28;458,14;0,2;86,6;0,6:4:0,2;411,42;0,2;256,1;257,5;0,6:5:0,6;465,2;0,2;465,2;0,2;465,2;0,2;465,2;0,2;531,2;0,2;531,2;0,6;461,2;0,2;461,2;0,2;461,2;0,4;92,1;93,4;0,5:6:0,6;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,1;72,3;0,2;72,2;0,2;72,2;0,2;72,2;0,2;72,2;0,4;72,2;0,8:', 114);
INSERT INTO `soundtracks` VALUES (25, 'electric_pixels', 'Electric Pixels', 'Habbo de Gaia', '1:73,36;435,40;565,2;566,2;468,24;0,2:2:0,1;76,2;43,1;0,1;76,2;0,2;76,2;43,1;0,1;76,2;0,2;76,2;0,21;439,8;454,2;0,2;454,2;0,2;454,20;0,6;420,2;0,2;420,2;0,2;420,2;0,2;420,2;0,2;97,2;0,6:3:0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,2;76,2;0,16;73,30;434,4;420,2;434,6;435,24;0,4:4:0,1;80,16;0,19;463,6;438,2;463,2;438,2;463,2;438,2;0,2;97,2;0,4;79,2;0,2;79,2;42,6;79,2;420,2;0,4;447,20;73,2;0,4:5:52,34;97,2;0,2;420,2;0,2;420,2;0,2;420,2;439,4;0,4;456,22;0,2;456,20;0,6:6:0,7;42,6;0,1;42,6;565,2;566,2;565,2;566,2;565,2;566,2;565,2;566,2;468,38;0,2;73,4;463,2;0,2;439,4;463,2;0,2;439,4;463,2;0,8:7:0,12;577,24;52,62;0,8:8:77,20;553,4;554,4;553,4;554,4;460,32;447,10;0,2;460,18;0,8:', 210);
INSERT INTO `soundtracks` VALUES (26, 'xmas_2011', 'Xmas Magic', 'Silent Aurora', '1:387,4;387,3;0,5;387,4;0,23;558,8;0,8;558,8;0,8;558,4;0,4;558,4;0,4;558,4;476,1;0,3;558,4;0,3;476,2;0,2;476,2;0,14;387,6:2:0,4;484,8;484,3;0,5;61,4;0,40;481,1;482,3;481,5;482,3;481,5;482,3;481,5;482,3;481,4;0,1;482,4;0,3;476,2;0,2;476,4:3:0,4;477,2;476,2;0,2;476,2;0,2;476,2;0,3;476,4;0,1;485,4;0,43;485,4;0,7;476,3;0,2;485,4;0,1;476,4;0,5;558,4:4:0,2;485,6;0,11;485,7;0,6;498,78;0,2;473,4;474,4;473,4:5:0,16;326,12;326,3;0,1;326,68;326,2:6:0,8;476,2;0,2;476,2;0,2;476,3;0,6;325,42;0,12;325,12;0,4;325,4:7:0,27;325,3;325,2;0,14;475,1;0,1;475,4;475,4;0,22;477,2;0,5;476,4;476,3:8:0,38;474,2;0,30;486,32:meta,1;c,1', 257);
INSERT INTO `soundtracks` VALUES (27, 'who_dares_stacks', 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76);
-- ----------------------------
-- Table structure for special_enables
-- ----------------------------
DROP TABLE IF EXISTS `special_enables`;
CREATE TABLE `special_enables` (
`effect_id` int(0) NOT NULL,
`min_rank` int(0) NOT NULL,
UNIQUE INDEX `effect_id`(`effect_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of special_enables
-- ----------------------------
INSERT INTO `special_enables` VALUES (102, 5);
INSERT INTO `special_enables` VALUES (178, 5);
INSERT INTO `special_enables` VALUES (136, 5);
-- ----------------------------
-- Table structure for support_cfh_categories
-- ----------------------------
DROP TABLE IF EXISTS `support_cfh_categories`;
CREATE TABLE `support_cfh_categories` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name_internal` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`name_external` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of support_cfh_categories
-- ----------------------------
INSERT INTO `support_cfh_categories` VALUES (1, 'cyber', 'Cyber sex');
INSERT INTO `support_cfh_categories` VALUES (2, 'scamming', 'Scamming');
INSERT INTO `support_cfh_categories` VALUES (3, 'badwords', 'Inappropriate words');
INSERT INTO `support_cfh_categories` VALUES (4, 'badbehavior', 'Bad behavior');
INSERT INTO `support_cfh_categories` VALUES (5, 'account', 'Account Issues');
INSERT INTO `support_cfh_categories` VALUES (6, 'hacking', 'Hacking');
-- ----------------------------
-- Table structure for support_cfh_topics
-- ----------------------------
DROP TABLE IF EXISTS `support_cfh_topics`;
CREATE TABLE `support_cfh_topics` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`category_id` int(0) NULL DEFAULT NULL,
`name_internal` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`name_external` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`action` enum('mods','auto_ignore','auto_reply') CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT 'mods',
`ignore_target` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`auto_reply` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL,
`default_sanction` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 33 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of support_cfh_topics
-- ----------------------------
INSERT INTO `support_cfh_topics` VALUES (1, 1, 'cyber.sextalk', 'Sexual talk', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
INSERT INTO `support_cfh_topics` VALUES (2, 1, 'cyber.asking', 'Asking for cyber sex', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
INSERT INTO `support_cfh_topics` VALUES (3, 1, 'cyber.offering', 'Offering cyber sex', 'auto_ignore', '0', 'Thank you for reporting someone for sexual talk. We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'. We will take a look at this.', 0);
INSERT INTO `support_cfh_topics` VALUES (4, 1, 'cyber.porn', 'Sending porn', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (5, 2, 'scamming.scamsite', 'Promoting scam sites', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (6, 2, 'scamming.sellingirl', 'Selling virtual items for real money', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (7, 2, 'scamming.stealingfurni', 'Stealing furni or coins', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (8, 2, 'scamming.account', 'Stealing account information', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (9, 2, 'scamming.casino', 'Casino scamming', 'auto_reply', '0', 'Habbo does not get involved with the casino community due to cases being complex and hard to track. Players gamble at their own risk. When the fun stops, stop.', 0);
INSERT INTO `support_cfh_topics` VALUES (10, 3, 'badwords.roomname', 'Room name', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (11, 3, 'badwords.roomdesc', 'Room description', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (12, 3, 'badwords.username', 'Username', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (13, 3, 'badwords.motto', 'Moto', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (14, 3, 'badwords.grouporevent', 'Group or event name', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (15, 4, 'badbehavior.trolling', 'Trolling', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is trolling in the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
INSERT INTO `support_cfh_topics` VALUES (16, 4, 'badbehavior.blocking', 'Blocking', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is blocking in the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
INSERT INTO `support_cfh_topics` VALUES (17, 4, 'badbehavior.flooding', 'Flooding', 'auto_reply', '0', 'Thanks for your report. Please call a moderator to the room by following these steps.\r\n1. Under the Help window click on \'Get immediate help\'.\r\n2. Then click on \'Chat to a Moderator\'.\r\n3. Let them know that somebody is flooding the room.\r\n4. A moderator will open a chat session with you to resolve the problem.', 0);
INSERT INTO `support_cfh_topics` VALUES (18, 4, 'badbehavior.young', 'Too young for Habbo', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (19, 4, 'badbehavior.staffimpersonation', 'Staff impersonation', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (20, 4, 'badbehavior.offensive', 'Offensive language', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
INSERT INTO `support_cfh_topics` VALUES (21, 4, 'badbehavior.hate', 'Hate speech', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
INSERT INTO `support_cfh_topics` VALUES (22, 4, 'badbehavior.violence', 'Violence', 'auto_ignore', '0', 'We have put this user on ignore for you. This means that you can no longer see what they are saying. To turn ignore off for this person you need to click on them and press \'Listen\'', 0);
INSERT INTO `support_cfh_topics` VALUES (23, 5, 'account.username', 'Change username', 'auto_reply', '0', 'It is currently not possible to change your username in Habbo. When that feature becomes available you\'ll be sure to know! :)', 0);
INSERT INTO `support_cfh_topics` VALUES (24, 5, 'accunt.payment', 'Payment issues', 'auto_reply', '0', 'Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.', 0);
INSERT INTO `support_cfh_topics` VALUES (25, 5, 'account.earn', 'Earn gems', 'auto_reply', '0', 'Thanks for your report. Unfortunately Game Moderators cannot help with payment issues. Please report your payment issue to us at the help desk on the website where our team of specialists will get back to you.', 0);
INSERT INTO `support_cfh_topics` VALUES (26, 5, 'account.other', 'Something else', 'auto_reply', '0', 'Please use the helpdesk on the website for help with this matter.', 0);
INSERT INTO `support_cfh_topics` VALUES (27, 6, 'hacking.game', 'Threat to hack Habbo', 'auto_reply', '0', 'We work very hard to ensure that Habbo is safe for all that play. This involves using only the best security technology. We would like to thank you for reporting this to us, but we don\'t think this person is capable of hacking Habbo :)', 0);
INSERT INTO `support_cfh_topics` VALUES (28, 6, 'hacking.player', 'Threat to hack a player', 'auto_reply', '0', 'There is no way that another Habbo can hack you without knowing your Habbo password or Habbo email address. Please make sure that you are using a secure password which is not easy to remember. We recommend passwords which include letters and numbers such as fl0w3rs. If you wanted to be even more secure you could include a special letter, such as fl0w3r$.\r\n\r\nTo change your Habbo password go to your profile on the website.', 0);
INSERT INTO `support_cfh_topics` VALUES (29, 6, 'hacking.furni', 'Scripted furniture', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (30, 6, 'hacking.room', 'Scripted room', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (31, 6, 'hacking.character', 'Scripted character', 'mods', '0', NULL, 0);
INSERT INTO `support_cfh_topics` VALUES (32, 6, 'hacking.other', 'Other hacking', 'mods', '0', NULL, 0);
-- ----------------------------
-- Table structure for support_issue_categories
-- ----------------------------
DROP TABLE IF EXISTS `support_issue_categories`;
CREATE TABLE `support_issue_categories` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'PII',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 3 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of support_issue_categories
-- ----------------------------
INSERT INTO `support_issue_categories` VALUES (1, 'PII');
INSERT INTO `support_issue_categories` VALUES (2, 'Whatever');
-- ----------------------------
-- Table structure for support_issue_presets
-- ----------------------------
DROP TABLE IF EXISTS `support_issue_presets`;
CREATE TABLE `support_issue_presets` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`category` int(0) NOT NULL DEFAULT 1,
`name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`message` varchar(300) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`reminder` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`ban_for` int(0) NOT NULL DEFAULT 0 COMMENT '100000 = perm ban',
`mute_for` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of support_issue_presets
-- ----------------------------
INSERT INTO `support_issue_presets` VALUES (1, 1, '1 hour mute', '1 hour mute', 'Reminder, yeah.. no', 0, 1);
INSERT INTO `support_issue_presets` VALUES (2, 1, '2 hour mute', '2 hour mute', 'Reminder, yeah.. no', 0, 2);
INSERT INTO `support_issue_presets` VALUES (3, 1, '1 hour ban', '1 hour ban', 'Reminder, yeah.. no', 1, 0);
INSERT INTO `support_issue_presets` VALUES (4, 1, '2 hour ban', '2 hour ban', 'Reminder, yeah.. no', 2, 0);
INSERT INTO `support_issue_presets` VALUES (5, 1, '1 day ban', '1 day ban', 'Reminder, yeah.. no', 24, 0);
INSERT INTO `support_issue_presets` VALUES (6, 1, '7 days ban', '7 days ban', 'Reminder, yeah.. no', 168, 0);
INSERT INTO `support_issue_presets` VALUES (7, 1, '1 month ban', '1 month ban', 'Reminder, yeah.. no', 744, 0);
INSERT INTO `support_issue_presets` VALUES (8, 1, '2 months ban', '2 months ban', 'Reminder, yeah.. no', 1488, 0);
INSERT INTO `support_issue_presets` VALUES (9, 1, '1 year ban', '1 year ban', 'Reminder, yeah.. no', 8760, 0);
INSERT INTO `support_issue_presets` VALUES (10, 1, 'Perm ban', 'Perm ban', 'Reminder, yeah.. no', 100000, 0);
INSERT INTO `support_issue_presets` VALUES (11, 2, '1 day ban', '1 day ban', 'Reminder, yeah.. no', 24, 0);
-- ----------------------------
-- Table structure for support_presets
-- ----------------------------
DROP TABLE IF EXISTS `support_presets`;
CREATE TABLE `support_presets` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`type` enum('user','room') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'user',
`preset` varchar(200) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of support_presets
-- ----------------------------
INSERT INTO `support_presets` VALUES (1, 'user', 'You\'re banned.');
INSERT INTO `support_presets` VALUES (2, 'user', 'Other message.');
INSERT INTO `support_presets` VALUES (3, 'room', 'Some message');
INSERT INTO `support_presets` VALUES (4, 'room', 'Configurable in support_presets table.');
-- ----------------------------
-- Table structure for support_tickets
-- ----------------------------
DROP TABLE IF EXISTS `support_tickets`;
CREATE TABLE `support_tickets` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`state` int(0) NOT NULL DEFAULT 0,
`type` int(0) NOT NULL DEFAULT 1,
`timestamp` int(0) NOT NULL DEFAULT 0,
`score` int(0) NOT NULL DEFAULT 0,
`sender_id` int(0) NOT NULL DEFAULT 0,
`reported_id` int(0) NOT NULL DEFAULT 0,
`room_id` int(0) NOT NULL DEFAULT 0,
`mod_id` int(0) NOT NULL DEFAULT 0,
`issue` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`category` int(0) NOT NULL DEFAULT 0,
`group_id` int(0) NOT NULL,
`thread_id` int(0) NOT NULL,
`comment_id` int(0) NOT NULL,
`photo_item_id` int(0) NOT NULL DEFAULT -1,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
INDEX `state`(`state`) USING BTREE,
INDEX `type`(`type`) USING BTREE,
INDEX `timestamp`(`timestamp`) USING BTREE,
INDEX `user_data`(`sender_id`, `reported_id`) USING BTREE,
INDEX `room_id`(`room_id`) USING BTREE,
INDEX `issue`(`issue`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for trax_playlist
-- ----------------------------
DROP TABLE IF EXISTS `trax_playlist`;
CREATE TABLE `trax_playlist` (
`trax_item_id` int(0) NOT NULL,
`item_id` int(0) NOT NULL
) ENGINE = InnoDB CHARACTER SET = armscii8 COLLATE = armscii8_general_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for user_window_settings
-- ----------------------------
DROP TABLE IF EXISTS `user_window_settings`;
CREATE TABLE `user_window_settings` (
`user_id` int(0) NOT NULL,
`x` int(0) NOT NULL DEFAULT 100,
`y` int(0) NOT NULL DEFAULT 100,
`width` int(0) NOT NULL DEFAULT 435,
`height` int(0) NOT NULL DEFAULT 535,
`open_searches` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of user_window_settings
-- ----------------------------
INSERT INTO `user_window_settings` VALUES (1, 100, 100, 425, 535, '0');
-- ----------------------------
-- Table structure for users
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`username` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`real_name` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'KREWS DEV',
`password` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`mail` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
`mail_verified` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`account_created` int(0) NOT NULL,
`account_day_of_birth` int(0) NOT NULL DEFAULT 0,
`last_login` int(0) NOT NULL DEFAULT 0,
`last_online` int(0) NOT NULL DEFAULT 0,
`motto` varchar(127) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`look` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'hr-115-42.hd-195-19.ch-3030-82.lg-275-1408.fa-1201.ca-1804-64',
`gender` enum('M','F') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'M',
`rank` int(0) NOT NULL DEFAULT 1,
`credits` int(0) NOT NULL DEFAULT 2500,
`pixels` int(0) NOT NULL DEFAULT 500,
`points` int(0) NOT NULL DEFAULT 10,
`online` enum('0','1','2') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`auth_ticket` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`ip_register` varchar(45) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`ip_current` varchar(45) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT 'Have your CMS update this IP. If you do not do this IP banning won\'t work!',
`machine_id` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`home_room` int(0) NOT NULL DEFAULT 0,
`secret_key` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
`pincode` varchar(11) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL,
`extra_rank` int(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `username`(`username`) USING BTREE,
UNIQUE INDEX `id`(`id`) USING BTREE,
UNIQUE INDEX `id_2`(`id`) USING BTREE,
UNIQUE INDEX `id_3`(`id`) USING BTREE,
INDEX `account_created`(`account_created`) USING BTREE,
INDEX `last_login`(`last_login`) USING BTREE,
INDEX `last_online`(`last_online`) USING BTREE,
INDEX `figure`(`motto`, `look`, `gender`) USING BTREE,
INDEX `auth_ticket`(`auth_ticket`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users
-- ----------------------------
INSERT INTO `users` VALUES (1, 'Systemaccount', 'SYSTEMACC', '', 'mail@hoster.de', '1', 1, 1, 1594680183, 1, '', 'he-3884-92-93.ch-4004-92.hr-3251-39-49.hd-3100-5.lg-3078-110', 'F', 1, 0, 0, 0, '1', '', '127.0.0.1', '127.0.0.1', 'dde7b67386d37aff60022250b84efbff5b1fd2c4ae5c8609049470a1c0feffc4', 0, NULL, NULL, NULL);
-- ----------------------------
-- Table structure for users_achievements
-- ----------------------------
DROP TABLE IF EXISTS `users_achievements`;
CREATE TABLE `users_achievements` (
`user_id` int(0) NOT NULL,
`achievement_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`progress` int(0) NOT NULL DEFAULT 1,
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `achievement_name`(`achievement_name`) USING BTREE,
INDEX `progress`(`progress`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users_achievements
-- ----------------------------
INSERT INTO `users_achievements` VALUES (1, 'FriendListSize', 1);
INSERT INTO `users_achievements` VALUES (1, 'RegistrationDuration', 1);
INSERT INTO `users_achievements` VALUES (1, 'TraderPass', 1);
-- ----------------------------
-- Table structure for users_achievements_queue
-- ----------------------------
DROP TABLE IF EXISTS `users_achievements_queue`;
CREATE TABLE `users_achievements_queue` (
`user_id` int(0) NOT NULL,
`achievement_id` int(0) NOT NULL,
`amount` int(0) NOT NULL,
UNIQUE INDEX `unique_index`(`user_id`, `achievement_id`) USING BTREE,
UNIQUE INDEX `data`(`user_id`, `achievement_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for users_badges
-- ----------------------------
DROP TABLE IF EXISTS `users_badges`;
CREATE TABLE `users_badges` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`slot_id` int(0) NOT NULL DEFAULT 0,
`badge_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users_badges
-- ----------------------------
INSERT INTO `users_badges` VALUES (1, 1, 0, 'ACH_TraderPass1');
-- ----------------------------
-- Table structure for users_clothing
-- ----------------------------
DROP TABLE IF EXISTS `users_clothing`;
CREATE TABLE `users_clothing` (
`user_id` int(0) NOT NULL,
`clothing_id` int(0) NOT NULL,
UNIQUE INDEX `user_id`(`user_id`, `clothing_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for users_currency
-- ----------------------------
DROP TABLE IF EXISTS `users_currency`;
CREATE TABLE `users_currency` (
`user_id` int(0) NOT NULL,
`type` int(0) NOT NULL,
`amount` int(0) NOT NULL DEFAULT 0,
PRIMARY KEY (`user_id`, `type`) USING BTREE,
UNIQUE INDEX `userdata`(`user_id`, `type`) USING BTREE,
INDEX `amount`(`amount`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of users_currency
-- ----------------------------
INSERT INTO `users_currency` VALUES (1, 0, 5);
-- ----------------------------
-- Table structure for users_effects
-- ----------------------------
DROP TABLE IF EXISTS `users_effects`;
CREATE TABLE `users_effects` (
`user_id` int(0) NOT NULL,
`effect` int(0) NOT NULL,
`duration` int(0) NOT NULL DEFAULT 86400,
`activation_timestamp` int(0) NOT NULL DEFAULT -1,
`total` int(0) NOT NULL DEFAULT 1,
UNIQUE INDEX `user_id`(`user_id`, `effect`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for users_favorite_rooms
-- ----------------------------
DROP TABLE IF EXISTS `users_favorite_rooms`;
CREATE TABLE `users_favorite_rooms` (
`user_id` int(0) NOT NULL,
`room_id` int(0) NOT NULL,
UNIQUE INDEX `user_id`(`user_id`, `room_id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for users_ignored
-- ----------------------------
DROP TABLE IF EXISTS `users_ignored`;
CREATE TABLE `users_ignored` (
`user_id` int(0) NOT NULL,
`target_id` int(0) NOT NULL,
INDEX `user_id`(`user_id`, `target_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for users_navigator_settings
-- ----------------------------
DROP TABLE IF EXISTS `users_navigator_settings`;
CREATE TABLE `users_navigator_settings` (
`user_id` int(0) NOT NULL,
`caption` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`list_type` enum('list','thumbnails') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'list',
`display` enum('visible','collapsed') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'visible',
UNIQUE INDEX `userid`(`user_id`) USING BTREE,
INDEX `list_type`(`list_type`) USING BTREE,
INDEX `display`(`display`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for users_pets
-- ----------------------------
DROP TABLE IF EXISTS `users_pets`;
CREATE TABLE `users_pets` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL,
`room_id` int(0) NOT NULL,
`name` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'User Pet',
`race` int(0) NOT NULL,
`type` int(0) NOT NULL,
`color` varchar(6) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`happyness` int(0) NOT NULL DEFAULT 100,
`experience` int(0) NOT NULL DEFAULT 0,
`energy` int(0) NOT NULL DEFAULT 100,
`hunger` int(0) NOT NULL DEFAULT 0,
`thirst` int(0) NOT NULL DEFAULT 0,
`respect` int(0) NOT NULL DEFAULT 0,
`created` int(0) NOT NULL,
`x` int(0) NOT NULL DEFAULT 0,
`y` int(0) NOT NULL DEFAULT 0,
`z` double NOT NULL DEFAULT 0,
`rot` int(0) NOT NULL DEFAULT 0,
`hair_style` int(0) NOT NULL DEFAULT -1,
`hair_color` int(0) NOT NULL DEFAULT 0,
`saddle` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`ride` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`mp_type` int(0) NOT NULL DEFAULT 0,
`mp_color` int(0) NOT NULL DEFAULT 0,
`mp_nose` int(0) NOT NULL DEFAULT 0,
`mp_nose_color` tinyint(0) NOT NULL DEFAULT 0,
`mp_eyes` int(0) NOT NULL DEFAULT 0,
`mp_eyes_color` tinyint(0) NOT NULL DEFAULT 0,
`mp_mouth` int(0) NOT NULL DEFAULT 0,
`mp_mouth_color` tinyint(0) NOT NULL DEFAULT 0,
`mp_death_timestamp` int(0) NOT NULL DEFAULT 0,
`mp_breedable` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`mp_allow_breed` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
`gnome_data` varchar(80) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`mp_is_dead` tinyint(1) NOT NULL DEFAULT 0,
`saddle_item_id` int(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for users_recipes
-- ----------------------------
DROP TABLE IF EXISTS `users_recipes`;
CREATE TABLE `users_recipes` (
`user_id` int(0) NOT NULL,
`recipe` int(0) NOT NULL,
UNIQUE INDEX `user_id`(`user_id`, `recipe`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for users_saved_searches
-- ----------------------------
DROP TABLE IF EXISTS `users_saved_searches`;
CREATE TABLE `users_saved_searches` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`search_code` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`filter` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`user_id` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users_saved_searches
-- ----------------------------
INSERT INTO `users_saved_searches` VALUES (1, 'official-root', '', 1);
INSERT INTO `users_saved_searches` VALUES (2, 'my', '', 1);
INSERT INTO `users_saved_searches` VALUES (3, 'favorites', '', 1);
-- ----------------------------
-- Table structure for users_settings
-- ----------------------------
DROP TABLE IF EXISTS `users_settings`;
CREATE TABLE `users_settings` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0 COMMENT 'WARNING: DONT HAVE YOUR CMS INSERT ANYTHING IN HERE. THE EMULATOR DOES THIS FOR YOU!',
`credits` int(0) NOT NULL DEFAULT 0,
`achievement_score` int(0) NOT NULL DEFAULT 0,
`daily_respect_points` int(0) NOT NULL DEFAULT 3,
`daily_pet_respect_points` int(0) NOT NULL DEFAULT 3,
`respects_given` int(0) NOT NULL DEFAULT 0,
`respects_received` int(0) NOT NULL DEFAULT 0,
`guild_id` int(0) NOT NULL DEFAULT 0,
`can_change_name` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`can_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '1',
`is_citizen` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`citizen_level` int(0) NOT NULL DEFAULT 0,
`helper_level` int(0) NOT NULL DEFAULT 0,
`tradelock_amount` int(0) NOT NULL DEFAULT 0,
`cfh_send` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of CFHs been send. Not include abusive.',
`cfh_abusive` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of abusive CFHs have been send.',
`cfh_warnings` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of warnings a user has received.',
`cfh_bans` int(0) NOT NULL DEFAULT 0 COMMENT 'Amount of bans a user has received.',
`block_following` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`block_friendrequests` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '0',
`block_roominvites` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`volume_system` int(0) NOT NULL DEFAULT 100,
`volume_furni` int(0) NOT NULL DEFAULT 100,
`volume_trax` int(0) NOT NULL DEFAULT 100,
`old_chat` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`block_camera_follow` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`chat_color` int(0) NOT NULL DEFAULT 0,
`home_room` int(0) NOT NULL DEFAULT 0,
`online_time` int(0) NOT NULL DEFAULT 0 COMMENT 'Total online time in seconds.',
`tags` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Arcturus Emulator;',
`club_expire_timestamp` int(0) NOT NULL DEFAULT 0,
`login_streak` int(0) NOT NULL DEFAULT 0,
`rent_space_id` int(0) NOT NULL DEFAULT 0,
`rent_space_endtime` int(0) NOT NULL DEFAULT 0,
`hof_points` int(0) NOT NULL DEFAULT 0,
`block_alerts` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`talent_track_citizenship_level` int(0) NOT NULL DEFAULT -1,
`talent_track_helpers_level` int(0) NOT NULL DEFAULT -1,
`ignore_bots` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`ignore_pets` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`nux` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`mute_end_timestamp` int(0) NOT NULL DEFAULT 0,
`allow_name_change` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0',
`perk_trade` enum('0','1') CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '0' COMMENT 'Defines if a player has obtained the perk TRADE. When hotel.trading.requires.perk is set to 1, this perk is required in order to trade. Perk is obtained from the talen track.',
`forums_post_count` int(0) NULL DEFAULT 0,
`ui_flags` int(0) NOT NULL DEFAULT 1,
`has_gotten_default_saved_searches` tinyint(1) NOT NULL DEFAULT 0,
`hc_gifts_claimed` int(0) NULL DEFAULT 0,
`last_hc_payday` int(0) NULL DEFAULT 0,
`max_rooms` int(0) NULL DEFAULT 50,
`max_friends` int(0) NULL DEFAULT 300,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `user_id`(`user_id`) USING BTREE,
INDEX `achievement_score`(`achievement_score`) USING BTREE,
INDEX `guild_id`(`guild_id`) USING BTREE,
INDEX `can_trade`(`can_trade`) USING BTREE,
INDEX `online_time`(`online_time`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_unicode_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users_settings
-- ----------------------------
INSERT INTO `users_settings` VALUES (1, 1, 0, 0, 3, 3, 0, 0, 0, '0', '1', '0', 0, 0, 0, 0, 0, 0, 0, '0', '0', '0', 100, 100, 100, '0', '0', 0, 0, 0, 'Arcturus Emulator;', 0, 0, 0, 0, 0, '0', -1, -1, '0', '0', '0', 0, '0', '0', 0, 1, 1, 0, 0, 50, 300);
-- ----------------------------
-- Table structure for users_subscriptions
-- ----------------------------
DROP TABLE IF EXISTS `users_subscriptions`;
CREATE TABLE `users_subscriptions` (
`id` int(0) UNSIGNED NOT NULL AUTO_INCREMENT,
`user_id` int(0) UNSIGNED NULL DEFAULT NULL,
`subscription_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`timestamp_start` int(0) UNSIGNED NULL DEFAULT NULL,
`duration` int(0) UNSIGNED NULL DEFAULT NULL,
`active` tinyint(1) NULL DEFAULT 1,
PRIMARY KEY (`id`) USING BTREE,
INDEX `user_id`(`user_id`) USING BTREE,
INDEX `subscription_type`(`subscription_type`) USING BTREE,
INDEX `timestamp_start`(`timestamp_start`) USING BTREE,
INDEX `active`(`active`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for users_target_offer_purchases
-- ----------------------------
DROP TABLE IF EXISTS `users_target_offer_purchases`;
CREATE TABLE `users_target_offer_purchases` (
`user_id` int(0) NOT NULL,
`offer_id` int(0) NOT NULL,
`state` int(0) NOT NULL DEFAULT 0,
`amount` int(0) NOT NULL DEFAULT 0,
`last_purchase` int(0) NOT NULL DEFAULT 0,
UNIQUE INDEX `use_id`(`user_id`, `offer_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of users_target_offer_purchases
-- ----------------------------
INSERT INTO `users_target_offer_purchases` VALUES (1, 1, 0, 0, 0);
-- ----------------------------
-- Table structure for users_wardrobe
-- ----------------------------
DROP TABLE IF EXISTS `users_wardrobe`;
CREATE TABLE `users_wardrobe` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`user_id` int(0) NOT NULL DEFAULT 0,
`slot_id` int(0) NOT NULL DEFAULT 0,
`look` varchar(256) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`gender` enum('M','F') CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT 'F',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for voucher_history
-- ----------------------------
DROP TABLE IF EXISTS `voucher_history`;
CREATE TABLE `voucher_history` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`voucher_id` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for vouchers
-- ----------------------------
DROP TABLE IF EXISTS `vouchers`;
CREATE TABLE `vouchers` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`code` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
`credits` int(0) NOT NULL DEFAULT 0,
`points` int(0) NOT NULL DEFAULT 0,
`points_type` int(0) NOT NULL DEFAULT 0,
`catalog_item_id` int(0) NOT NULL DEFAULT 0,
`amount` int(0) NOT NULL DEFAULT 1,
`limit` int(0) NOT NULL DEFAULT -1,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for wired_rewards_given
-- ----------------------------
DROP TABLE IF EXISTS `wired_rewards_given`;
CREATE TABLE `wired_rewards_given` (
`wired_item` int(0) NOT NULL,
`user_id` int(0) NOT NULL,
`reward_id` int(0) NOT NULL,
`timestamp` int(0) NOT NULL
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Table structure for wordfilter
-- ----------------------------
DROP TABLE IF EXISTS `wordfilter`;
CREATE TABLE `wordfilter` (
`key` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'The word to filter.',
`replacement` varchar(16) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'What the word should be replaced with.',
`hide` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0' COMMENT 'Wether the whole message that contains this word should be hidden from being displayed.',
`report` enum('0','1') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0' COMMENT 'Wether the message should be reported as auto-report to the moderators.',
`mute` int(0) NOT NULL DEFAULT 0 COMMENT 'Time user gets muted for mentioning this word.',
UNIQUE INDEX `key`(`key`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of wordfilter
-- ----------------------------
INSERT INTO `wordfilter` VALUES ('com', 'bobba', '0', '0', 0);
-- ----------------------------
-- Table structure for youtube_playlists
-- ----------------------------
DROP TABLE IF EXISTS `youtube_playlists`;
CREATE TABLE `youtube_playlists` (
`item_id` int(0) NOT NULL,
`playlist_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL COMMENT 'YouTube playlist ID',
`order` int(0) NOT NULL,
UNIQUE INDEX `item_id`(`item_id`, `playlist_id`, `order`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Fixed;
-- ----------------------------
-- Records of youtube_playlists
-- ----------------------------
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (3568, 'PL80F08DAE1B614BA9', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (3569, 'PL80F08DAE1B614BA9', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (3570, 'PL80F08DAE1B614BA9', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (3571, 'PL80F08DAE1B614BA9', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (3717, 'PL80F08DAE1B614BA9', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4ACB18CA629E650A', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcFzCpH2_EXtwzKQH8mJGd9', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcIiSOH2x3sg2jwACNbSIm9', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcit3i1q55-IFFndmo_dsR8', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEcO-1iw3P6gavJ_ALTxqNHn', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEdux38c8CYunT9uNh_k2NPt', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEeJleVUhO1MWRJyYDWWp9Do', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEekJPbcVOaNYVV6VLSo9zRB', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEet7EMwhw0ge5n2oNMr7JY8', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfeS5t7EiEIYbpplZivDZTL', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfpHad_B7j_MulB3-cwtLFh', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfRxBiXwTBA7oiybPqoZD_j', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfTW4fkX9vrt497MEvWorwK', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4F5KzcUTpEfyRBCOVKQ4qxlSoHsGDZ82', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4YfV2mXS8WUo09aevZX-b47k4PD08-i8', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL4YfV2mXS8WXOkxFly7YsGL8cKtqp873p', 0);
INSERT INTO `youtube_playlists` VALUES (6587, 'PL80F08DAE1B614BA9', 0);
SET FOREIGN_KEY_CHECKS = 1;